Click here to Skip to main content
15,921,113 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to take valid input in NumericUpDown control Pin
Rocky#14-Jun-07 2:16
Rocky#14-Jun-07 2:16 
QuestionMy computer Explorer Pin
Jayesh Talsaniya11-Jun-07 22:28
Jayesh Talsaniya11-Jun-07 22:28 
AnswerRe: My computer Explorer Pin
Pete O'Hanlon11-Jun-07 23:19
mvePete O'Hanlon11-Jun-07 23:19 
Question[XAML Beginner] how to customize my list box? Pin
Super Lloyd11-Jun-07 21:54
Super Lloyd11-Jun-07 21:54 
QuestionIs it possible to have TabControl without the Tab to click on? Pin
Khoramdin11-Jun-07 21:46
Khoramdin11-Jun-07 21:46 
GeneralRe: Is it possible to have TabControl without the Tab to click on? Pin
Martin#11-Jun-07 21:51
Martin#11-Jun-07 21:51 
GeneralRe: Is it possible to have TabControl without the Tab to click on? Pin
Khoramdin11-Jun-07 22:17
Khoramdin11-Jun-07 22:17 
AnswerRe: Is it possible to have TabControl without the Tab to click on? Pin
Martin#11-Jun-07 22:31
Martin#11-Jun-07 22:31 
Hello,

It sounds like you whant to disable nearly all features of the TabControl, because you don't need them.

I would recomment you to build your own UserControl which hold an Collection of UserControls (like TabPages property of TabControl class), and add an your own Page switch loggig to the class.

If you whant to stay with the TabControl, you could inherit the a class from TabControl and ovveride the OnDrawItem method and play around a little with that.
protected override void OnDrawItem(DrawItemEventArgs e)
{
//do some fancy stuff
base.OnDrawItem(e);
}
I'm looking for some more suggestions.

Hope it helps!

All the best,

Martin
QuestionHow to Add an .msi file to a setup project????? Pin
nelluru11-Jun-07 21:12
nelluru11-Jun-07 21:12 
AnswerRe: How to Add an .msi file to a setup project????? Pin
Sylvester george12-Jun-07 2:11
Sylvester george12-Jun-07 2:11 
QuestionRe: How to Add an .msi file to a setup project????? Pin
nelluru12-Jun-07 20:50
nelluru12-Jun-07 20:50 
QuestionOutlook Addin Problem/Error Pin
Walaza11-Jun-07 21:11
Walaza11-Jun-07 21:11 
QuestionTag usage Pin
M. J. Jaya Chitra11-Jun-07 20:51
M. J. Jaya Chitra11-Jun-07 20:51 
AnswerRe: Tag usage Pin
CPallini11-Jun-07 21:12
mveCPallini11-Jun-07 21:12 
AnswerRe: Tag usage Pin
Christian Graus11-Jun-07 21:13
protectorChristian Graus11-Jun-07 21:13 
GeneralRe: Tag usage Pin
M. J. Jaya Chitra11-Jun-07 21:16
M. J. Jaya Chitra11-Jun-07 21:16 
AnswerRe: Tag usage Pin
Sathesh Sakthivel11-Jun-07 21:14
Sathesh Sakthivel11-Jun-07 21:14 
QuestionOutlook Addin Exception Pin
Walaza11-Jun-07 20:47
Walaza11-Jun-07 20:47 
AnswerRe: Outlook Addin Exception Pin
Le centriste12-Jun-07 4:37
Le centriste12-Jun-07 4:37 
GeneralRe: Outlook Addin Exception Pin
Walaza12-Jun-07 20:13
Walaza12-Jun-07 20:13 
GeneralRe: Outlook Addin Exception Pin
Le centriste13-Jun-07 1:37
Le centriste13-Jun-07 1:37 
QuestionHoow to Fill Dock and overlap control panels? Pin
Khoramdin11-Jun-07 20:43
Khoramdin11-Jun-07 20:43 
AnswerRe: Hoow to Fill Dock and overlap control panels? Pin
Martin#11-Jun-07 21:06
Martin#11-Jun-07 21:06 
AnswerRe: Hoow to Fill Dock and overlap control panels? Pin
Sathesh Sakthivel11-Jun-07 21:08
Sathesh Sakthivel11-Jun-07 21:08 
AnswerRe: Hoow to Fill Dock and overlap control panels? Pin
leppie11-Jun-07 23:07
leppie11-Jun-07 23:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.