Reviews, News, and How To Geeks

Download Our Windows 7 Tips!

Replies to This Discussion

i can tell u how to use vb 2k8

i will tell you how to make a simple app

form1 interface(design):

add textbox
add button

code:
double click on button 1 in design:
if textbox1.text = "" = true then
textbox1.text = "hello!"
end if
if textbox1.text = "hello!" = true then
textbox1.text = "press again!"
end if
if textbox1.text = "press again" = true then
textbox1.text = "hello!
end if


if your using vb 6 change textbox1 to text1

Reply to This

if you want to make a webbrowser do the folowing:


form1 interface (design):

add 5 buttons rename them go,back,home,refresh and forward
add textbox
add webbrowser control


code:

double click on go:
webbrowser1.navigate(textbox1.text)

double click on back:
webbrowser1.goback

double click on forward:
webbrowser1.goforward

double click on refresh
webbrowser1.refresh
webbrowser1.update

double click on home
webbrowser1.gohome

after you make a program click the green arrow at the top and it will debug your program

Reply to This

here's a good place to start: Programmer's Heaven Learn VB.net

Reply to This

Heres a site i made with some tutorials for beginners : http://howtocreatesoftware.tk/ I haven't updated it recently, but you can always ask questions here too and i should be able to help!

Reply to This

THANK YOU GUYS!!!!!!!!!!!!!!!!!!!!!
realy helped!

Reply to This

No problem. Thats what we're here for. To help!

Reply to This

RSS

© 2009   Created by Chris Pirillo

Badges  |  Report an Issue  |  Privacy  |  Terms of Service