Is there a default input box like there is in VB, or do I have to make my own?
Printable View
Is there a default input box like there is in VB, or do I have to make my own?
You'll have to make your own!
Im sure there is an API function for this! There is for messagebox anyway.
Nope. Nothing. If you get the COM samples from the Platform SDK there's code in there to make one. Other than that, you're on your own.
It is not hard to make one. Just a simple dialog, edit box and retrieving the text from the edit box, that is all.
Well Vlatko, since you're so good, answer my question at
http://161.58.186.97/showthread.php?s=&threadid=80138
Its really important!
I bet you could...