简体   繁体   中英

Open “small” browser from Outlook

I am going to make an Outlook add-in very soon. It has the option, that if a user press a button, a browser should be opened, and the user should fill out the required forms on the URL.

Now I don't imagine it is any problem to open a browser from Outlook itself. But I suppose that if you just open a link, then the whole browser will be loaded up, with all tabs, full size and so on.

Is it possible to just open a small browser window, almost like a popup? No tabs or anything. It should just use the users default browser.

I hope you understand my question, and can guide me to a solution :)

Create and display a custom form. You can use a browser control in that window.

To answer you question, take a look at the WebBrowser class. You can put it in a simple windows forms application.

However, unless you have specific requirements to use a specialized browser, I would simply let the system default browser handle any links.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM