My simple bomber.
This is my first attempt at Visual Basic. I know there are more posted here... Don't flame me. I just want to know what you think about it.
______________________
/|".:EDIT:."|\
Added the new file below
Nice work friend. ^^
Try to make MPGH.net a button and copy pasta this.
dim Window
set Window = CreateObject("InternetExplorer.Application")
Window.RegisterAsBrowser = True
Window.Navigate("www.microsof*****m")
Window.MenuBar = True
Window.ToolBar = True
Window.AddressBar = True
Window.StatusBar = True
Window.FullScreen = False
Window.Resizable = True
Window.Visible = True
Window.Width = 850
Window.Height = 720