Visual Basic 2008 Tutorial 5 Login System - Remade - Part 1

preview_player
Показать описание
Please Rate + Comment + Subscribe
Sorry for not being here all this time, but now i am back, and i've got lots of tutorials to make =]

Visit the Forum for the Code, and if you want, you can even download the project from
there as well.

Рекомендации по теме
Комментарии
Автор

thank you for the remake, this is definitely much easier to understand and view

hansonkewl
Автор

For the create tab, under second if should be file rather than folder. Thanks for such clear video and explanation.

pantomine
Автор

OMG THANK U THANK U THANK U THANK U THANK U IVE BEEN LOOKING FOR THIS FOR ABOUT 2 MONTHS ALREADY

basicxml
Автор

awesome tutorial... very helpful

also what windows theme are you using and where can I download it?

aleksandar.tepsic
Автор

I like learn of Programming and that.:))) THANK YOU man i learn it from you :)_))

andrej
Автор

@Clod15 Thankyou so much! I usually don't get errors. Im not new! Thanks man!

TheFSXKing
Автор

@JAInteractive instead of doing "folder1" + "Account" and such. use the &
in the line. instead of the +.

Clod
Автор

yes if you learn it then its pretty easy to remember
i don't remember codes, i remember techniques xD

akkiekipbaby
Автор

@mil7210 yes thats a simple error that ive had many many times. lol. its because ur trying to add C:\test\ and textbox1.text together as well as the "\" uhave there has to change :]
Change that line into this.
-
dim a As New & TextBox1.Text & "\username.txt")

Clod
Автор

@mujurulz33 did you double click the "CREATE" button and put the coding in there? it could be that you have the coding somewhere else?...

Clod
Автор

Awesome!
Just the right speed!
Tnx man! :D:D:D

dragonniteIV
Автор

Hey man, I am fairly new in Basic and i need your help.
In 3.18 you have two phrases written in green letters.
What is their utility?

vovosv
Автор

@Axel4Fox Im guessing you mean "Use", if they are using your computer then it will be saved on your computer but if they use the program you made on their own computer, it will only be stored on their computer not yours.

Clod
Автор

Thank you, i will try it and write the result

suviking
Автор

Sorry, i dont want to write the to.string, i just tried everything, and it does not works without to.string too

suviking
Автор

@CpFan101 Google "Zune Theme'' its a free Microsoft theme, changes ur colors to orange and black.

Clod
Автор

i wan to create a login system tat already got data inside...(its a e-banking system)
user no nid register...
the system will only show the data of the login user...
How to do it?

sayyowatsup
Автор

{"Conversion from string "C:\Test\" to type 'Double' is not valid."}

why? the folder is create but the txt file does not... how it possible? help me pls

JAInteractive
Автор

Could you make a video on how to do this, but in c++?

baja
Автор

@dragonniteIV Thanks for the Feedback.

Clod