Dialog Box
-
Hi, is there any way how to show a dialog window from vb.net in internet explorer? Thanks
-
Hi, is there any way how to show a dialog window from vb.net in internet explorer? Thanks
if you want to display a windows type form popup, then no you cannot. You can, however, make a secondary window (browser window) open with whatever controls you want on it. To make a secondary window popup, you will need to use javascript (window.open) Jon G www.Gizmocoder.com
-
Hi, is there any way how to show a dialog window from vb.net in internet explorer? Thanks
If you want the content in the Internet Explorer, you will have to write it in javascript of your web page. There is nothing new under the sun,
But there are lots of old things we don't know.
- Ambrose Bierce