| Thread | Last Post | Replies |
|
| Inline assembly | 04 Dec 2004 17:45 GMT | 83 |
Does VB6 support inline assembly? I can't finding anything in the help files so I have a sneaky suspicion it doesn't, but no harm in asking... Thanks!
|
| wininet | 03 Dec 2004 21:53 GMT | 1 |
I have a VB6 program that transfers files from a PC to an IBM mainfranme using FTP. The program has been operating perfectly for months and still works perfectly on everything except Windows XP SP2. I have tried
|
| VB6 Book Reviews -- | 03 Dec 2004 20:06 GMT | 3 |
Hello -- I have a question... I just ordered the following books: VB Programmer's Guide To Serial Communications, 4th Edition by Richard Grier. 391 pages. US$39.95 ISBN 1-890422-28-2
|
| How to declare a Const in ActiveX DLL | 03 Dec 2004 18:26 GMT | 20 |
Hello, I've created an ActiveX DLL. I have the Class module set to GlobalMultiUse and it's working fine. I also have a regular module(bas) with Public Const variables in it. I would like to use these Const in my Application. But they are not visible to my program. How should I ...
|
| Using Files | 03 Dec 2004 15:50 GMT | 6 |
Anyone know why the code below returns an "Run-time error '76' - path not found" error? The file (sFileName) does exist, as does the path ************************************
|
| vbp taking a lot of time to open up | 03 Dec 2004 15:42 GMT | 2 |
hi i have got a zip file from my boss. it contins 1 .vbp file and 1 .frm file and 4 .bas file can i assume .vbp as the main project file to open and frm is the main
|
| Creating a new folder name based on user input to a text box | 03 Dec 2004 15:23 GMT | 2 |
I want to create a new folder on a network with part of the name of the folder specified by the user i.e. the folder name will be in the form, ABC 123, with the letters predefined and the same for any folder created and the number to be entered by the user.
|
| Something else than Sendkeys | 03 Dec 2004 15:22 GMT | 4 |
I have the hwnd of a Application and I can set the Focus into a Field. Now I like to to in case of: Appactivate "blabla" sendkeys "BlaBla"
|
| Array Dimensioned or not | 03 Dec 2004 14:29 GMT | 27 |
How can I check whether an array has been dimensioned in order to avoid an error when calling ubound() with an undimensioned array ? Is there any elegant/simple way of doing this other than trapping errors. Thanks.
|
| New to VB (why does running my program sometimes start an installer?) | 03 Dec 2004 13:59 GMT | 2 |
I wrote a small VB6 application and used the Visual Studio Installer to make an installation program. I put my setup.msi program on a network drive. Several people at work are using my program now, but sometimes when
|
| Execute Stored procedure error | 03 Dec 2004 13:55 GMT | 2 |
In VB6, I want to execute a SQL Server Stored Procedure that returns a recordset. When I use the codes below, it gave me error 3704 "Operation is not allowed when the object is closed." when I do "if m_rs.EOF then" or "do while not m_rs.eof".
|
| Calculating Difference in Time | 03 Dec 2004 11:21 GMT | 5 |
I'm sure this must be fairly easy but I have been playing around with it for hours using DateDiff and have not be able to find the solution. I have a string which contain the hours, minutes and seconds and want to determine the difference in hours, minutes & seconds.
|
| UTF8 to Unicode Visual Basic | 03 Dec 2004 10:28 GMT | 7 |
I have a UTF-8 characters that I want to covert to unicode. The data is coming in as UTF-8 but I want to convert the data to unicode to be viewed in a spreadsheet in excel or access. any Ideas.
|
| SelIdent | 03 Dec 2004 09:43 GMT | 4 |
I have set up the following code to right ident across an RTF document: rtfMain.SelIndent = 500 What I want to do is when a user clicks on the button a second time
|
| Formatting numbers | 03 Dec 2004 08:48 GMT | 12 |
What's the easiest way to format a number so that the result is n characters wide, has m decimal places displayed (with rounding), and has a comma every 3 places on the left? The FormatNumber$ function comes close. It allows me to specify the
|