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

C#

 
AnswerRe: Fetch HTML code Pin
Wendelius22-Nov-08 22:48
mentorWendelius22-Nov-08 22:48 
QuestionC# Group Box - Graphics Pin
See_Sharp21-Nov-08 18:32
See_Sharp21-Nov-08 18:32 
AnswerRe: C# Group Box - Graphics Pin
Pedram Behroozi21-Nov-08 18:56
Pedram Behroozi21-Nov-08 18:56 
GeneralRe: C# Group Box - Graphics [modified] Pin
See_Sharp22-Nov-08 4:17
See_Sharp22-Nov-08 4:17 
GeneralRe: C# Group Box - Graphics Pin
Pedram Behroozi22-Nov-08 4:54
Pedram Behroozi22-Nov-08 4:54 
GeneralRe: C# Group Box - Graphics Pin
See_Sharp22-Nov-08 4:56
See_Sharp22-Nov-08 4:56 
GeneralRe: C# Group Box - Graphics Pin
Pedram Behroozi22-Nov-08 6:26
Pedram Behroozi22-Nov-08 6:26 
AnswerRe: C# Group Box - Graphics Pin
Dave Kreskowiak21-Nov-08 19:11
mveDave Kreskowiak21-Nov-08 19:11 
A groupbox, nor any other control in the ToolBox, is not transparent. You'd have to move the graphing code to the Paint event of the GroupBox and draw the box yourself. If the graph is being drawn by, or in, another control, you're going to have to change your design to accomodate this. Since you're really not using the GroupBox to group RadioButtons or other selection controls together, you can get away with removing the groupbox and just drawing your own frame around the graphing control yourself in the Form's Paint event.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: C# Group Box - Graphics Pin
#realJSOP22-Nov-08 1:53
professional#realJSOP22-Nov-08 1:53 
GeneralIm trying to make a custom installer of some sort.... [modified] Pin
lekira21-Nov-08 17:09
lekira21-Nov-08 17:09 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Dave Kreskowiak21-Nov-08 19:04
mveDave Kreskowiak21-Nov-08 19:04 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
lekira21-Nov-08 19:20
lekira21-Nov-08 19:20 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Mycroft Holmes21-Nov-08 21:32
professionalMycroft Holmes21-Nov-08 21:32 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
lekira23-Nov-08 13:54
lekira23-Nov-08 13:54 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Mycroft Holmes23-Nov-08 14:14
professionalMycroft Holmes23-Nov-08 14:14 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Dave Kreskowiak24-Nov-08 16:35
mveDave Kreskowiak24-Nov-08 16:35 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
Dave Kreskowiak22-Nov-08 4:20
mveDave Kreskowiak22-Nov-08 4:20 
GeneralRe: Im trying to make a custom installer of some sort.... Pin
lekira23-Nov-08 13:57
lekira23-Nov-08 13:57 
QuestionErrors in http data stream from ASP.NET server download Pin
qwe123421-Nov-08 12:54
qwe123421-Nov-08 12:54 
AnswerRe: Errors in http data stream from ASP.NET server download Pin
Guffa21-Nov-08 15:06
Guffa21-Nov-08 15:06 
QuestionRename file Pin
netJP12L21-Nov-08 11:35
netJP12L21-Nov-08 11:35 
AnswerRe: Rename file Pin
Mycroft Holmes21-Nov-08 13:25
professionalMycroft Holmes21-Nov-08 13:25 
GeneralRe: Rename file Pin
netJP12L22-Nov-08 5:22
netJP12L22-Nov-08 5:22 
GeneralRe: Rename file Pin
Mycroft Holmes22-Nov-08 14:39
professionalMycroft Holmes22-Nov-08 14:39 
AnswerRe: Rename file Pin
Thomas Stockwell21-Nov-08 15:32
professionalThomas Stockwell21-Nov-08 15:32 

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.