| | |
WebBrowser
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
> Change the Dock Property of Webbrowser control to Fill the Form.
> Change the Form to Screen Size
? Change the FormBorderStyle as None
but Must give another way to close the form or close full screen
> Change the Form to Screen Size
? Change the FormBorderStyle as None
but Must give another way to close the form or close full screen
VB.NET Syntax (Toggle Plain Text)
Private Sub btnFullScreen_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFullScreen.Click WebBrowser1.Dock = DockStyle.Fill WindowState = FormWindowState.Maximized 'Must give option to close full screen before uncomment it 'FormBorderStyle = Windows.Forms.FormBorderStyle.None End Sub
KSG
•
•
Join Date: Mar 2008
Posts: 41
Reputation:
Solved Threads: 7
Thanks for the valuble reply..
Actually my form has some other controls and a web browser too. In the code i mentioned the web address(for example- http://dictionary.com) to display in the browser control. When i clicked the button(Go) the browser control alone should display in a full screen.
One more thing how do i can remove the close,maximize and minimize button from a form?
Or any way to remove the top bar fully?
Thanks
Renjith
Actually my form has some other controls and a web browser too. In the code i mentioned the web address(for example- http://dictionary.com) to display in the browser control. When i clicked the button(Go) the browser control alone should display in a full screen.
One more thing how do i can remove the close,maximize and minimize button from a form?
Or any way to remove the top bar fully?
Thanks
Renjith
Last edited by RenjithVR; Jul 25th, 2008 at 1:34 am.
•
•
Join Date: Mar 2008
Posts: 41
Reputation:
Solved Threads: 7
Hi,
When i run my application the browser control should displayed in a full screen with no tittle bar.
I need help to do the following,
1, When i pressed any key the browser control should get the initial size(shrink to original size).
2, If i can shrink the browser control to original size, how can i close the application(for example if press ctrl+alt+shift the application should close).
Thanks,
Renjith
When i run my application the browser control should displayed in a full screen with no tittle bar.
I need help to do the following,
1, When i pressed any key the browser control should get the initial size(shrink to original size).
2, If i can shrink the browser control to original size, how can i close the application(for example if press ctrl+alt+shift the application should close).
Thanks,
Renjith
![]() |
Similar Threads
- Opening a new window form with web browser control,with webbrowser.navigating event (VB.NET)
- Tutorial: Multimedia: introducing the webbrowser module (Python)
- WebBrowser do not show latest record (Visual Basic 4 / 5 / 6)
- WebBrowser - DownloadComplete Event (C#)
- Can images be auto-resized while using the WebBrowser control in VB5 (Visual Basic 4 / 5 / 6)
- Using WebBrowser Control in Win32 (C)
Other Threads in the VB.NET Forum
- Previous Thread: Create table using Command Button
- Next Thread: Reading records from the inventory database:
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application array arrays basic beginner browser button buttons center checkbox client code convert cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic eclipse excel fade filter forms ftp generatetags gridview html images inline input insert intel internet lib listview mobile monitor net objects open panel passingparameters pdf picturebox port position print printing problem read remove save searchvb.net select serial settings shutdown soap sorting sqlserver survey table temperature textbox timer timespan transparency trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms wpf wrapingcode year





