Click here to Skip to main content
15,891,714 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sorry for my bad english.
I am a newbie in vb.net. I am creating a user control. My requirement is to make a control that has multiple pages that navigate through buttons only. Should add controls to that pages in design time.

What I have tried:

I created one inheriting tab control. I need to navigate through tabs only with buttons on left and right. I created a user control and compiled as dll. I added that control from dll in new project. The problem is I cannot add any controls to that tab during design time. I need to add controls to the tab during design time.
Also is there any way to disable the tab navigation of tab control. User should navigate through button click only.

Or is there any suggestion of how I can create a control like that

Thanks in advance.
Posted
Updated 1-Jun-17 1:59am

1 solution

It sounds like you are talking about a Wizard Control. See vb.net wizard control - Google Search[^].
 
Share this answer
 
Comments
Arun Sivasankar 2-Jun-17 1:53am    
Thank you very much Richard. This was exactly what I was looking for. The term wizard control helped me find the solution. Thank you very much.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900