| Thread | Last Post | Replies |
|
| Automation - Code to combine to separate documents | 29 Jul 2005 20:36 GMT | 1 |
Does anyone have a code example on how to combine two separate documents into one .doc file? - Steve Mack
|
| fatal error LNK1158: cannot run "cvtres.exe" | 28 Jul 2005 15:11 GMT | 5 |
I encounter this error trying to compile an application using VB6. I am running Visual Basic 6.0 (SP6) My version of Windows is XP (SP2) The version of cvtres.exe is 5.0.1736.1
|
| Automatizacion desde VFP | 28 Jul 2005 07:47 GMT | 2 |
Estimado grupo: Estoy intentando hacer una automatizacion de WORD, en la cual ingreso variables de word desde mi aplicacion, y las actualizo. Esta actualizacion me funciona perfectamente siempre y cuando, la variable no esté contenida en
|
| EnumProcesses in library PSAPI.dll not returning all processes | 27 Jul 2005 05:51 GMT | 1 |
I have tried to use the EnumProcesses function from the PSAPI.dll to retreive the running processes. However, out of the 69 running processes I had going it only seemed to find 58. Especially, it didn't return my applications process information. What is wrong?
|
| how do I select all items in a file list with code? | 26 Jul 2005 15:11 GMT | 2 |
I am using the Drive listbox, dir listbox and file listbox. Once I have selected the drive and Dir, I want to automatically select all of the files in the file listbox with code. All help appreciated.
|
| Word Bookmark Automation problem | 25 Jul 2005 22:09 GMT | 1 |
I am trying to select the text of a bookmark and then set number bullets after the field is populated with data but the code below is not working. I can set the bullets in the .dot file itself but the problem lies in that if the data elements have subs ie.
|
| "Subclassing" a property let | 25 Jul 2005 20:25 GMT | 4 |
Already posted to vb.controls, but no response. This is for VB6. I'm looking for a way to intercept calls to a control/forms properties being set. For example, when CommandButton.Caption = "test" is called, I want to
|
| strong name | 25 Jul 2005 16:31 GMT | 1 |
I am a beginner to VB, so this may be a dumb question. I have no strong name selection. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/c allcomcomp.asp under "Create a Key Pair and Sign the Assembly" Step # 3. I have no Strong
|
| Get References from com component? | 22 Jul 2005 17:07 GMT | 3 |
I'd like to know how to read the COM component references to an executable so I can show them in a "Help About" dialogue... So I can show the com components dependencies and there version numbers to the users.
|
| Connecting Out of Process Servers via COM+ | 22 Jul 2005 05:35 GMT | 10 |
It's been a long time since I have done anything with Out-of Process servers, but I have a project that is going to require one. Basically, I have a Java Application that makes a connection to a Java RMI service. I have managed to create a nice little COM wrapper for it so that
|
| Killing a windowless dll | 21 Jul 2005 15:27 GMT | 1 |
I have seen TerminateProcess being used when you want to kill a process, but I've also seen that it is not recommended to use TerminateProcess. (I have tried to use TerminateProcess, but it seems that the compiler can't find any function with that name).
|
| Terminate a running dll | 21 Jul 2005 15:22 GMT | 1 |
I have seen TerminateProcess being used when you want to kill a process, but I've also seen that it is not recommended to use TerminateProcess. (I have tried to use TerminateProcess, but it seems that the compiler can't find any function with that name).
|
| Getting IP Address from Hostname | 21 Jul 2005 10:02 GMT | 1 |
Have anybody some sample about getting IP address using hostname. My idea is read a hostname list file and then get the IP address for a know host. Regards, Marcelo
|
| Compatibility Question: changing a compiling PC from Win 98SE to Win XP Pro | 20 Jul 2005 23:44 GMT | 2 |
I've been maintaining a VB6 app that was fielded around 2000 and was originaly compiled with VB SP4 on a Windows 98SE machine. As my clients have switched to newer OSs, the VB app keeps running fine. The app's installation package was created years ago with the DP Wizard.
|
| Question to Interfaces/Objectcatalogue | 20 Jul 2005 22:48 GMT | 4 |
We assume, that our VB6-Project has reached the maximum numbers of Public members (the "Not enough Memory" Problem). We have an ActiveX-DLL, with many classes and every class exports a lot of Members. The classes are used in the Database-Layer and the code is completly
|