Adobe Dreamweaver 0
Adobe Muse 0
ASP.net 0
.htaccess 6
CSS 5
Perl 0
PHP 59
PHP - User System 79
HTML 11
Java 0
Javascript 13
Ruby on Rails 0
General Web Development 4
Operating Systems
Video & Audio Editing
Adobe After Effect 0
Adobe Audition 0
Adobe Premiere 0
Final Cut 0
FruityLoops 0
iMovie 0
Windows Movie Maker 0
App Development
Hardware
Miscellaneous
{{I need it fixed because I am working on a RMB Browser}}
On Error GoTo ErrorHandler
WebBrowser1.GoBack ' Back
Exit Sub 'Forgot This Part, Without This You Would Get The Error Message Everytime
ErrorHandler:
MsgBox "You Can Not Go Back Before You Go To At Least 2 Pages", vbOKOnly, "Browser Error"
End Sub
Sorry Bout That, Plus I didnt use the code box lol
Private Sub back_Click()
On Error GoTo ErrorHandler
WebBrowser1.GoBack ' Back
ErrorHandler:
MsgBox "You Can Not Go Back Before You Go To At Least 2 Pages", vbOKOnly, "Browser Error"
End Sub
Should be like that
I at first thought it was hard, But i realised it was simple!
Mr. Lee Inc.