C# windows form application allow you to create multi tabs in a single windows form appllications.
Tab control is simple just drag it out of or click on tab control in tool box inside Visual studio . you can add other controls too . each tab in tab Control.
As shown in above pic you can add separate controls to tab 1 and same in tab 2. when a user runs your program and he clicks on tab 1 the tab 1 contents will be show to him or if he click on tab 2 then the tab1 will hide its content and tab 2 's contents will be show to him .
No comments:
Post a Comment