| Thread | Last Post | Replies |
|
| Usage of Multiple Index for a table. | 13 Sep 2004 12:27 GMT | 1 |
We develop a desk top Application with VB 6.0 and DBASE III as its database.The Application is working fine. However, we need to use different indexes on the same table and use these indexes through VB on Querying the database based on the requirement.
|
| adobe acrobat reader 6.0 | 13 Sep 2004 11:19 GMT | 2 |
Set AcroExchAVDoc = CreateObject("AcroExch.AVDoc") Do you know, why it doesn't works properly with adobe acrobat reader 6.0.1 thanks,
|
| Invalid Property Value | 13 Sep 2004 10:12 GMT | 7 |
Can anyone help, I'm using a ListView control from CommControl 6.0, when I try to fill the listview using the code below, I get a Runtime error 380 Invalid Property Value when executing the first .SubItems line. Any suggestions?
|
| Executable to close 3rd party DOS window | 13 Sep 2004 10:05 GMT | 1 |
Can anyone help, I need a small executable (VB code or program) that I will use in a batch file to close another (currently running but not focus) dos window. Thanks
|
| How to show special character.... | 13 Sep 2004 09:26 GMT | 2 |
I would like to show ISO-8859-1 characters in the text box of the VB form. The text box does not seem to support them. Is there any way to do it ? Thanks,
|
| VB6 is aborting after introducing cdo 1.21 objects | 13 Sep 2004 09:16 GMT | 1 |
hi hope someone can help with this - I've found no references to a problem like this anywhere in the newsgroups... I'm working with an application in VB6 Enterprise Edition which up unti now has just used the Outlook Object Model to handle Calendar data. I've
|
| Multi Threading | 13 Sep 2004 07:53 GMT | 9 |
I am using Visual Basic Ver 6.0 to develop Applications. I am a very new programmer for visual Basic. I have developed a Program to Crack users Password. This Program uses Some API to communicate to the domain server.
|
| Are local variables unique in a control array | 12 Sep 2004 23:25 GMT | 5 |
I hope I can explain this well enough to be understood. If I have a control array event as follows: Private Sub Winsock1_DataArrival(Index As Integer, ByVal bytesTotal As Long) myVariable = 12345
|
| Correct Data Type | 12 Sep 2004 23:12 GMT | 7 |
I am using VB 6.0 SP5 I am creating a Function as shown below. Public Function SaveName(........) 'Snippet.
|
| files with extension .val don't appear in filelistbox | 12 Sep 2004 18:20 GMT | 4 |
just noticed this - is there a reason for it and are thee any others that don't appear? I think we should be told :o) Marshal
|
| Round | 12 Sep 2004 16:44 GMT | 13 |
How do i round a number like this 1,12 => 1,00 1,30 = > 1,50 1,55 => 1,50
|
| How to tell if me.activecontrol is a textbox | 12 Sep 2004 12:22 GMT | 9 |
How can I tell if me.ActiveControl is a textbox on my form ? Using VB5 Thanks in advance for any replies. Regards
|
| ADO Connection string help? | 12 Sep 2004 04:15 GMT | 1 |
My apologies... I've posted this question in the vb.database newsgroup yesterday but no one has responded. So, now I'm reposting it here... What is the difference between these connection strings? 1) DRIVER={Microsoft Access Driver
|
| Add-in Manager... | 11 Sep 2004 21:35 GMT | 5 |
I wanted to insert a resource file into one of my vb6 projects but did not have that option loaded in the Add-in Manager. I went to change that option in the manager but discovered it (and many other useful options) was not listed in the "Available Add-Ins" list. This only happens ...
|
| Help! | 11 Sep 2004 19:53 GMT | 2 |
I am working on a project that requiers me to access and manipulate jobs in several print queues operating on a win2k server. I need to: 1) access the available print jobs and modify their settings. 2) if possible, have the arival of a new job in the queue trigger an event
|