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