Displaying text in windows forms
C#
3
Posts
2
Posters
1
Views
1
Watching
-
Need help on displaying text on a C# windows application I'm not familar with C# but what i want is something like a JTextField in a java applet thanks! ------------------------------------------------- BingLin
Well why don't you get yourself familiar with C# and .NET first? Like read MSDN? Anyway, System.Windows.Forms.TextBox is what you need for input and System.Windows.Forms.Label is what you need for just a static display.
-
Well why don't you get yourself familiar with C# and .NET first? Like read MSDN? Anyway, System.Windows.Forms.TextBox is what you need for input and System.Windows.Forms.Label is what you need for just a static display.