NetBeans Platform and Eclipse Modeling Framework
Posted by toker5 on March 17, 2010 at 4:52 AM PDT
Summary
Using Eclipse Modeling in NetBeans Platform
License:
Berkeley Software Distribution (BSD) License
Related Topics >>




Comments
Subject: How to open a web
by sigmainfo - 2010-08-20 07:27
Subject: How to open a web page via windows forms with minimal browser options? Issue Description: I tried to open a web page via windows forms with the following code C#: process.start("iexlorer.exe","url"); This code opens IE with menu bar & toolbar options. I want to know is there any way to show the browser with url and content only and no other browser options. Thanks, Sreeram