Thread: InputBox

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    InputBox

    Can someone answer me a quick question?
    In Visual Basic there is an InputBox function that operates just like a messagebox but allows input. Is there anything like that in C#, or do I have to display a full window and go through all that trouble?????????????? An input box would do just what I need.

    Thanks,
    Kendal

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    You have to write your own, sorry
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    184
    That is what I was afraid of.

    Thanks,
    Kendal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. shell problem
    By ArXi in forum Linux Programming
    Replies: 2
    Last Post: 06-04-2009, 02:30 AM