Click here to Skip to main content
15,899,475 members
Home / Discussions / C#
   

C#

 
QuestionDynamically inserting image into a crystal report Pin
Krazy Programmer8-Apr-08 21:19
Krazy Programmer8-Apr-08 21:19 
GeneralRe: Dynamically inserting image into a crystal report Pin
Sandilian8-Apr-08 22:51
Sandilian8-Apr-08 22:51 
GeneralRe: Dynamically inserting image into a crystal report Pin
Krazy Programmer8-Apr-08 23:51
Krazy Programmer8-Apr-08 23:51 
Generaloutlook addin to delete mail Pin
tasumisra8-Apr-08 21:18
tasumisra8-Apr-08 21:18 
GeneralCrystal Report Pin
Manpreet Sadana8-Apr-08 20:53
Manpreet Sadana8-Apr-08 20:53 
GeneralPrintOut Through DMP Pin
help as an alias8-Apr-08 20:12
help as an alias8-Apr-08 20:12 
Questionbolding group box Pin
barak1604878-Apr-08 19:50
barak1604878-Apr-08 19:50 
GeneralRe: bolding group box Pin
C1AllenS8-Apr-08 20:49
C1AllenS8-Apr-08 20:49 
Hello,

If I understand correctly, you wish to change the look of the GroupBox to 3D and
the Text portion to Bold using code.

3D style option is not available for GroupBox.

To make the GroupBox text bold, you can use the following code.

Font gfont = new Font(this.groupBox1.Font,FontStyle.Bold);<br />
this.groupBox1.Font= gfont;


I hope this will help.

Regards,
Allen

Allen Smith

Software Engineer
ComponentOne LLC
www.componentone.com

QuestionScheduled Windows Services.. Pin
ptr2void8-Apr-08 19:22
ptr2void8-Apr-08 19:22 
GeneralRe: Scheduled Windows Services.. Pin
N a v a n e e t h8-Apr-08 19:40
N a v a n e e t h8-Apr-08 19:40 
GeneralRe: Scheduled Windows Services.. Pin
ptr2void8-Apr-08 20:10
ptr2void8-Apr-08 20:10 
GeneralRe: Scheduled Windows Services.. Pin
N a v a n e e t h8-Apr-08 20:22
N a v a n e e t h8-Apr-08 20:22 
GeneralRe: Scheduled Windows Services.. Pin
ptr2void8-Apr-08 21:17
ptr2void8-Apr-08 21:17 
QuestionHow to code a editor Pin
jason_mf8-Apr-08 18:36
jason_mf8-Apr-08 18:36 
AnswerRe: How to code a editor Pin
N a v a n e e t h8-Apr-08 18:52
N a v a n e e t h8-Apr-08 18:52 
GeneralRe: How to code a editor Pin
jason_mf8-Apr-08 18:54
jason_mf8-Apr-08 18:54 
GeneralRe: How to code a editor Pin
Pete O'Hanlon8-Apr-08 21:42
mvePete O'Hanlon8-Apr-08 21:42 
GeneralRe: How to code a editor Pin
jason_mf8-Apr-08 21:58
jason_mf8-Apr-08 21:58 
GeneralRe: How to code a editor Pin
Pete O'Hanlon8-Apr-08 22:09
mvePete O'Hanlon8-Apr-08 22:09 
GeneralRe: How to code a editor Pin
jason_mf8-Apr-08 22:34
jason_mf8-Apr-08 22:34 
AnswerRe: How to code a editor Pin
Christian Graus8-Apr-08 18:53
protectorChristian Graus8-Apr-08 18:53 
GeneralRe: How to code a editor Pin
jason_mf8-Apr-08 19:04
jason_mf8-Apr-08 19:04 
GeneralRe: How to code a editor Pin
Christian Graus8-Apr-08 19:13
protectorChristian Graus8-Apr-08 19:13 
GeneralRe: How to code a editor Pin
N a v a n e e t h8-Apr-08 19:45
N a v a n e e t h8-Apr-08 19:45 
QuestionFile System Security Pin
M. J. Jaya Chitra8-Apr-08 18:10
M. J. Jaya Chitra8-Apr-08 18:10 

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.