|
-
May 16th, 2004, 09:24 PM
#1
Thread Starter
Fanatic Member
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)!
-
May 24th, 2004, 04:42 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|