Ciao,
i must run netscape 4.08 from vb 5.
That is OK. i use command shell .....
But now i want open coposition and insert andress+attachment.
With command sendkeys is not possible to have the controll.
How i can do ?
thank and sorry for my english
Printable View
Ciao,
i must run netscape 4.08 from vb 5.
That is OK. i use command shell .....
But now i want open coposition and insert andress+attachment.
With command sendkeys is not possible to have the controll.
How i can do ?
thank and sorry for my english
you can probably use the ShellExecute API to launch the default mail program and insert the TO address, but as far as attaching a file to netscape, I doubt it....
If only every company made a nice COM object model like Microsoft does for most of their apps....