- Can I use some features of a control without rendering it?
- Can I use some features of a control in a console app?
NB: I tried to use a hidden WebBrowser control, but it didn't work.
NB: I tried to use a hidden WebBrowser control, but it didn't work.
Yes, you can create an instance of a control without adding it to a form.
If you have a question about specific functionality, you'll need to ask it specifically.
I answered this in your previous question, controls like WebBrowser need a message loop. There is no message loop in a console app.