| Thread | Last Post | Replies |
|
| Referencing a VB.Net class library using VB6 | 31 May 2005 17:41 GMT | 5 |
I've written a class library using VB.Net. When I try to reference the dll (sitting in the vb.net project bin folder), using my VB6 project I get an error saying "Can't add a reference to the specified file." When I try to register the dll in msdos using the regsvr32 command, I
|
| Runtime overflow error | 31 May 2005 02:49 GMT | 8 |
I am having troubles getting rid of an overflow error for one line in my code, and I absolutely can't figure out why it's overflowing. This is my simplified code: Private Sub Command1_Click()
|
| Getting initiating class name from its base class's shared propert | 28 May 2005 07:34 GMT | 2 |
Is there any way of getting currently instantiated class name from a parent class's shared readonly property? I would need to know which actual class (that was derieved from the class containing the shared property) is trying to get the shared property value. It would be ...
|
| Custom Data Types. | 26 May 2005 18:36 GMT | 2 |
I apologize for this being so long. I've tried to identify the problem, but it's seeming to be over my head. Take a look if you like, any help is appreciated. Yes - this was posted elswhere, but it seemed noone knew, so I took it to the next best place. Sorry for the crosspost.
|
| Translate from C/C++ into VB | 26 May 2005 09:16 GMT | 1 |
Please could someone translate this for me from C/C++ to VB? #define MY_CONST 1 typedef struct _MYSTRUCT { const char* p1;
|
| automate excel 97 in vb6 | 24 May 2005 21:02 GMT | 1 |
Does anyone have some sample code of how to open an excel spreadsheet, edit some cells and then print, and then close it from vb6? -32maple
|
| Running Items from a form | 22 May 2005 12:13 GMT | 3 |
I'm trying to work out how i could open anything from a Visual Basic Command button. Please help. I've tried the open statement but that didn't seem to work. Please help! --
|
| ReDim to nothing... | 21 May 2005 19:29 GMT | 2 |
I'd like to ReDim a dynamic array to its original state when it was initially declared i.e. remove all dimensions. This is the context: Dim Buffy() as Byte Put #FileNum, , Buffy() 'writes *nothing* to file, no error
|
| Unsigned integers | 20 May 2005 18:43 GMT | 17 |
As far as I can see VB 6 doesn't really support unsigned integers (16-bit values) natively, does it? This keeps coming up as signed integers have a nasty habit of slipping below 0. I have all sorts of "exotic" workarounds - from adding
|
| calculating average in VB | 18 May 2005 09:11 GMT | 1 |
hi every one I have this program that i have started writing. it convets entigrade into Farhenheit and that part works but what i cant figure out is how to count the amount to vaues i input and ultimately finding and Average
|
| Need help | 15 May 2005 09:00 GMT | 1 |
Hey everyone, I need help with this program I been trying to add the days with the DateTimePicker Control but mind is stumped. This is what my coding look so far and here's is a working exe file of the program I'm trying to
|
| Cannot refer to ADO Parameter by Name in .NET | 13 May 2005 21:51 GMT | 1 |
I am trying to move my experience with VB6 and ADO over to VB.NET. I am having difficulty with assigning values to SQL parameters. In classic ADO a value could be assigned to a parameter by referring to it with the index as the parameter name in quotes. Here is some code to ...
|
| Floating point run time error | 13 May 2005 16:02 GMT | 16 |
Does anyone have an explanation for this: Dim NewGamma As Single Dim SingleTab() As Single ...
|
| Forms in A Project | 13 May 2005 04:22 GMT | 2 |
Dear Experts, Can i get a list of all form names (Forms Collection?@#) from a given project. I would like to know the names of the forms in a given project at run time. Is it possible?
|
| Error Code: | 12 May 2005 02:27 GMT | 2 |
I am trying to create a script to pre-configure all Netmeeting settings. Currently I am having an issue with one array value when adding a Binay registry entry. When the script listed below runs on a 98SE client with the WMI Core 5.2 installed I get this message:
|