Please click HERE to access this project solution file from GitHub.
The Simple Browser allows you to go to any webpage (its basically a small IE) by pressing ">" for Go or by typing in a web address and hitting enter. I blocked off the ability to re-size as I meant it as an addition for an application, but this is one property easily changed.
- If you open up the .cs Designer, go to View --> Properties, then dropdown until you are on "Form1" properties.. the only ones I changed from default are the following:
- FormBorderStyle: this limits the ability of the user to resize the window.
- AcceptButton: this allows the user to type text into URL text box and hit "enter" to cause it to go to the page. The accept button is mapped to "button1" which is the name of the button next to the URL box I made.
Windows forms are very basic and simple to use! Not much going on, only thing is a button connection. The rest is done in the form preset properties.