Set Button1 Text as "&TextBox" ' This button will display a list of "ID" in the Texbox
Set Button2 text as "&MsgBox" ' This will display them in a MessageBox
Set Button3 text as "E&xit" ' This will exit your application
Note: I added two methods to demonstrate this is very flexable
You should have something that looks like this.
Code Part
Here is the code you will need for this to work
Button Click Event for "Textbox"
(start typing leechers )
Same code for the msgbox button, Only change
This part of the code
Code:
Textbox1.text = htext
to
Code:
Msgbox(htext)
and that is pretty much the extent of it
here is the end results
You can use the serials as a UnigueID or Create a Simple(or complex) algorithm to create a new ID either way, hope this helps
thanks this could be useful
if i try to make a "algorithm" how can i edit the serials after program is done??
Originally Posted by 2vivi
thanks this could be useful
if i try to make a "algorithm" how can i edit the serials after program is done??
What do you mean by "edit the serials" they are static and can't be changed
Originally Posted by NextGen1
What do you mean by "edit the serials" they are static and can't be changed
i mean like i make a program and i want it to be used by certain people (prevent lechers).. i put in sorta like a login that checks if the serials on that computer match the 1ns on the program
could i use a php and edit it later if i want to add more computers that can access the program??
Originally Posted by 2vivi
i mean like i make a program and i want it to be used by certain people (prevent lechers).. i put in sorta like a login that checks if the serials on that computer match the 1ns on the program
could i use a php and edit it later if i want to add more computers that can access the program??
You can have the software set to auto update
You can use .Txt
You can use a database
etc.
If you need it more detailed, let me know, I'll make a tut (if need be)
well u can change them in the registry to fool the computer
/thanked
Again, good job!
how did u get the round and kool looking buttons
Sorry Double post
You can always PM me with questions about UI as it is "Off topic"
However, that is a Component, you can do the same thing with images though if you don't want to spend the money
---Lag, I double posted----
Hey can you add me on msn, I tried to get this to work earlier but I got a null response.
My msn is Chambers.ry@gmail.com . Im trying it again, Oh and a Pm will work too, it's just that msn is faster.
Originally Posted by RawVb
Hey can you add me on msn, I tried to get this to work earlier but I got a null response.
My msn is Chambers.ry@gmail.com . Im trying it again, Oh and a Pm will work too, it's just that msn is faster.
Expect to have your mail bombed in about 30 minutes when I'm at home
so i guess this would be useful if you sold your software and did not want them to distribute it.