| Thread | Last Post | Replies |
|
| Re: Installation problem with office 2000 standard update | 12 Dec 2003 17:47 GMT | 1 |
Hi Ken and Jeff, Thanks for your help about my problem. But from now on, the computer has no longer interface in win 95. All I have, a form streched to the length and width of the screen, that said win 95 have
|
| How to pass a double array address stored in a variant to a double pointer in a | 12 Dec 2003 17:38 GMT | 5 |
I need to pass a double array address stored in a variant to a double pointer in a dll. But I donot know the Variant type memory structure. Is there any body can help me?
|
| Installation problem with office 2000 standard | 11 Dec 2003 20:36 GMT | 3 |
Sorry, if I send this message in that newsgroup, but i can't find the right one. The problem is the following: I have installed office 2000 on a portable computer with win95 on. During installation an internal error appears: The error is the following:
|
| How do you open access97 db with a password from vb6? | 11 Dec 2003 20:25 GMT | 10 |
I have an ado connection and keep getting an error of: "Cannot start your application. The workgroup information file is missing or opened exclusively by another user." But my only group is Admins and my user is
|
| Use of _ @ ? chars in function declaration | 11 Dec 2003 18:22 GMT | 2 |
In VB6, we need to use some function coming from VC6 dll. We use the following declaration: Private Declare Function BaseLoginEx Lib "Basedll.dll" ... But the function name has been "decorated" by the VC6 compiler
|
| SQL, VB, Access97 ? | 10 Dec 2003 20:37 GMT | 4 |
How do I insert a "0" (zero) in the second field of my sql statement. The second field is set to long int. My error is pointing to the second field of inserting data '(This statement:----------------------------------
|
| sending a callback function to a dll causes crash | 10 Dec 2003 18:08 GMT | 4 |
I am trying to call a function that will enumerate a certain device. doing so cause a crash when returning from my callback function back to the dll. in order to debug i created my own dll(in c++) and tried
|
| How do you transfer information between Forms using varibles | 10 Dec 2003 03:49 GMT | 4 |
I feel a little ignorant here... I for the life of me cannot get a simple value for a$ to trasfer between several forms in one project application. Please email me the answer or post her as soon as possible. Thank you. Stephen
|
| IF, AND, OR Conditions | 10 Dec 2003 00:16 GMT | 16 |
VB6 SP5 I have a very long IF conditional statement with multiple ANDs and ORs. What is the best way of splitting this onto multiple lines (like you would with, eg SQL statements) to make it more easily readable?
|
| VB6 Passing User-Defined Datatypes to Class Operations | 09 Dec 2003 20:51 GMT | 2 |
I have the following user defined datatype and operation "GuidToString" in a given utility class called "ConversionTools": ' GUID datatype. Public Type Guid Data1 As Long
|
| Windows Shutdown | 09 Dec 2003 01:03 GMT | 2 |
In VB6 on XP Home how do I code a windows shutdown?? Thanks
|
| Sending several Emails | 08 Dec 2003 17:17 GMT | 3 |
I am a little out of my depth here. We want to send our QA participant their survey results via email. (only to those requesting that we do). I have set up the query etc, and all works well, the query loops through all
|
| Is it a must to RESUME after ON ERROR? | 08 Dec 2003 13:08 GMT | 26 |
I was wondering if its a must to use resume in the error handling section? Whats wrong with the following code? TIA Guy
|
| Opening Other Applications | 08 Dec 2003 02:21 GMT | 2 |
I need some code to transfer a jpg drawing from a CD to a hard disk file. I have a routine to select it from a file control but am not clear how to proceed from there. For example if I use Shell Exectute to open the 'Paint applicaton I don't
|
| New Bie Question, Unitialized Array | 07 Dec 2003 21:18 GMT | 8 |
Is there any vb function or method which can be used for checking weather an array has been intialized or not? for example the code dim st() as string
|