J
Jamie Risk
I'm implementing a Windows application in C# .Net 2.0. On many
of the forms I need to have record navigation capabilities
(forwards, backwards, first, last etc) which I chose a to do
with a toolbar containg 7 buttons or so.
1. Rather than recreating the same toolbar (navBar) in the dozen
or so locations I need it, is this a case where I could use
the UserControl?
2. Regardless, is it a simple matter to make the UserControl
accessible in the forms design mode?
Thanks,
- Jamie
of the forms I need to have record navigation capabilities
(forwards, backwards, first, last etc) which I chose a to do
with a toolbar containg 7 buttons or so.
1. Rather than recreating the same toolbar (navBar) in the dozen
or so locations I need it, is this a case where I could use
the UserControl?
2. Regardless, is it a simple matter to make the UserControl
accessible in the forms design mode?
Thanks,
- Jamie