Results 1 to 4 of 4

Thread: Where is InputBox located?

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2009
    Location
    Oregon
    Posts
    60

    Where is InputBox located?

    I know that it is Microsoft.VisualBasic and this is where I need help. Should be quick question I am sure.

    Thank you,
    Garrett

  2. #2
    Hyperactive Member
    Join Date
    Aug 2011
    Posts
    272

    Re: Where is InputBox located?

    What do you mean by where is it located?

    If you mean how do you get one to appear on the screen, you just tie

    Code:
    InputBox(parameters)
    to an event in your code.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2009
    Location
    Oregon
    Posts
    60

    Re: Where is InputBox located?

    Sorry, I am actually using it in C#, I guess that is an important piece.

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    38,943

    Re: Where is InputBox located?

    Don't use it at all.

    InputBox is almost never the right solution to any problem. It is very restrictive in appearance, and you can't tell the difference between the OK and Cancel buttons. There is almost never a good reason to use it rather than creating your own form to do the same thing.
    My usual boring signature: Nothing

Tags for this Thread

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