PDA

View Full Version : LoginForm / Progress Bar / Export to .exe



Laur€ns
05-03-2008, 09:13 PM
Hi. I'm pretty new in the world of Visual Basic, I only know the msgbox"YourMessageHere" and the beep, wich you make in Notepad.

Now, I've downloaded Visual Basic 2008 Express, and I'm making a little thing for a friend, to give him a checklist application. And I want a Login on it :f:

So, I made the basics on my own. I added it into the zippy in the attachment.
Can someone make the progress bar work, add a Login Form with the following data:
Username:Copyright
Password:Laurens 2008

and compile it into an exe, without the folder-with-files-crap? And you can leave the Help as it is, it's Dutch, just to fool my friend :f: In English, it says "You really think I would make a help-function, just for you? Ask it on MSN!"

Many thanks! :)

Im gonna sleep now btw, goodnight (its 2315 right now ^^)

Laur€ns
05-04-2008, 06:07 PM
Some peeps here?

Laur€ns
05-06-2008, 06:53 AM
\/\/7f, (4n n080dy h3|p?{ L375 7ry 17 7h15 w4y :p

TViYH
05-06-2008, 07:12 PM
Nice triple post. Never again. Thanks.

If you have enough time to triple post, then you obviously have enough time to click Build -> Build...

Lalaji
05-08-2008, 12:13 AM
and thats not what he really want.

"Can someone make the progress bar work, add a Login Form with the following data:"

Unfortunately you dont have enought time to read. LOL

laurenssie0 I am srry i am not into 2008. I am just getting the hang of VB6.

TViYH
05-08-2008, 12:33 AM
and compile it into an exe

Back at you.

Freddy1990
05-08-2008, 03:32 PM
The question you should be asking is "Do I want to be a programmer?" Because "Could you make half of my program?" isn't gonna get you far... How about you read some tutorials and try yourself first?

Laur€ns
05-19-2008, 06:54 PM
Lol I read tutorials, but they won't build =( So I need a base app to build further.

Laimonas171
11-12-2008, 10:37 AM
Lol I read tutorials, but they won't build =( So I need a base app to build further.
you can easy make login form with 2 textboxes..

if text1.text = Copyright and text2.text = Laurens 2008 then
form2.show
endif
i hope its that code.. i do not have VB now installed..
anyway it have to be on form1 and with two textboxes named text1 and text2
one command button with that IF
then you must do form2 what you have now... not finished :)