HTML Page from Windows
-
I want to open a HTML Page from Windows forms. Iam using System.Diagnostic.process Api to do that. First is there any other way to do it. Second i want to control the size of the internetexplorer window when i open it. Is there a way to do that Thanks Kal
-
I want to open a HTML Page from Windows forms. Iam using System.Diagnostic.process Api to do that. First is there any other way to do it. Second i want to control the size of the internetexplorer window when i open it. Is there a way to do that Thanks Kal
kalyanPaladugu wrote:
I want to open a HTML Page from Windows forms.
Within your window form, or to a web browser? If you want to open it to a web browser, you choose among Process.Start(), ShellExec(), or ShellFileOperation(). If you want to open it on your window form, add a web browser control to the form and call its Navigate().
Best, Jun
-
kalyanPaladugu wrote:
I want to open a HTML Page from Windows forms.
Within your window form, or to a web browser? If you want to open it to a web browser, you choose among Process.Start(), ShellExec(), or ShellFileOperation(). If you want to open it on your window form, add a web browser control to the form and call its Navigate().
Best, Jun
1.Iam thinking of web browser. I want to resize the web browser it opens in 2. Since you asked the question. Can i open it in windowsform it self and use the print functionality of the opened HTML page inside windows forms. If possible how to open it inside windows forms
-
1.Iam thinking of web browser. I want to resize the web browser it opens in 2. Since you asked the question. Can i open it in windowsform it self and use the print functionality of the opened HTML page inside windows forms. If possible how to open it inside windows forms
-
kalyanPaladugu wrote:
I want to open a HTML Page from Windows forms.
Within your window form, or to a web browser? If you want to open it to a web browser, you choose among Process.Start(), ShellExec(), or ShellFileOperation(). If you want to open it on your window form, add a web browser control to the form and call its Navigate().
Best, Jun
With the Process.Start() how do i control the size of the web form which is opened Thanks Kal
-
With the Process.Start() how do i control the size of the web form which is opened Thanks Kal