| Thread | Last Post | Replies |
|
| Newbie Question-- What's the matter with this? | 31 Jul 2004 09:45 GMT | 3 |
I've been use in automation to open MS Word, do some things and exit. Before I exit I would like the user to be able to do some things. So I thought I could just check to see if the user closed the document or exited Word.
|
| Object serialization using TLBINF32.DLL | 30 Jul 2004 23:41 GMT | 3 |
I've used the code from this website to persist my VB6 objects as XML http://www.vb-helper.com/howto_vb6_serialize.html. This code uses The Type Library Information class TLBINF32.DLL. Works a treat on my development PC, but when I run it on another PC I get an
|
| Referencing an ActiveX Exe server | 30 Jul 2004 23:29 GMT | 13 |
I tried this question before but I dont think I was very clear! Subject "COM automation with many instances?" I have many instances of an activex exe server running on one machine. They are each doing the same task over a different set of data. They know which
|
| How to hande events from an external ActiveX? | 30 Jul 2004 16:29 GMT | 1 |
I need to handle events from ActiveX. If this ActiveX is on form, I just create Subroutine with the object name, the underscore and the event name, and all works : Private Sub PivotTable1_OnDisconnect()
|
| Excel into VB problems | 30 Jul 2004 16:06 GMT | 2 |
I have Visual Studio .net Enterprise version 2003, as well as MS Office. Here's what I want to do: Read an Excel file into Visual Basic. Show it or some fields of it somehow. Alter what I need to alter,
|
| What I have Done... | 29 Jul 2004 16:26 GMT | 2 |
Just thought I'd post a few links to what I've done to share with others (not that its anything great, but I think starting a thread like this would be a good way for others to see what most of us have done- will be interesting!). Check them out... Any comments, questions or ...
|
| Callback in VB | 28 Jul 2004 23:26 GMT | 1 |
I have a Java program which needs to interface to a system which only supports VB. I wanted to write an ActiveX DLL in Visual Basic and have it called from the Java code. I need to call methods in my java code from the VB dll. I have a library to transmit a callback function to
|
| How to Call Java classes through COM in Windows Server 2003 (i.e. without msjava.dll) | 28 Jul 2004 18:03 GMT | 1 |
I'm migrating an application from Windows 2000 Server to Windows Server 2003. The application calls Java classes through COM. It used to work well through msjava.dll in Windows 2000 Server. However, after migration to Windows Server 2003, it failed because msjava.dll doesn't
|
| ActiveX DLL and versioning, registry, etc. | 26 Jul 2004 15:22 GMT | 2 |
I may have asked this before, but since I'm asking again, I must have not gotten a straight answer. That or I'm dumb as a rock. You know how you have a progID like "ADODB.Connection" or "Outlook.Application", etc.
|
| Getting an App to have system tray icon (VB 6) | 23 Jul 2004 18:25 GMT | 1 |
I am making an App in Visual Basic 6 and I was wondering if there is a way to get it to have an icon in the system tray, from which basic commands would be accessable via a simple pop-up menu. If there is a downloadable reference/control that could make this easier i would much ...
|
| HELP! Common Interface and Events | 23 Jul 2004 11:06 GMT | 4 |
I currently have a COM server and client that have been developed in VB which uses RaiseEvent on the exposed objects within the server. I am currently looking into the possibility of developing a common IDL for the server interface so that a server can be developed using ATL
|
| how to list random accsess files in listview? | 22 Jul 2004 09:21 GMT | 3 |
how can i do.please help me? thanks
|
| versioning of dlls | 22 Jul 2004 08:15 GMT | 7 |
I have an activeX dll. Lets say its version is 1.0.0.0. Now, in my new version, I have the same dll but with a new version: 2.0.0.0. In my application I want now to create an object from version 2 and not from version 1. Nevertheless, I still want that an old application that is
|
| FileExists | 21 Jul 2004 15:55 GMT | 1 |
I need to find out if a file exists on the remote server. Here is my code: Dim oFileSystem As FileSystemObject Set oFileSystem = New FileSystemObject If oFileSystem.FileExists("\\ServerName\D$\FolderName\file.txt") Then
|
| Package problem | 20 Jul 2004 10:27 GMT | 1 |
Can't get the package and deployment wizard to make an installpackage that works.... it says "invalid line in setupinformation line" the line who doesn't work seem to be: File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,6.1.99 12:00:00
|