Results 1 to 2 of 2

Thread: Input

  1. #1

    Thread Starter
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787

    Input

    I am currently using Console.ReadLine to input stuff in a GUI program... the problem is, when I display something in the Console it doesnt get Focus and it is really difficult to notice. is there any way to set focus to that?? even better, is there a better method to input stuff from the user without using a textbox/new form? (some kind of special pop-up message box??)

    thanks in advance
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    You can add a Windows Form to your console application. Then call your form, allowing your user to input values into controls on the form.

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