Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
GeneralRe: Forms Pin
Christian Graus9-May-07 19:59
protectorChristian Graus9-May-07 19:59 
QuestionGetting values from a Datagrid Pin
Michael1019-May-07 16:07
Michael1019-May-07 16:07 
QuestionRTF/Regex Question Pin
Mike Hankey9-May-07 15:59
mveMike Hankey9-May-07 15:59 
AnswerRe: RTF/Regex Question Pin
subrata.jana9-May-07 20:38
subrata.jana9-May-07 20:38 
GeneralRe: RTF/Regex Question Pin
Mike Hankey10-May-07 1:26
mveMike Hankey10-May-07 1:26 
Questionhelp...how to highlight buttons in c#? Pin
Missy Glory9-May-07 15:26
Missy Glory9-May-07 15:26 
AnswerRe: help...how to highlight buttons in c#? Pin
Vikram A Punathambekar9-May-07 18:01
Vikram A Punathambekar9-May-07 18:01 
AnswerRe: help...how to highlight buttons in c#? Pin
marky7779-May-07 21:00
marky7779-May-07 21:00 
You can make the button BOLD and/or the font size as required:

cmdTest.Font.Bold = true;<br />
cmdTest.Font.Size = 18;


If that is what you require...
AnswerRe: help...how to highlight buttons in c#? Pin
Leyu10-May-07 2:21
Leyu10-May-07 2:21 
QuestionSimple hashcode [modified] Pin
gumi_r@msn.com9-May-07 13:04
gumi_r@msn.com9-May-07 13:04 
AnswerRe: Simple hashcode Pin
Luc Pattyn9-May-07 14:20
sitebuilderLuc Pattyn9-May-07 14:20 
GeneralRe: Simple hashcode [modified] Pin
gumi_r@msn.com9-May-07 22:33
gumi_r@msn.com9-May-07 22:33 
GeneralRe: Simple hashcode Pin
Luc Pattyn9-May-07 22:48
sitebuilderLuc Pattyn9-May-07 22:48 
GeneralRe: Simple hashcode [modified] Pin
gumi_r@msn.com9-May-07 23:02
gumi_r@msn.com9-May-07 23:02 
GeneralRe: Simple hashcode Pin
Luc Pattyn9-May-07 23:09
sitebuilderLuc Pattyn9-May-07 23:09 
QuestionRegular Expression for Getting file urls. Pin
Neo_Shehpar9-May-07 12:23
Neo_Shehpar9-May-07 12:23 
AnswerRe: Regular Expression for Getting file urls. Pin
Ed.Poore9-May-07 12:41
Ed.Poore9-May-07 12:41 
AnswerRe: Regular Expression for Getting file urls. Pin
zinc_z10-May-07 1:31
zinc_z10-May-07 1:31 
QuestionSharing an object in Assembly ? Pin
zinc_z9-May-07 11:59
zinc_z9-May-07 11:59 
AnswerRe: Sharing an object in Assembly ? Pin
Judah Gabriel Himango9-May-07 12:34
sponsorJudah Gabriel Himango9-May-07 12:34 
QuestionDeleting Leading White Spaces Pin
dboy2219-May-07 10:34
dboy2219-May-07 10:34 
AnswerRe: Deleting Leading White Spaces Pin
Giorgi Dalakishvili9-May-07 10:41
mentorGiorgi Dalakishvili9-May-07 10:41 
AnswerRe: Deleting Leading White Spaces Pin
Patrick Etc.9-May-07 10:44
Patrick Etc.9-May-07 10:44 
QuestionTrace messages from a service on 2003 Server not showing??!! Pin
LongRange.Shooter9-May-07 10:25
LongRange.Shooter9-May-07 10:25 
Question"Exception of type 'System.OutOfMemoryException' was thrown Pin
AAKAra9-May-07 10:14
AAKAra9-May-07 10:14 

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.