A acool Apr 14, 2004 #1 How does one intitiate (I remember a certain type of dialog box in VB6) so that I can ask a simple question in a messagebox?
How does one intitiate (I remember a certain type of dialog box in VB6) so that I can ask a simple question in a messagebox?
A Armin Zingler Apr 14, 2004 #2 acool said: How does one intitiate (I remember a certain type of dialog box in VB6) so that I can ask a simple question in a messagebox? Click to expand... msgbox? messagebox.show? inputbox? -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
acool said: How does one intitiate (I remember a certain type of dialog box in VB6) so that I can ask a simple question in a messagebox? Click to expand... msgbox? messagebox.show? inputbox? -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
H Herfried K. Wagner [MVP] Apr 14, 2004 #3 * "acool said: How does one intitiate (I remember a certain type of dialog box in VB6) so that I can ask a simple question in a messagebox? Click to expand... 'MsgBox' or 'MessageBox.Show'. If you want the user to enter data, use 'InputBox' (seems to be buggy). For creating your own message box, see: System icons: 'SystemIcons'. System sounds: <URL:http://groups.google.de/groups?selm=um#[email protected]> <URL:http://www.google.de/[email protected]>
* "acool said: How does one intitiate (I remember a certain type of dialog box in VB6) so that I can ask a simple question in a messagebox? Click to expand... 'MsgBox' or 'MessageBox.Show'. If you want the user to enter data, use 'InputBox' (seems to be buggy). For creating your own message box, see: System icons: 'SystemIcons'. System sounds: <URL:http://groups.google.de/groups?selm=um#[email protected]> <URL:http://www.google.de/[email protected]>