Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
AnswerRe: Powerful Chart Control ? Pin
Dave Kreskowiak21-Nov-08 18:52
mveDave Kreskowiak21-Nov-08 18:52 
GeneralRe: Powerful Chart Control ? Pin
stancrm22-Nov-08 0:25
stancrm22-Nov-08 0:25 
GeneralRe: Powerful Chart Control ? Pin
Dave Kreskowiak22-Nov-08 4:18
mveDave Kreskowiak22-Nov-08 4:18 
GeneralRe: Powerful Chart Control ? Pin
stancrm22-Nov-08 20:17
stancrm22-Nov-08 20:17 
GeneralRe: Powerful Chart Control ? Pin
Dave Kreskowiak23-Nov-08 4:44
mveDave Kreskowiak23-Nov-08 4:44 
QuestionHow to drag the panel on the form? Pin
Sokka9321-Nov-08 9:41
Sokka9321-Nov-08 9:41 
AnswerRe: How to drag the panel on the form? Pin
Ennis Ray Lynch, Jr.21-Nov-08 9:56
Ennis Ray Lynch, Jr.21-Nov-08 9:56 
GeneralRe: How to drag the panel on the form? Pin
Sokka9322-Nov-08 7:56
Sokka9322-Nov-08 7:56 
QuestionC# GridView Pin
Marywe21-Nov-08 9:07
Marywe21-Nov-08 9:07 
AnswerRe: C# GridView Pin
J$21-Nov-08 9:38
J$21-Nov-08 9:38 
Question'List' help ? Pin
nlowdon21-Nov-08 7:45
nlowdon21-Nov-08 7:45 
AnswerRe: 'List' help ? Pin
Pedram Behroozi21-Nov-08 8:10
Pedram Behroozi21-Nov-08 8:10 
AnswerRe: 'List' help ? Pin
Christian Graus21-Nov-08 8:56
protectorChristian Graus21-Nov-08 8:56 
GeneralRe: 'List' help ? Pin
nlowdon21-Nov-08 9:20
nlowdon21-Nov-08 9:20 
GeneralRe: 'List' help ? Pin
Christian Graus21-Nov-08 10:33
protectorChristian Graus21-Nov-08 10:33 
GeneralRe: 'List' help ? Pin
nlowdon21-Nov-08 12:35
nlowdon21-Nov-08 12:35 
GeneralRe: 'List' help ? Pin
User 665821-Nov-08 13:14
User 665821-Nov-08 13:14 
GeneralRe: 'List' help ? [modified] Pin
cor287921-Nov-08 13:31
cor287921-Nov-08 13:31 
GeneralRe: 'List' help ? Pin
Christian Graus21-Nov-08 20:54
protectorChristian Graus21-Nov-08 20:54 
QuestionDefining form client area Pin
Chris Copeland21-Nov-08 5:12
mveChris Copeland21-Nov-08 5:12 
Hey again.

I know i'm a pain for asking for help twice within a short period of time, but if I can get this working then it should be all the help I need.

I basically want to constrict the location or where the controls are drawn on a form. Ie, I want controls that are added to a form to only be drawn within a certain rectangle, and if they are placed outside of or hanging out of that rectangle, that section of the controls to not be drawn at all.

All the functions and properties built into the Form that reference to ClientSize are based solely for the entire form, but I want to be able to define a custom region for controls within the form to be drawn.

Here's an image example of what I mean[^]

I'm wondering whether I could control the true region from within the OnPaint function, or by using commands in WndProc to define the area to draw controls within.

If anyone can help, thanks a ton!
AnswerRe: Defining form client area Pin
Rob Smiley21-Nov-08 6:03
Rob Smiley21-Nov-08 6:03 
GeneralRe: Defining form client area Pin
Chris Copeland21-Nov-08 6:17
mveChris Copeland21-Nov-08 6:17 
Questionthe efficieny consideration Pin
Seraph_summer21-Nov-08 3:28
Seraph_summer21-Nov-08 3:28 
AnswerRe: the efficieny consideration Pin
Ennis Ray Lynch, Jr.21-Nov-08 3:34
Ennis Ray Lynch, Jr.21-Nov-08 3:34 
QuestionForm Paint drawing incorrectly Pin
Chris Copeland21-Nov-08 3:14
mveChris Copeland21-Nov-08 3: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.