Hi Pritpal,
I suggest you try with the new implementation in hbole, I doubt
there will be any more updates for the old hbwin one.
Brgds,
Viktor
On Wed, Apr 29, 2009 at 3:09 AM, Pritpal Bedi wrote:
>
> Hello All
>
> I am finding it difficult to fire a COM object from
> another thread than the ap
Hello All
I am finding it difficult to fire a COM object from
another thread than the appln's main thread.
oWord := CreateObject( "Word.Application" )
if oWord != NIL
oWord:visible := .T.
endif
The above code works in main thread but not in
another thread. I am using hbwin.lib