PDA

Click to See Complete Forum and Search --> : mail to from vb with netscape


fabix
Jun 14th, 2000, 01:38 PM
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

Clunietp
Jun 15th, 2000, 11:36 AM
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....