Quantcast
Channel: All Things DotNet » WinForms Tutorials
Browsing latest articles
Browse All 3 View Live

Appending Text to a TextBox

In the old days, appending text to a textbox meant concatenation  – something like: TextBox1.Text=TextBox1.Text + myNewText or: TextBox1.Text+=MyNewText Instead of this, we now have:...

View Article



Getting Started – Winforms MDI App (Bare-Bones Basics)

To create an MDI (Multiple Document Interface) application in your Winforms Project, start with creating a new WinForms project. This creates one main form for the application. Go to the Properties...

View Article

2 Listboxes – Moving Items From One to Another

The scenario for this tutorial/code sample is simple. You have 2 listboxes. You want to copy items from one item to the other, and since they are in the second listbox, you want to remove them from the...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images