Quote:
Help me please
Just need a tut.
Quote:
Alls i want is a tut i know how it works connects to mysql db ect just want a tut
You shouldn't need a 'tut' if you knew how to program in Visual Basic. Also I would maybe reccomend a more efficient language. Possibly Java or C#?
���������..,-~*�`�lllllll`*~,��������������
�������..,-~*`lllllllllllllllllllllllllll�`*-,������������
������,-~*llllllllllllllllllllllllllllllllllllllllllll*-,�����������.
�����,-*lllllllllllllllllllllllllllllllllllllllllllllllll lllll.�����������
����.;*`lllllllllllllllllllllllllll,-~*~-,llllllllllllllllllll����������..
����..lllllllllllllllllllllllllll/���;;;;llllllllllll,-`~-,���������
����...lllllllllllllllllllll,-*���..`~-~-,�(.(�`*,`,��������..
�����.llllllllllll,-~*�������)_-..*`*;..)��������.
�����..,-*`�,*`)����,-~*`~.����.../��������..
�����...|/.../�/~,�...-~*,-~*`;�����./.��������..
�����../.../�/�/..,-,..*~,.`*~*�����.*...��������
�����.|.../�/�/.*`......��������)�.)�`~,�����...
�����.|./�/�./��.)��,.)`*~-,���.../�.|..)�`~-,����.
�����/./.../�,*`-,�..`-,�*`�.,---�...�./�../..|��...�```*~-,,,,
����...(���.)`*~-,�.`*`.,-~*.,-*��|�/.�/�/������..
�����.*-,��.`*-,...`~,..``.,,,-*���.|.,*...,*�|����..��..
������.*,���`-,�)-,����..,-*`...,-*�.(`-,������.
��................f`-,���`-,/�*-,___,,-~*�.,-*��|�`-,���.��.
�������..,-~*`lllllllllllllllllllllllllll�`*-,������������
������,-~*llllllllllllllllllllllllllllllllllllllllllll*-,�����������.
�����,-*lllllllllllllllllllllllllllllllllllllllllllllllll lllll.�����������
����.;*`lllllllllllllllllllllllllll,-~*~-,llllllllllllllllllll����������..
����..lllllllllllllllllllllllllll/���;;;;llllllllllll,-`~-,���������
����...lllllllllllllllllllll,-*���..`~-~-,�(.(�`*,`,��������..
�����.llllllllllll,-~*�������)_-..*`*;..)��������.
�����..,-*`�,*`)����,-~*`~.����.../��������..
�����...|/.../�/~,�...-~*,-~*`;�����./.��������..
�����../.../�/�/..,-,..*~,.`*~*�����.*...��������
�����.|.../�/�/.*`......��������)�.)�`~,�����...
�����.|./�/�./��.)��,.)`*~-,���.../�.|..)�`~-,����.
�����/./.../�,*`-,�..`-,�*`�.,---�...�./�../..|��...�```*~-,,,,
����...(���.)`*~-,�.`*`.,-~*.,-*��|�/.�/�/������..
�����.*-,��.`*-,...`~,..``.,,,-*���.|.,*...,*�|����..��..
������.*,���`-,�)-,����..,-*`...,-*�.(`-,������.
��................f`-,���`-,/�*-,___,,-~*�.,-*��|�`-,���.��.
If you actually know how to code VB you wouldnt need a tutorial.
Dont feed the noobs code tbh
Dont feed the noobs code tbh
Quote:
Did i ask for codes noo i asked for a tutorial
If you need a tutorial for this you are not ready to do this
Yes i am or if i wasnt would i have posted this thread,,
Quote:
I dont even code VB but I could work this out. Use your brain, this is easy coding.
Option Explicit
Private Sub Command1_Click()
Collect UserName And ID
From
Option Explicit
Public Otaku As String
Public Password As String
Public Otaku As String
Public root As String
Public DB_Port As Integer
If Right Then GoTo frmMain
End Sub
Somthing like that
Private Sub Command1_Click()
Collect UserName And ID
From
Option Explicit
Public Otaku As String
Public Password As String
Public Otaku As String
Public root As String
Public DB_Port As Integer
If Right Then GoTo frmMain
End Sub
Somthing like that
I'm very disappointed with some of you and your posts in this thread. iFail is obviously new to this and was merely looking for some help with some of his code.
If you don't want to help him, that's fine. Leave the thread and don't post anything at all. Criticizing him won't do anything but discourage him.
Flaming is against the rules btw, so take this as a warning.
If you don't want to help him, that's fine. Leave the thread and don't post anything at all. Criticizing him won't do anything but discourage him.
Flaming is against the rules btw, so take this as a warning.
Quote:
go to waterstones programming section
buy a book on it
read it
buy a book on it
read it
Book stores near me suck they have hardly any books on programming
How do i make a license system in visual basics
Just PM some people who you know are coding games
Wouldn't he do that instead of making this thread?
Cant you just tell me a link to a tutorial please.
Here you go. Enjoy.
I already have found nothing
Well, you clearly have to properly learn the language first then it will become easy to you.
Quote:
Think Logically.
1. Do you even know Visual Basic?
2. Did you realise it's Visual Basic not visual basics?
If you were a programmer you'd of thought of a logical way by now. There's two options for you;
1. Have your application look for keys inside a MySQL database - Probably the most simplist
2. Key Algorithm. Have a mathematical algorithm that generates / accepts keys - Probably the most advanced and most difficult.
1. Do you even know Visual Basic?
2. Did you realise it's Visual Basic not visual basics?
If you were a programmer you'd of thought of a logical way by now. There's two options for you;
1. Have your application look for keys inside a MySQL database - Probably the most simplist
2. Key Algorithm. Have a mathematical algorithm that generates / accepts keys - Probably the most advanced and most difficult.
Like Mike said, programming things like this is less about pure programming skill and more about logic. Without good logic you'll never be a good programmer. You need to think of how a licensing could work in theory and then think of ways to apply code to it. Here's an example;
Theory
1. Get code
2. Contact database
3. Check for code
4. Inform user
Programmatically
1. Ask a user for the code supplied
2. Open connection to database
3. Run a query to check if code is there and if used
4. If got code, let user in, else, fail
Simple.
P.S this way of licensing sucks.
Theory
1. Get code
2. Contact database
3. Check for code
4. Inform user
Programmatically
1. Ask a user for the code supplied
2. Open connection to database
3. Run a query to check if code is there and if used
4. If got code, let user in, else, fail
Simple.
P.S this way of licensing sucks.
Recovered from /coding-wise/11338-help-me-please-2.html · captured 2008.