| | |
WebBrowser
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
> 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
Selva •
•
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:
Views: 1928 | Replies: 6
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
"crystal .net .net2005 2008 access add application array assignment basic box button buttons center class click code combo convert cpu data database datagrid datagridview design designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees error excel exists firewall function image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net opacity page pan picturebox port print printing printpreview problem record refresh regex reports" reuse right-to-left save savedialog search serial socket sorting sql sqldatbase storedprocedure string structures studio temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet vista visual visualbasic visualbasic.net visualstudio2008 web wpf xml





