| View previous topic :: View next topic |
| Author |
Message |
kpitn Newbie

Joined: 03 Feb 2005 Posts: 4
|
Posted: Thu Feb 03, 2005 8:53 am Post subject: Activex "so_activex.dll" param |
|
|
Hi,
I can put the activex in my form, but when i launch my program i see a blank oo writer and the activex is freeze.
The activex as a few methods :
AddRef
GetIDsOfNames
GetTypeInfo
GetTypeInfoCount
Invoke
QueryInterface
Release
How can i make a relation between this method and a VB automation code ?
How can i open a document ?
In the SDK we can see a web page with the code :
<PARAM NAME="src" VALUE="file:///c:/test.doc">
<PARAM NAME="readonly" VALUE="false">
Where can i find a list of all parameters and can i use this parameters in a VB Code ? |
|
| Back to top |
|
 |
kpitn Newbie

Joined: 03 Feb 2005 Posts: 4
|
Posted: Fri Feb 04, 2005 1:06 am Post subject: |
|
|
I have find a way to use activex
1 - Use GetIDsOfNames with a function
2 - Use Invoke
But i can't find a simple example for VB
Please Help |
|
| Back to top |
|
 |
kpitn Newbie

Joined: 03 Feb 2005 Posts: 4
|
Posted: Sun Feb 06, 2005 11:58 pm Post subject: |
|
|
| up |
|
| Back to top |
|
 |
|