- OLE Automating Portability problems
Hello all,I wondwer if you can help me, I have some code that works in VBA and vb on my windows xp, office 2000 box, however on my windows 98, office 97 box, it works in VBA (Excel), but not in VB,Can anyone solve this little one for me?Heres the code...Dim xlApp As Excel.Application Dim xlBook...
- ole
i'm realatively new to vb and i'm trying to open an exe file with a command button, so far all i can get is one error message after the other.can anyone help me out with how to do this?thanks...
- Old problem that demands an answer
Ive seen many threads on this and all remain unanswered. http://www.vbforums.com/showthread.php?s=&threadid=63261 Why does an image box lose its transparency on a transparent usercontrol, and how can I get around it? Ive tried PaintPicture directly to the form but that doesnt seem to work for i...
- Ok what am I doing wrong.
Ok...I am new to these forums so be nice...lol.Basically I have an activex exe that runs on a Win2k server.On a client machine I have a standard exe that is accessing the server activex exe. The server activex exe is already runnning as a process on the server. So I do not need to run it. On the...
- Office Automation
Hi!I am writing an application that will identify Save and Close all editable applications running on the PC like Word, Excel, PowerPoint etc. on the click of a command button. followinf is the code for identifying and saving MS Word:-Do While (FindWindow("OpusApp", vbNullString)) <> 0WinW...
- OCX, Certificates and Warnings
HelloI am developing an add-in for Word using VBA. It uses 2 ActiveX components (as ocx files) that I created using VB6.0. I have limited the access to the properties and methods to make the ActiveX components safe, implemented IObjectSafety for each ActiveX component, signed the ocx files...