| Thread | Last Post | Replies |
|
| ActiveX EXE - Share global vars with mult. apps? | 23 Sep 2008 09:24 GMT | 3 |
The company I'm working for is using VB6 for several applications. I need to be able to set up the following scenario: App1: Create an instance of an ActiveX application, then set the values of several global variables.
|
| starting ms words without macro running | 15 Sep 2008 15:36 GMT | 1 |
is there a code for winword.exe /m in automation for .net i want a code to open a document without starting the marco of that document
|
| Install ole automation | 13 Sep 2008 15:44 GMT | 6 |
Every time I boot I get a pop-up window asking "Do you want to install Microsoft OLE automation?" There are two option: yes and no. If I select yes it starts to install. Then I'm told there are newer files existing, do I want to overwrite existing files? A yes answer and it ...
|
| Dsofile: for each ... in SummaryProperties?? | 12 Sep 2008 08:52 GMT | 2 |
i want to reset all document properties of a certain WinWord file using vb.net. It seems that dsofile allows for accessing the properties, but i didn't find a way to iterate over all SummaryProperties using "for each". Am i missing something, or is
|
| writing DLL's for COM+ | 11 Sep 2008 01:24 GMT | 5 |
what is the difrrence between a dll that will run in the COM+ as "application" or as "server"? is there a difrence in code? does any 1 have a basic example for both instances?
|
| Problemas with security on com+ in 2003 server | 03 Sep 2008 06:14 GMT | 1 |
I imported a new COM+ Component that was working in 2000 server + IIS and I putt it to a 2003 server for work with the web that i mount in the IIS too. It´s impossible view the website in local or from internet... it say (in service components) that I have a problem with the ...
|
| Registration Problems for my DLL | 02 Sep 2008 23:41 GMT | 6 |
I have a DLL long running in multiple locations. A new customer, however, is running into problems. After further investigation, the DLL registration succeeds but I found there to be no entry in the registry. Could permissions (2003 server) be a problem? Anything else? Why would ...
|