Need help with placing text

Discussion in 'C#' started by Demon4231, Dec 4, 2007.

  1. Demon4231

    Demon4231 New Member

    Joined:
    Dec 3, 2007
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    I have used Keygens and when I click generate it places the key into the boxes, I have made my own program that holds my keys and I would like to know how do I press a button and make that key go into the boxes? What would the code look like, I'm a beginner at C# so I don't know much.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    I am not sure if C# is the best choice but the process is you should hook the WndProc and add to the text and then pass the event to the necessary control.
     
  3. Demon4231

    Demon4231 New Member

    Joined:
    Dec 3, 2007
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    And how would I do that? I just started taking C# in school so I only know so much
     
  4. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Get a book on C# and start on learning the language because what you are looking for needs some knowledge of C# as well as windows programming.
     
  5. Demon4231

    Demon4231 New Member

    Joined:
    Dec 3, 2007
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    Alright, thanks for the help. I guess I'll just need to read ahead of the class :)
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice