
In this article you will learn the technique of creating a TabControl for the Windows Application. Here I will discuss its properties by developing a small Windows Application. You want to develop a windows application that contains all window forms on a single interface named as MDIs (Multi Document Interface). In .Net you will find a TabControl and TabPage classes that are helpful in developing and managing these kinds of applications.
|