Invalid Data Element Key
I haven't worked in VB in years but I've using VB6 to parse file data into an Access database. The problem is that I keep getting an error message on the 4th field of every line and ONLY on the 4th...
View Articleworking with percentage's
this is a new project am working on , the software is similar to polling station what u normally se around i have 3 checkbox's good bad exellent how would i come around getting results of any of these...
View Article[RESOLVED] working with percentage's
this is a new project am working on , the software is similar to polling station what u normally se around i have 3 checkbox's good bad exellent how would i come around getting results of any of these...
View ArticleHow to monitor if file exists remotely via UNC?
I'm trying to monitor if a folder exists on a remote system by checking to see if a file exists in it. I have a batch file in the background that makes a network connection with user/pass so when I...
View ArticleSoftware edit file *.skin ?
UI Design with skin form, software can edit the *.skin file ? For example: http://www.planet-source-code.com/vb...xtCodeId=74755 http://www.caulacbovb.com/mp_details.php?pid=104432
View Article[RESOLVED] winsock close connection client server
its all in 1 project formload event Code: Winsock2(0).Close Winsock2(0).LocalPort = 8514 Winsock2(0).Listen Code: Winsock1.Close Winsock1.RemotePort = 8514...
View ArticleUsing Tri-State Images
Hi, I have downloaded 3 Images showing (Normal State, Hover State and Pressed State), I want to use these images as buttons using Image Control. How to code that these 3 images can work accordingly. I...
View Article[RESOLVED] How to put a Long data type in a byte array
I have this number 160043L which I need to put into a byte array as 4 bytes. The array bytes should look like this after the value has been placed in the array a(0) = 43 a(1) = 113 a(2) = 2 a(3) = 0...
View ArticleString to double array
I have a string of csv values. I want to get a double array from the string. If I split the string on comma I get an array of strings. can i convert the string array to a double array easily? For...
View Articleauto hide program
Hi I am creating a program that can autohide itself automatically when mouse pointer is not moved over the form but it shows when the mouse pointer has been moved over the form just like the windows...
View ArticleI 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 Articleimage fit strch
i have image1 and now i draged it and i want any picture that gets loaded to fit that custom size box i dont want it to auto inlarge and not show most of the image please help
View ArticleCall C++ dll with VB6
First, I have little experience with C++ though I do have it installed on my computer. I have a SDK which includes the source code and dlls needed for an application written in C++. I have an app...
View ArticleRun-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