PDA

Click to See Complete Forum and Search --> : Password screen in vb for dos?


Hatchetman
Apr 5th, 2001, 12:50 PM
I have this code in a command button:
if text1.text="blabla" then
load frmmain
show
end if

it is supposed to load frmmain and close frmpass if you type blabla in text1 and click ok.
it won't work the way i have it. why?

Hatchetman
Apr 5th, 2001, 05:15 PM
never mind. i figured it out.