how do i learn visual basic as cheaply (free if pos) and as quikly as pos!
I would love to make a aps from scrach with visual basic!
Please help!
Thanks
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
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!