Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
AnswerRe: Which Better Thread or ThreadPool Pin
FriendlyFiend7-Nov-05 22:27
FriendlyFiend7-Nov-05 22:27 
GeneralRe: Which Better Thread or ThreadPool Pin
Rashid.Mahmood7-Nov-05 23:05
Rashid.Mahmood7-Nov-05 23:05 
QuestionGood tools to find dead C# code... Pin
Salil Khedkar7-Nov-05 20:38
Salil Khedkar7-Nov-05 20:38 
AnswerRe: Good tools to find dead C# code... Pin
Heath Stewart7-Nov-05 21:11
protectorHeath Stewart7-Nov-05 21:11 
AnswerRe: Good tools to find dead C# code... Pin
FriendlyFiend7-Nov-05 22:05
FriendlyFiend7-Nov-05 22:05 
AnswerRe: Good tools to find dead C# code... Pin
André Ziegler8-Nov-05 2:14
André Ziegler8-Nov-05 2:14 
QuestionChanging font of tab page Pin
User 5838527-Nov-05 19:06
User 5838527-Nov-05 19:06 
AnswerRe: Changing font of tab page Pin
Heath Stewart7-Nov-05 20:13
protectorHeath Stewart7-Nov-05 20:13 
You would have to custom draw the tab itself. See http://www.codeproject.com/cs/miscctrl/#Tabs+and+Property+Pages[^] for some potentially helpful articles.

Basically you want to set TabControl.DrawMode to TabDrawMode.OwnerDrawFixed and draw the tabs yourself. If the tab is selected use a Font with Font.Bold set to true.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
GeneralRe: Changing font of tab page Pin
leppie8-Nov-05 1:38
leppie8-Nov-05 1:38 
JokeRe: Changing font of tab page Pin
Heath Stewart8-Nov-05 6:44
protectorHeath Stewart8-Nov-05 6:44 
GeneralRe: Changing font of tab page Pin
leppie8-Nov-05 7:40
leppie8-Nov-05 7:40 
Questionhow to remove flickering Pin
amit556507-Nov-05 18:48
amit556507-Nov-05 18:48 
AnswerRe: how to remove flickering Pin
Jon Rista8-Nov-05 9:37
Jon Rista8-Nov-05 9:37 
Questionhow to hide treeview node??? Pin
ashion7-Nov-05 18:21
ashion7-Nov-05 18:21 
AnswerRe: how to hide treeview node??? Pin
azazel007-Nov-05 19:04
azazel007-Nov-05 19:04 
GeneralRe: how to hide treeview node??? Pin
ashion7-Nov-05 19:41
ashion7-Nov-05 19:41 
GeneralRe: how to hide treeview node??? Pin
FriendlyFiend7-Nov-05 22:40
FriendlyFiend7-Nov-05 22:40 
GeneralRe: how to hide treeview node??? Pin
ashion14-Nov-05 0:49
ashion14-Nov-05 0:49 
QuestionHow to add the assemly to GAC Pin
sukanyavarma7-Nov-05 17:21
sukanyavarma7-Nov-05 17:21 
AnswerRe: How to add the assemly to GAC Pin
Andrew Kirillov7-Nov-05 19:18
Andrew Kirillov7-Nov-05 19:18 
AnswerRe: How to add the assemly to GAC Pin
Heath Stewart7-Nov-05 20:16
protectorHeath Stewart7-Nov-05 20:16 
GeneralRe: How to add the assemly to GAC Pin
sukanyavarma7-Nov-05 21:41
sukanyavarma7-Nov-05 21:41 
QuestionTextBox Problem Pin
wasife7-Nov-05 17:18
wasife7-Nov-05 17:18 
AnswerRe: TextBox Problem Pin
azazel007-Nov-05 19:06
azazel007-Nov-05 19:06 
QuestionCollision Detection Pin
allenmpcx7-Nov-05 16:25
allenmpcx7-Nov-05 16:25 

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.