Components
-
Can anyone help... Can anyone point me to a site with free .Net components specifically an Outlook bar. Newby question: How can I align controls on the form. I want a panel to be aligned left on the form, but the Align menu options never become enabled. TIA :-O
-
Can anyone help... Can anyone point me to a site with free .Net components specifically an Outlook bar. Newby question: How can I align controls on the form. I want a panel to be aligned left on the form, but the Align menu options never become enabled. TIA :-O
Jinwah wrote: Can anyone point me to a site with free .Net components specifically an Outlook bar. Sure, right here: C# OutlookBar[^] Nick Parker
**The goal of Computer Science is to build something that will last at least until we've finished building it. - Unknown
**
-
Can anyone help... Can anyone point me to a site with free .Net components specifically an Outlook bar. Newby question: How can I align controls on the form. I want a panel to be aligned left on the form, but the Align menu options never become enabled. TIA :-O
Jinwah wrote: How can I align controls on the form. I want a panel to be aligned left on the form, but the Align menu options never become enabled. Aligning aligns two or more controls to each other, not to the form. Thus if you select two or more controls, you'll get your align buttons. What you really want is Docking... check out the Dock property for your control. Paul