In this tutorial i will show you how to make a simple web browser in delphi.
song: Lynyrd Skynyrd Freebird
Codes:
Button1:
webbrowser1.goback;
Button2:
webbrowser1.goforward;
Button3:
webbrowser1.refresh;
Button4:
webbrowser1.stop;
button5:
webbrowser1.navigate(edit1.text);
Button6:
webbrowser1.navigate('www.site.com');
Button6 is optional to this tutorial you may change (www.site.com) to anything you like but remember to keep (' ') either side of the domain.
i dont have the internet tab =( please tell me how to get it
mms1911 1 year ago
@mms1911 are you using borland delphi 7?
djfshady3 1 year ago
yes it will help all the new people that are wanting to start delphi :)
djfshady3 1 year ago