Creating User Controls Web User Controls And Multithreading
Table of Contents

User controls are those controls you can build yourself for use in Windows forms. Web user controls are used for web forms. Multithreading gives your programs the ability to do several things at once; each stream of execution is called a thread.

User Controls

You can add a user control in any other Windows form. U ser controls can support properties, methods, and events.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.