Using Visual Basic.NET (in this instance 2005) in order to create a simple browser that basically hijacks functionality from internet explorer Here’s the code: Private Sub btnBack_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBack.Click WebBrowser1.GoBack() End Sub Private Sub btnFwd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFwd.Click WebBrowser1.GoForward() End Sub Private…
Tag: Basic.net
Visual Basic.net Tic Tac Toe game
This is readable in HQ, but I don’t know about normal quality. There is no glitch in the GUI, the video just makes it seem like there is because my computer is slow. This is a very simple tic tac toe; I only spent about 2-3 hours making this (did it in one night). Posted…