Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Visual Studio 2010. I am developing a Touch Screen Restaurant Software.
In my billing screen I want to put too many controls like button and label but
the problem is that there are not enough space in my Billing Screen.
If I can build a control that slides over the another control with only one click
so I can solve that problem. I mean I need a Control like "Windows Xp Expander" Or
"WPF Expander Control". But, I don't have any idea how to develop that. I don't know how
to slide a panel or object. I have tried with timer control but it effects on my
application and takes too many process. This control must be container.
Posted

1 solution

Here[^] is just one of the hundreds of such controls on the internet.

If you don't like that one then polish up your searching skills and start looking.
 
Share this answer
 
Comments
nms.nt1986 26-Jan-11 4:44am    
Yes This is that i want. But this project is not in VB. I have to convert it.
Dave Kreskowiak 26-Jan-11 10:03am    
You can always just use the C# code, compile it, then add a reference to that from your VB.NET project.

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