I am using the tab control with the tabs alignment set to "Left". I would like to know if it possible to show the tab text in a horizontal view instead of a vertical view? TIA Ben Alicea
B
BenjaminAlicea
@BenjaminAlicea
Posts
-
Tab Control -
Application & Window positionsHi, What is the best way to save an application and forms position (left & top) and size (width & height) so that when the user opens the app or form, it is displayed the same way it was last opened? Is there a setting in .NET to accomplish this? TIA, Ben
-
Code Project Project (CPP) [UPDATED 5/31]I would like to participate.
-
Code Project Project (CPP) [UPDATED 5/31]I would like to participate.
-
Method overrideHi, I have a form with two buttons. In my form code am I able to override the form methods. But I cannot figure out how to override the Refresh method of the two buttons. Here is what I am trying to accomplish public override void Refresh() { this.Enabled = (cboCustomer.ToString() != ""); // "this" being the button itself } Thanks in advanced. Ben