| Thread | Last Post | Replies |
|
| hex2dec | 29 Feb 2008 23:41 GMT | 13 |
I have a requirement to convert some 16 character hex strings to decimal. I have several routines which will do this in VB6, but as the results have around 19 characters, they are over the maximum which can be stored in a LONG. I can change the code to make them doubles, but then ...
|
| Problem updating a record using ADO data control | 29 Feb 2008 23:33 GMT | 2 |
I have an app which maintains records in an SQL Server database. On one form there are several text boxes and a DataCombo box (a drop-down list) that are tied to an ADOData control which, in turn, is tied to a table in the database. The Combo box's list is supplied by another
|
| VB6 with win2000 server problem | 29 Feb 2008 22:22 GMT | 3 |
hai I have a program created with VB6 and MsAccess database, it is working with winXP. but it is not working with "windows 2000 server"
|
| VB6 date and double data type | 29 Feb 2008 22:04 GMT | 3 |
I am using a C function that expects dates as doubles - the function is declared in VB like this: Public Declare Sub FooBar() lib "something" (byval dateval as double) If I have a VB6 date variable declared like this:
|
| Deactivate Form | 29 Feb 2008 21:23 GMT | 16 |
VB6SP6 Non-modal or a modal form that has a timer running to update data in at richtextbox (launched from the main app form) This process can be relativly long and causes the whole app to chug.
|
| Call and vb6.exe and return values ? | 29 Feb 2008 21:14 GMT | 27 |
I need to write a VB6 executable and have it perform some routines, but when its finished, I want it to return some values as to what it found and problems that it encountered. I have tried using the stdin and stdout from VB6 before, but it seems
|
| Detecting mouse scroll wheel | 29 Feb 2008 21:12 GMT | 9 |
Is there a way of detecting action by the mouse scroll wheel within any form controls in a VB6 application? I'm not looking for inside the VB6 Editor, but in an application written with VB6.
|
| Access small text file in the IDE | 29 Feb 2008 20:44 GMT | 13 |
I'd like to access a small text file as a reference while in the IDE Is there a way to add a command to the toolbar to pop up the text file? Thanks Harold
|
| VB6 Data Form Wizard | 29 Feb 2008 19:32 GMT | 8 |
i have purchased a copy of Visual Stdio 6.0 and a Wrox Press book entitled Beginning Visual Basic 6 Database Programming as i want to make VB apps with Access back ends. BTW i have tried Visual Basic Express and can't get on with it, so i've gone
|
| VB6: Odd DCOM problem | 29 Feb 2008 19:24 GMT | 16 |
The setup: I have a DLL library I need to call from Access clients around our network. I created a small "stub" ActiveX EXE program with the Start Mode set to "ActiveX Component" and "Remote Server Files" turned on. The program contains
|
| File IO-I am defeated! | 29 Feb 2008 16:31 GMT | 22 |
OK, I have what should be the simplest of code fragments that there is. Open a file, read it, close: 50 If funFileExists(strPath) Then ' file is really there. 55 nFile = FreeFile
|
| Desktop Capture | 29 Feb 2008 16:20 GMT | 2 |
I have a form, no border, not maximized. The form can appear anywhere on the screen. In form load, the position and size the form needs to be is calculated and set, then using Bitblt an image of the screen is put on the form so that if nothing else is on or drawn on to the form ...
|
| Objects and reference counting | 29 Feb 2008 15:58 GMT | 3 |
I have some code that looks like this: Set m_account_info = Nothing 'this variable is a Collection Dim acctInfo As clsAccountInfo With rptTable
|
| UVB6 to .net | 29 Feb 2008 15:46 GMT | 8 |
Upgrade vb code into VB.Net, current source code is in VB6 now we trying to convert that into Microsoft visual studio 2005 with .net framework3.0 "----Any tips or help,-----"
|
| How to access a user control within a DLL? | 29 Feb 2008 15:24 GMT | 4 |
I have established DLL with a new user control: ctlNewControl. When I try to access the user control from a class module within the DLL the class module can't find it the user control. What do I need to do to make it "vissible" to the class module.
|