Run-Time Error error '3021': (help)
Code: Set rsReqDetail = New ADODB.Recordset 'rsReqDetail.Open "Select xbr_mstr.xbr_req_nbr, xbr_mstr.xbr_part, pt_mstr.pt_desc1, pt_mstr.pt_desc2, xbr_mstr.xbr_jcode, xbr_mstr.xbr_lot,...
View Article[RESOLVED] listview remove items
Hi, Form1.ListView1.ListItems.Remove (index) I presume 'index' applies a single row. What if you want to remove all items and also don't know how many there are ? (Or would that always be...
View Articlecalculating records
i have this record on a table on this fields: employeeno, date/time, in/out 1, 5/1/13 8:00:00 am, in 1, 5/1/13 5:00:00 pm, out 1, 5/2/13 9:15:00 am, in 1, 5/2/13 4:00:00 pm, out what I would like to...
View Article[RESOLVED] I get this error when trying to add components
Hi, I get this error when trying to add components the component im trying to add is windows common controls 6.0 (SP6) the errorr that comes up says OBJECT LIBRARY NOT REGISTERED im runing windows 7....
View ArticleHow to Load missing Control classes
Hii, I am newbie in Visual basic enviornment,and i m trying to load one of sample ode in visual basic 6.0 but i am facinf problems "Class MSComctlLib.ImageList of control ImageList1 was not a loaded...
View Article[RESOLVED] to check whether the shape control array elelemnt is loaded or not
Code: Sub displayonmap1(id As Integer, X As Single, Y As Single) If mapshow Then On Error Resume Next Load Shape1(id) If Not Shape1(id) Is Nothing Then Err.Clear Else 'End If'...
View ArticleTablet Windows 8
Hello: Is there any way to find out if a device is a tablet, some function or something or rather, get the type of device (eg desktop, tablet, laptop ...)? I have a tablet with Windows 8 Thanks in...
View Article[RESOLVED] my code wont let me load progress bar just gose strayed to login
Hi , I just have a question what im I doing wrong my load form just wont let me load progress bar just gose strayed to login, here is my code. Code: Private Sub Timer1_Timer() If ProgressBar1.Value =...
View Articleget return value of exe in vb 6.0
hi everyone! how to call exe from vb and get return value of exe in vb6 for example max.exe(int []) thanks !!!
View ArticleRaising event from dynamically added controls
Hi! I'm trying to add in the form of a number of dynamic controls. Can we get from each control event when the user clicks on any of them? Piece of code cClass1 : Code: Option Explicit Private...
View ArticleHow to code progressbar
I know the total length of the data and how many bytes are being sent per each chunk. How do I relate this info to a progressbar showing each progress as it occurs
View ArticleCompatibility of Upcoming New Patches, Hot Fixes, etc. with Visual Basic 6.0.
I am aware that Visual Basic 6 is no longer supported by Microsoft (as of April 8 2008). I have been requested to obtain information on whether any upcoming Microsoft patch or hot fix will be tested...
View Article[RESOLVED] error 424, i dont know where is the problem... Can you help me?
I have created a function which must doing a sql function... if i execute there is a error msg "424". I dont know what is wrong... PHP Code: Function pobierz_objid() Dim conn Dim ptype_id As Integer...
View Articleversion of VB for win98 \ dos 6.22
What version of VB for win98 \ dos 6.22 programming That I can download have VB6 it this good for it? Bill:cool:
View ArticleSum field
Hi all, I am beginner in VB6.I have a field in an access database name Amount i want to find the sum of all amount. Database name =Purchase Order Using ADODC VB6 I have a number of three adodcs on same...
View ArticleMaking a Voice Recorder
Many years ago (approx 13) I wrote a C DLL that I used to record voice and play voice that I used in a VB project that used TAPI as it was a telephone answering system. Well, I no longer have a voice...
View ArticleGet a file list box to include a directory?
Hi there everyone! I am working on a project I use on touch screens to help teach different subjects. I have a file list box that has various jpgs and images to help teach, but I was wondering if I can...
View ArticleVB6/MSSCCI APPCRASH StachHash_7e3b
I have been scouring the internet for the last two days trying to figure out a problem without success. However, I did come up with a solution on my own and wanted to share it and to see if anyone...
View Article[RESOLVED] version of VB for win98 \ dos 6.22
What version of VB for win98 \ dos 6.22 programming That I can download have VB6 it this good for it? Bill:cool:
View ArticleIssues Running a VB6 app in Windows 7
0Hi, Not sure if there has ever been a definitive answer for this issue, but I'm having a issue with getting datagrids to work in VB6 on a Windows 7 PC with SP1. The application is currently working...
View Article