This is a multi-part message in MIME format.

------=_NextPart_000_0006_01C4C320.A00B4740
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,=20

C# has MessageBox which is convenient to use. Does C# has Input Box? =
Even though it's easy to create, if there is one in C#, why shouldn't I =
use it.

Thanks,

Dennis
------=_NextPart_000_0006_01C4C320.A00B4740
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hi, </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>C# has MessageBox which is convenient to use. Does =
C# has=20
Input Box? Even though it's easy to create, if there is one in C#,=20
why&nbsp;shouldn't I use it.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Thanks,</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Dennis</FONT></DIV></BODY></HTML>

------=_NextPart_000_0006_01C4C320.A00B4740--

Re: Input Box by Bob

Bob
Thu Nov 04 18:33:17 CST 2004

This is a multi-part message in MIME format.

------=_NextPart_000_00D7_01C4C2D7.6CBE8940
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

There's no input dialog like MessageBox. You can create one very simply =
with a form and a TextBox control.

--=20
Bob Powell [MVP]
Visual C#, System.Drawing

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: =
http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml






"BVM" <DennisH@TBH.com.au> wrote in message =
news:Oc0LuRswEHA.3336@TK2MSFTNGP11.phx.gbl...
Hi,=20

C# has MessageBox which is convenient to use. Does C# has Input Box? =
Even though it's easy to create, if there is one in C#, why shouldn't I =
use it.

Thanks,

Dennis
------=_NextPart_000_00D7_01C4C2D7.6CBE8940
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>There's no input dialog like =
MessageBox. You can=20
create one very simply with a form and a TextBox control.</FONT></DIV>
<DIV><BR>-- <BR>Bob Powell [MVP]<BR>Visual C#, System.Drawing</DIV>
<DIV>&nbsp;</DIV>
<DIV>Answer those GDI+ questions with the GDI+ FAQ<BR><A=20
href=3D"http://www.bobpowell.net/gdiplus_faq.htm">http://www.bobpowell.ne=
t/gdiplus_faq.htm</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>The GDI+ FAQ RSS feed: <A=20
href=3D"http://www.bobpowell.net/faqfeed.xml">http://www.bobpowell.net/fa=
qfeed.xml</A><BR>Windows=20
Forms Tips and Tricks RSS: <A=20
href=3D"http://www.bobpowell.net/tipstricks.xml">http://www.bobpowell.net=
/tipstricks.xml</A><BR>Bob's=20
Blog: <A=20
href=3D"http://bobpowelldotnet.blogspot.com/atom.xml">http://bobpowelldot=
net.blogspot.com/atom.xml</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"BVM" &lt;<A =
href=3D"mailto:DennisH@TBH.com.au">DennisH@TBH.com.au</A>&gt;=20
wrote in message <A=20
=
href=3D"news:Oc0LuRswEHA.3336@TK2MSFTNGP11.phx.gbl">news:Oc0LuRswEHA.3336=
@TK2MSFTNGP11.phx.gbl</A>...</DIV>
<DIV><FONT size=3D2>Hi, </FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>C# has MessageBox which is convenient to use. Does =
C# has=20
Input Box? Even though it's easy to create, if there is one in C#,=20
why&nbsp;shouldn't I use it.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Thanks,</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>Dennis</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_00D7_01C4C2D7.6CBE8940--


Re: Input Box by Herfried

Herfried
Fri Nov 05 06:44:09 CST 2004

"BVM" <DennisH@TBH.com.au> schrieb:
>C# has MessageBox which is convenient to use. Does C# has Input Box? Even
though it's easy to create, if there is one in C#, why shouldn't I use it.

In addition to the other reply: You can add a reference to
"Microsoft.VisualBasic.dll" and then use
'Microsoft.VisualBasic.Interaction.InputBox' in C#.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>