Make your own InputBox Form.
Its easier, customizable, etc.
InputBox is a function in "Microsoft.VisualBasic.Interaction"; you dont have direct access to the handle of the window.
Unless ...
you want to deal with Windows API (OpenProcess), Process Class (Same), Threads (Because your main thread is stoped by the InputBox Modal Form), Procedure Address (Change the code to run when the Ok Button is pressed), etc.
Or you need to sneak into another (already binary) application which uses the InputBox function.
------
: I am working with an inputbox and I want a MsgBox to display if the
: user clicks OK without entering text into the textbox but I don't
: want the InputBox to close or save any information. Can anybody help
: me with this? Thanks alot!
: James
: James98765
: jamesparsons@cox.net
:
http://www.programmersheaven.com/c/Settings/messageboard.htm
Good luck!
Hackman