Page 1 of 1

Outlook2003 question

Posted: Fri Apr 04, 2008 4:13 am
by Richard Chidiak
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

Posted: Fri Apr 04, 2008 9:04 am
by Antonio Linares
Richard,

Could you provide a little sample to test ? thanks!