Start main webform in modal look like

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I would like to start my webapplication in a window browser without address
bur, toolbar etc... like a window modal .
Can I?
how?
Thank you
fabrizio
 
Add the ActiveX web browser control to the form and show the form as
modal dialog. The call the navigate function on the modal form to tell
the browser to navigate to the specified app.

NuTcAsE
 
Back
Top