| Thread | Last Post | Replies |
|
| VB6 & ADO | 09 Nov 2004 21:47 GMT | 1 |
Below is code for opening a new ADO connection. How do I rewrite the db.Open code to db.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=App.Path & "/hr5.mdb"" such that it works? I don't know the directory where the hr5.mdb will be stored. So I want to use the
|
| XP SP2 problem | 09 Nov 2004 21:23 GMT | 4 |
OK. I'm stumped. Is anyone here using VB6 with XP Service Pack 2? I have an app which will only run with SP2 and won't work with any other version of XP. I don't have XP without service packs, so I wonder if someone here could help.
|
| Can I resize my form - newbie question | 09 Nov 2004 16:05 GMT | 2 |
I have just started learning VB6. I have made a form which has lots of command buttons, text boxes, scroll bars etc etc on it. Unfortunatley when I run the form the window is now too large for my screen
|
| Position in currently playing MP3 file | 09 Nov 2004 15:33 GMT | 2 |
Is it possible to store the current position of an mp3 as it plays and later replay from that position?
|
| Type mismatch error. | 09 Nov 2004 15:10 GMT | 4 |
I copied this code form a test project I did some time ago and I'm sure (i could be wrong) that it worked. I've updated my computer since but that shouldn't really make any difference. I'm calling this code from a form
|
| Disconnected dataset - What could be wrong!? | 09 Nov 2004 12:20 GMT | 3 |
I am so stumped. I am trying to add a record to a disconnected recordset in classic asp before it is saved... I can do it in VB6 (which is why I post here), but when I port the near identical code to classic asp, I can not .addnew row to the recordset. Does anyone see
|
| Making a Sub call based on a Data Member | 09 Nov 2004 10:57 GMT | 7 |
I have a data structure as shown below. Public Type MyData Name As String Style As Integer
|
| Dependncy problem.... | 09 Nov 2004 02:41 GMT | 1 |
I would really like the help for this problem, please!!! In my XL macro, I am referncing another XL file to get some macros from it. The problem is that one of these macros closes the XL file that contains it. I could not modify this macro to prevent it from
|
| Browse for folder | 09 Nov 2004 02:38 GMT | 3 |
Searched the web and I only found examples, in which the browse for folder appears outside (over the form) in which you use it an with extra margin with extra text. I would like to make a dropdown combo with browse for folder. Is this
|
| Overflow Error | 09 Nov 2004 00:27 GMT | 6 |
I passed a file to the Split function and received an "Overflow" error. The file was quite large. Does this error mean the file was too big for the Split function to handle? If so, what is the size limit for the array?
|
| Edit Menu | 08 Nov 2004 19:58 GMT | 11 |
Do you know if there is a way to let Windows manage Cut/Copy/Paste/SelectAll/Cancel items in an Edit menu that I want to include in my application ? If not, how may I manage the "Cancel" action by myself ? Is there a
|
| Application crashes with "On Error Resume Next" | 08 Nov 2004 16:14 GMT | 8 |
The following section of code (there is more code before and after it), when run within an Exe at a client site, causes the app to crash and produce an XP exception error (Code 0xc0000005). With ChangedCarveOuts.DetailRecordset
|
| sequential files | 08 Nov 2004 14:40 GMT | 2 |
Admittedly, I didn't spend hours of searching for exactly what I wanted for this problem, though I did spend many minutes.. Basically I think I have succesfully written the values of an array of textboxes into a sequential file. code:
|
| start explorer from a link in IE | 08 Nov 2004 14:30 GMT | 3 |
I'm trying to start a explorer-window from a link in IE. I think I can use VB for this, but I don't know how. I tried the commands 'CreateObject' and 'shell', but I can't get it working. Is there someone who can tell me how to fix this? Do In need VB, Javascript, ...)
|
| SB_THUMBTRACK IS NOT RESPONDING | 08 Nov 2004 10:09 GMT | 1 |
I HAVE MADE AN ACTIVEX CONTROL (COMBO BOX CONTROL) IN VISUAL BASIC 6. I HAVE USED A LISTBOX AND A SCROLL BAR IN THAT CONTROL. I WANT THAT ON SCROLLING SCROLL BAR THE TEXT IN THE LIST SHOULD SCROLL AS WELL.I HAVE USED WINDOWS API SENDMESSAGE TO SEND THE SCROLL MESSAGE TO LIST BOX
|