| Thread | Last Post | Replies |
|
| Automation Error | 24 Jun 2004 02:45 GMT | 2 |
I am using VB6 to call an excel spreadsheet. One of my users is getting an error that no one else is getting and I can't recreate Run-time error: 1-21474117851 (80010105 Automation Erro The server threw an exceptio
|
| PCAnywhere OLE problems... | 24 Jun 2004 02:35 GMT | 1 |
I'm trying to use PCAnywhere in my application to transfer files and execute remote commands. I originally tried using the command queue but this won't really work for me because the paths I'm sending and receiving from are not going to remain the same. I have the OLE stuff
|
| PCAnywhere OLE issues... | 24 Jun 2004 02:22 GMT | 1 |
I'm trying to use PCAnywhere in my application to transfer files and execute remote commands. I originally tried using the command queue but this won't really work for me because the paths I'm sending and receiving from are not going to remain the same. I have the OLE stuff
|
| The server did not register with DCOM within the required timeout | 23 Jun 2004 06:30 GMT | 3 |
Recently, I encountered an error in the Windows NT 4 server. A custom VB application running in the server failed to create Excel object and the following error message is logged into the Event Viewer Event ID: 1001 Type: Erro Description: The server ...
|
| Common Dialog control | 21 Jun 2004 13:12 GMT | 1 |
I'd like some information about accessing the color palette in the Common Dialogue control. I can make it come up but want to know how to assign a color to the forecolor property
|
| Setting properties that have more than one arguement | 19 Jun 2004 05:08 GMT | 1 |
My property set statement has multiple arguments because the matching get statement has multiple args 0 the rule is let/get have the same args, but with let having +1. How can I assign the let property in the code? All the examples that I've been able to find are coded to a ...
|
| No menus when opening Word 97 from VB | 18 Jun 2004 23:43 GMT | 9 |
I have a VB 5 application which creates a Word format report and then opens Word to display it. This works fine with Word 2000, but when run on a machine running Word 97, Word opens with no menu or toolbars, which is not much help for editing the document. I can't find a way of ...
|
| Help appreciated | 18 Jun 2004 12:19 GMT | 1 |
I'm sorry if I'm in the wrong forum (last time I looked VB online forums had different topics), if this is the case could you please redirect me to another one suitable for my problem? I would like to write a VB application (under excel), which can read character strings from a ...
|
| error in callback from multithreaded server | 18 Jun 2004 11:55 GMT | 1 |
I have created a multi-threaded server in C++ and I want to access it with a VB client. The server has a "Register" method that takes a IDispatch pointer and uses this to perform callbacks. interface ICallback : IDispatch { HRESULT EventOccurred( SAFEARRAY(VARIANT)* data );
|
| ActiveX EXE as Service not sharing variables | 16 Jun 2004 10:49 GMT | 3 |
Well, I have a ActiveX EXE thats runs as Service (using a typelib to implements the SCM Handler) and I had declared an collection in a public basic module All the application runs like this:
|
| taskmanager | 15 Jun 2004 21:18 GMT | 1 |
is there a way that the aplication does not appear in the task manger thks
|
| Opening Text file in Binary Mode | 15 Jun 2004 20:03 GMT | 1 |
In visual basic, I want to open a text file in binary mode and save the binary data in to the sql server database (in image coloumn). How to do this? Thanks in advance
|
| package & deployment error | 15 Jun 2004 16:23 GMT | 1 |
I developed an app using VB 6.0 on win2000 with SQL Server 2000. I used ADO component (ADODC). service pack 5.0 has been installed on VS 6.0 and MDAC 2.8 also installed I used package and deployment wizard to create a setup program for my app.
|
| How to develop a OLE DB Provider | 15 Jun 2004 03:50 GMT | 1 |
I need to develop a custom OLE DB provider for a data provider similar to the SQL or Oracle OLE DB Provider. Please advise where I can find a sample template to get started on this. Also, some documentation on modifying a template OLE DB Provider so
|
| How to test array object egality? | 14 Jun 2004 09:44 GMT | 1 |
I have an array object wich contains a type element structure defined as follow : Dim myarray() as MyType Dim myPreviousArray as MyType
|