| Thread | Last Post | Replies |
|
| ActiveX EXE / MultiUse class and Events | 31 Jul 2003 13:23 GMT | 4 |
Hello. I use an activeX exe and a multiuse class for an IPC purpose (using a shared pool of Global Vars) It works well for that purpose, but now i am trying to add event management The MultiUse Class is istanciated 3 times.
|
| running exe on server | 31 Jul 2003 13:18 GMT | 8 |
I tried to follow the client/server DCOM tutorial (Q266717) and it worked fine. Then, I changed the server applicatrion so it will call an exe file (that exists on the SERVER drive) by using
|
| How to know if vb form is active | 31 Jul 2003 12:54 GMT | 2 |
How to know if vb form is active.Iam trying send a message when ever the form is not active.
|
| Why does Createobject work on one computer but not another? | 31 Jul 2003 01:21 GMT | 3 |
I have the following code in a Visual Basic 6 standard exe project. On my computer, the development computer, it works fine. Dim ObjH as variant Set objH = CreateObject ("Shell.Application")
|
| File Path Question | 30 Jul 2003 21:27 GMT | 1 |
Anyone I am sure can tell me this, in fact I have use a function to do this, but I cannot for the life of me remember or find how to see if a directory is valid or not. All I want to do is have the user type in the
|
| Installing client on same machine as remote components? | 30 Jul 2003 18:14 GMT | 3 |
Is it possible to access remote components from the same machine using the same methodology as you would use when connecting from a different machine? Let me explain further ....
|
| strange run time error | 30 Jul 2003 12:08 GMT | 2 |
i have a vb6 program that reads an access database, a word document, 2 text files, writes a new word document, an excel spreadsheet and updates 1 of the text files. a lot of code so i cant post it here. it works great from the IDE but when i do a make and then run as an
|
| how to remove images from a document | 30 Jul 2003 06:37 GMT | 3 |
i need to rip thru a document removing all embedded objects, images, charts, etc. any idea how to do this? thanx for your time, patience and consideration. Woody
|
| Importing Data from Excel | 30 Jul 2003 06:37 GMT | 2 |
Hi guys, I'm a newbie in VB, and I'm trying to import some data from an Excel File into a text file. I know this can be done inside Excel, but I need a completely automated system. After looking through pages after pages of MS documentation, they all
|
| Excel COM | 30 Jul 2003 06:28 GMT | 1 |
Hey guys, I got a question about Excel COM. I'm using it to import data from Excel, so it requires that I start, in the background, instances of the application itself.
|
| VB6 Dialler Program | 29 Jul 2003 20:02 GMT | 1 |
Can anyone provide any code which does to following: 1. Dials a named Dialup Networking Connection. 2. Then runs an ftp session 3. Then terminates the dialup connection.
|
| Registering using API | 29 Jul 2003 19:28 GMT | 1 |
I´m looking for a way to register an ActiveX EXE using api instead of the command line /REGSERVER, exists a way to do it? Reading the MSDN and SDK documents it says that using the command line it will internaly calls the DLLRegisterServer, but, I known that the OLEServers does ...
|
| Avoiding breaking binary compatibility? | 29 Jul 2003 14:24 GMT | 3 |
I have a number of components built as part of client projects, and these are (getting more and more) dependant on proprietary components that I'm using to store 'toolkit code' - data access layers, date and string manipulation fns, etc.
|
| Dumbo question ... | 29 Jul 2003 05:51 GMT | 1 |
I'm just a beginner in VB6 so if this is a silly question ...:-)) This is the situation: I have an excel template (test.xls) I want to use this template for creating a report in VB.
|
| Error Number 3265!!!!!!! help!!!!!!!!!!!! | 29 Jul 2003 04:10 GMT | 2 |
I have created one stored procedure in SQLServer it has return one value @entitle how can I get that return value in vb? while I'm trying to use this statement ..
|