| Thread | Last Post | Replies |
|
| CreateObject via Class ID? | 15 Jun 2005 15:36 GMT | 8 |
I have a multi-threaded ActiveX EXE. One of it's classes uses CreateObject(ProgID) to get an instance of another class in the same EXE. It has to use CreateObject because the instance has to be on a thread of its own -- the 'New' operator would create it on the same thread which is ...
|
| What DLL's are invoved with objWMIService | 14 Jun 2005 18:30 GMT | 2 |
Does anyone know what DLL's I need to load into VB6 to be able to access this WMI information in windows. I do not want to use VB Script, please help me.
|
| MSXML | 14 Jun 2005 15:01 GMT | 5 |
Sir we have a problem with pound character. We are using MSXML 8.0.7002.0 (Windows XP) when it loads the xml it throws error invalid character. If we have encoding="ISO-8859-1" it works fine.
|
| VB6 COM Objects on W2k3 server | 14 Jun 2005 08:37 GMT | 2 |
The dedicated server we host our site on died this weekend. hardware failures. We got the new machine up fast, our ISP rocks, Serverarts.com. Anyway, we got an upgrade to windows server 2003 from 2000 (as it's
|
| Label resizing, moving at runtime in vb | 13 Jun 2005 23:31 GMT | 4 |
We are developing an application in vb. we are able to move,resize some controls like checkbox,optionbuttons etc using mouse at runtime. But we are unable to do it for label. So anyone plz help
|
| VB6 Com on Windows 2003 | 13 Jun 2005 14:01 GMT | 9 |
I made a VB6 component that it's working great in windows 2000 with classic ASP, but I'm trying to use the same component on Windows 2003, and it's not working, I'm getting a message that says ""An exception occurred" What can I do to fix it?
|
| COM addin does not appear in word | 09 Jun 2005 19:53 GMT | 2 |
I created a COM addin in Visual Basic for microsoft word with initial load behavior as none. The following was the code that I added to it. Private Sub AddinInstance_OnConnection(ByVal Application As Object,
|
| Relationship between reference counts for modules and a given process | 08 Jun 2005 19:44 GMT | 2 |
When ennumerating the modules for a process, there are reference counts provided for most, but not all modules. It seems that those reference counts apply only to teh process, i.e., they might not appear to include ALL references to the particular DLL.
|
| Setting a column width in excel | 08 Jun 2005 09:21 GMT | 3 |
I am trying to set various column widths in an excel spreadsheet from VB6. My code is : oExcelWorkSheet.Cells(iRowCounter, 1).Column.Width = 24 I am getting an error message. Is this the right syntax? If not, what will
|
| automate excel in vb6 | 07 Jun 2005 09:41 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
|
| Dates - Urgent | 07 Jun 2005 09:34 GMT | 3 |
I am pulling a date from a database and it is in the UK format dd/mm/yyyy. The database reflects this correctly as say 01/04/2001 (Numerically 36617). When displaying the data as a number it seems to have changed this to a US format mm/dd/yyyy. The respective number shown is ...
|
| treeview.selectednode databind | 07 Jun 2005 09:08 GMT | 1 |
What I want to do is when a node is selected in a treeview, I want textboxes to display information for the selected record. How do I do this? I can't seem to find anything on this, the closest I find is using datagrids, which I would like to stay away from. Any help would be ...
|
| Automation error: error | 07 Jun 2005 08:09 GMT | 1 |
anytime I open Visual basic 6 SP5 i keep getting an "Automation error: error accessing the OLE registry". I have remove and reinstalled Virtual Studio 6 and still no help. any suggestions? Thank you
|
| Run-Time error '-2147024769 (8007007f)' | 07 Jun 2005 08:01 GMT | 2 |
I got this error when trying to run a program which i think was written in VB: Run-Time error '-2147024769 (8007007f)' Automation error
|
| Help Please! | 04 Jun 2005 16:05 GMT | 4 |
I have a text file in vb6 in which I am reading data from. This text consists of custno and ShipNo. I need to check the text file and make sure that there are no duplicate orders. Sometimes the customer number and shipno are repeated. How do keep a count of how many duplicate ...
|