|
-
Oct 1st, 2001, 11:06 AM
#1
Thread Starter
Addicted Member
Need an idea
Guys, How can I prompt for a Serial Number during installation of my program, I have no idea how to do this so please explain me with code if posible.
And other thing is that how can I bind MSHFlexgrid with ADO
Thanks in advance
Ideas are dime a dozen.
People who put them into action are priceless.
-
Oct 1st, 2001, 11:10 AM
#2
PowerPoster
I'm going to be really sarcastic and say
VB Code:
Dim strSerial As String
strSerial = InputBox("Give me a serial number", "OI!")
Now I'm not going to be sarcastic and say what were you thinking of doing? Getting the HDD serial number, or asking for a number that follows a specific pre-defined fashion, or what?
-
Oct 1st, 2001, 11:17 AM
#3
Thread Starter
Addicted Member
I want to put product serial number in my application and user has to enter valid product key in order to install my program. If users fails to enter valid key program will not install like other softwares in market.
Hope you get this time
Ideas are dime a dozen.
People who put them into action are priceless.
-
Oct 1st, 2001, 11:26 AM
#4
PowerPoster
So you want any serial number to follow pre-defined pattern, right?
Okay, what pattern? Like RGHT-767GR or something?
-
Oct 1st, 2001, 11:28 AM
#5
Thread Starter
Addicted Member
Yea Chris!
This pattern is good
Ideas are dime a dozen.
People who put them into action are priceless.
-
Oct 1st, 2001, 11:39 AM
#6
PowerPoster
okay, give me a while to sort something out
-
Oct 1st, 2001, 12:35 PM
#7
PowerPoster
-
Oct 1st, 2001, 02:50 PM
#8
Re: Need an idea
Originally posted by rmoghal
during installation of my program
Are you creating the installer? Or are you using a separate product such as InstallShield, WiseInstaller etc. ?
-
Oct 1st, 2001, 02:53 PM
#9
Thread Starter
Addicted Member
I will use InnoSetup for my program, just needed to know how can I prompt user for valid key during installation
Ideas are dime a dozen.
People who put them into action are priceless.
-
Oct 1st, 2001, 02:54 PM
#10
Thread Starter
Addicted Member
Thanks Chris, I have not tried yet, I will let you know more when I try your code,
Thanks a lot for your help!!!
Ideas are dime a dozen.
People who put them into action are priceless.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|