Advertisement

windows functions

Started by December 16, 2002 04:30 PM
2 comments, last by flucknugget 21 years, 11 months ago
Is there any built in Windows function that pops up a textbox and returns the text that''s typed in it? Like MessageBox() only with a text field? Or would you have to make a full fledged dialog box for that?
- f l u c k y p o o
the latter.
Advertisement
Seach for InputBox, though it might be a VB only thing.
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara
Only for VB ... I''m not too familiar with MFC or Windows dialog boxes. Could one go about writing a single function that creates a new dialog box with a textbox in it so that it emulates the InputBox function without having to design any dialogs with the dialog editor or make any classes or anything?


- f l u c k y p o o
- f l u c k y p o o

This topic is closed to new replies.

Advertisement