Results 1 to 10 of 10

Thread: Need an idea

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254

    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.

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    I'm going to be really sarcastic and say
    VB Code:
    1. Dim strSerial As String
    2.  
    3. 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?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254
    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.

  4. #4
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    So you want any serial number to follow pre-defined pattern, right?

    Okay, what pattern? Like RGHT-767GR or something?

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254
    Yea Chris!

    This pattern is good
    Ideas are dime a dozen.
    People who put them into action are priceless.

  6. #6
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    okay, give me a while to sort something out

  7. #7
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Check your PMs...

  8. #8
    Megatron
    Guest

    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. ?

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254
    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.

  10. #10

    Thread Starter
    Addicted Member
    Join Date
    Apr 2001
    Posts
    254
    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
  •  



Click Here to Expand Forum to Full Width