| Thread | Last Post | Replies |
|
| Watch Dog Timer | 31 Aug 2005 18:28 GMT | 7 |
I am trying to implement a WatchDog Timer with VB6. I have tried couple of things but fails. This is the problem: I need to connect to a remove database via VPN.
|
| Listview.itemlist.clear | 30 Aug 2005 09:20 GMT | 1 |
Does anyone know why when I clear the items from a listview, I cannot repopulate the listview>??
|
| vb6 to vb.net | 29 Aug 2005 08:44 GMT | 4 |
Is there a VB6 to VB.NET transition kinda newsgroup here from M$? I am planning to build up my skill in VB.NET but the usual VB.NET group doesn't seem to be a good place for newbie.
|
| Load Images in In RAM | 29 Aug 2005 00:29 GMT | 3 |
I am working in health care domain. I have a certain images that DICOM Images i want to load the images directly stored into RAM (Cache memory) using dotnet i
|
| LINIX & UNIX OS | 28 Aug 2005 17:41 GMT | 3 |
Weather The VB appliication compatible and can run on UNIX and LINUX OS
|
| Compatibilty Of VC++ Applications in LInux,Mac,UNIX,Solaries | 26 Aug 2005 16:13 GMT | 1 |
Can I get the details in regard to the compatibilty of The applications Dveloped in VC++ Weather The Applications Developed in VC++ with WIN platform OS can run in Linux,Mac,Unix,Solaries
|
| write to the registry | 26 Aug 2005 03:36 GMT | 8 |
I would like to see how to write to the registry using vb6. I can't get auto logon to stay on. The forse auto logon =1 is changed back each time the system boots. I don't know why but if I could write the key back to =1 each time I re-boot then things should work all the time. I ...
|
| Crystal Reports 11 + VB6 + Logon | 24 Aug 2005 19:20 GMT | 1 |
get 'subscript out of range' error on connection to server...when I click continue the crystal report displays...how to get rid of this message? thnx dim crxapplication as new craxdrt.application dim report as craxdrt.report
|
| Compatibility for Mac Operating Systems | 24 Aug 2005 15:11 GMT | 1 |
Weather The Appliactaions Developed in Visula Basic 6.0 Can be run in Mac O.S If so, are there any limitations and Requirements to run
|
| Move Control at Runtime | 23 Aug 2005 22:28 GMT | 2 |
I use the "ReleaseCapture" and this SendMessage" to move the control at runtime. I can move the control around but it will not update the .Left or the .Top properties of the control. The .Left and the .Top properties are the original values from design time no matter where I ...
|
| Database programming for monkey | 21 Aug 2005 17:30 GMT | 2 |
I am following this procedure in my program: 1) Connect to the database 2) Open a table 3) Grab the records (store the records in a UDT)
|
| help with VB and comparing SQL field and AD attribute | 18 Aug 2005 03:57 GMT | 1 |
I am writing a utility that reads a record in SQL, and compares it to an attribute for a user in AD. 'Employee ID' is the attribute in question. The problem that I am having is that I'm trying to detect when the values match between the employee ID field in SQL and the ...
|
| Problem with formatpercent function in Vb-6 ? | 17 Aug 2005 03:21 GMT | 4 |
When I try to save numeric value, displayed in texbox as : 4.50% to a numeric field in oracle, type mismatch error occurs, any idea, how to convert this to numeric. Say:
|
| Round Numbers to nearest 10s and 100s in VB-6 ? | 16 Aug 2005 13:52 GMT | 2 |
How to round numbers in VB-6 to nearest 10s and 100s ? for example: 'Nearest 10 6235.64321 to show as 6240
|
| Am I in the IDE or running from an EXE file? | 14 Aug 2005 11:44 GMT | 9 |
My VB error handler would like to know if I am running in the IDE in which case it could display a button to re-perform the error after executing an On Error GoTo 0
|