Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Browser:Open Common Dialog Box

Status
Not open for further replies.

janelim

Programmer
May 4, 2000
2
MY
Hi! <br><br>I would like to open a Open Common Dialog Box in web browser.<br><br>I tried to use:<br>&nbsp;&nbsp;&nbsp;WebBrowser.ExecWB OLECMDID_OPEN, _&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OLECMDEXECOPT_PROMPTUSER<br><br>But nothing happens.<br><br>Anyway it did work for SaveAs Common Dialog Box. The code that I added is:<br>&nbsp;&nbsp;&nbsp;WebBrowser.ExecWB OLECMDID_SAVEAS, _&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OLECMDEXECOPT_PROMPTUSER<br><br>Can you please give me some idea?<br><br>Thank you very much!<br><br><br>Regards,<br>Jane<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top