Test thisPatrick Mast wrote:Hi,
oActiveX:Do( "Navigate2", "c:\test.bmp" )
[/code]
This always shows this dialog:
file:///C:/test.bmp
Regards, Norbert
Test thisPatrick Mast wrote:Hi,
oActiveX:Do( "Navigate2", "c:\test.bmp" )
[/code]
This always shows this dialog:
Code: Select all
oOutLook := CreateObject( "Outlook.Application" )
oMail := oOutLook:CreateItem( 0 )
oRecip := oMail:Recipients
oRecip:Add( AllTrim( cTo ) )