Hello
Has anyone inegrated a outlook2003 into his application ?
As a standalone program, outlook2003 works as expected as long as we have the modified "winrun" function, but in a normal application this function will cause other windows to remain active and not close .
Any clue on this ?
Thanks for your help,
Richard
function WinRun()
while NoGPF()
if lExit
PostQuitMessage( 0 )
endif
end