| | |
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: 1930 | Replies: 6
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
"crystal .net .net2005 30minutes 2008 access application arithmetic array assignment basic binary bing box button buttons c# center code combobox component connectionstring convert data database databasesearch datagrid datagridview design designer dissertation dissertations dissertationthesis dll dosconsolevb.net error excel file-dialog firewall folder google hardcopy highlighting image images isnumericfuntioncall listview login math memory mobile ms navigate net networking opacity output peertopeervideostreaming picturebox picturebox1 plugin port print printing problem problemwithinstallation project reports" save savedialog serial server sorting sql string studio syntax temp text textbox timer toolbox updown upload useraccounts usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web wpf





