Visual Basic 2010: Advanced login system: Create an account
Loading...
8,623
Loading...
Uploader Comments (ILOKATsomuch)
Top Comments
-
Use Camtasia Studio 7 or Hypercam :) 100% better :)
-
THAT IS THE BEST INTRO EVER WHAT DID U USE TO MAKE IT??????
see all
All Comments (29)
-
fix the magaupload lnk to another
-
26 Second intro 0.0
-
@WhiteboyOfUS easy. dim Agreed as Boolean Sub Button1.click Code If Agreed = True then (Do whatever) Else msgbox("You must agree to the terms") End if End Sub Sub Whatever.click (If this is what the user read then) Agreed = True End Sub
-
can you upload video for the atm login and transaction process in vb.....please this is very helpful for me.....
-
@styler564 he said he needed mic don't ask why I'm replying 4 months after you said this...
-
@styler564 BB flash back pro recoder is far better than them
-
He did not make it he used a swf converter to rip it off someone else
-
@philip6106 I can program
Loading...
How would i make a user agreement that only shows once after you accepted them?
WhiteboyOfUS 3 weeks ago
@WhiteboyOfUS
In Theory: You could make a file with a single binary (0/1) stating whether or not the user has excepted the terms/licence/etc. , then when the program starts up/at specified event/etc. check to see if its 0 or 1, then open the screen accordingly,
Hope I helped,
Jake
ILOKATsomuch 3 weeks ago
I cant create the account. When i do it comes up with errors. PLZ HELP.
BigAA13 4 months ago
@BigAA13
k, just state the errors :)
ILOKATsomuch 4 months ago
can i make more than 1 registration?
linkinl1 10 months ago
@linkinl1
yes, (but i think itll b 2 long for 1 comment) just check if the login file already exists, if it does, create an integer (=0) that will b a part of the name. so if file exists then int + 1= variable create file: login file + variable. Hope this was a little clear, if it wasnt ill see if a can make a vid
ILOKATsomuch 10 months ago