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