Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post learning noob vs. Kyo:...
Today 05:26 PM
Last post by Check
Today 05:37 PM
14 Replies, 15 Views
Go to first new post PRICE CHECK ON AMAZING...
Yesterday 10:07 PM
Last post by Mal3vol3nt
Today 05:37 PM
7 Replies, 56 Views
Go to first new post I'm gonna go fucking...
Today 12:26 AM
Last post by cookieface
Today 05:34 PM
9 Replies, 64 Views
Go to first new post How the hell is that an...
Yesterday 06:19 PM
by Fewmitz
Last post by learning noob
Today 05:34 PM
58 Replies, 400 Views
Go to first new post Price Check/Selling...
Today 04:46 PM
by Sticky
Last post by Jmathias_91
Today 05:32 PM
5 Replies, 20 Views
Reply
 
LinkBack Thread Tools Display Modes

 {Basic} Wanna pw protect any of your own coded programs? {VB6}
Old 11-17-2006, 05:22 AM   #1 (permalink)
Kane for mod!

Male Flame is offline
 
Join Date: Sep 2006
Posts: 1,530
iTrader: 1 / 100%
Flame Is Recognizable
Rep Power: 9
{Basic} Wanna pw protect any of your own coded programs? {VB6}

Make a new form or use existing i dont mind.

Now make a textbox make sure its called "txtPassword".

Now make a command button and call it "cmdCheck"

Now double click on the command button. There will be 2 lines of coding there, click in the middle of them and type:

If txtPassword = "your password here" Then
me.hide
YOURNEXTFORMSNAMEHERE.show
Else
unload me
End If
End Sub
  Reply With Quote

 Re: {Basic} Wanna pw protect any of your own coded programs? {VB6}
Old 11-17-2006, 01:35 PM   #2 (permalink)
Alex
Guest

 
Posts: n/a
iTrader: / %
Rep Power:
Re: {Basic} Wanna pw protect any of your own coded programs? {VB6}

Basic, but nice. Although, you can just open the program in a hex editor, or notepad for that matter and find the password.
  Reply With Quote

 Re: {Basic} Wanna pw protect any of your own coded programs? {VB6}
Old 11-17-2006, 02:26 PM   #3 (permalink)
Kane for mod!

Male Flame is offline
 
Join Date: Sep 2006
Posts: 1,530
iTrader: 1 / 100%
Flame Is Recognizable
Rep Power: 9
Re: {Basic} Wanna pw protect any of your own coded programs? {VB6}

yes i know, ollydebugger. Thats why i said basic.
__________________
[center]
  Reply With Quote

 Re: {Basic} Wanna pw protect any of your own coded programs? {VB6}
Old 11-17-2006, 05:22 PM   #4 (permalink)
unlimitedorb
Guest

 
Posts: n/a
iTrader: / %
Rep Power:
Re: {Basic} Wanna pw protect any of your own coded programs? {VB6}

Alex is right, but great article as well.
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Password protect a page using php Oosband Tutorials 0 10-18-2006 03:36 PM
WOO! True Basic Lesson II is now out :D Carnage Chat 7 10-12-2006 06:43 PM
Tips To Protect Your Neopets Account imported_Justin Neopets 1 09-28-2006 04:45 AM
[TRUE BASIC] Lesson I - Very basic functions Carnage Programming 0 09-26-2006 12:57 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 05:38 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.14707994 seconds (100.00% PHP - 0% MySQL) with 20 queries