Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
AnswerRe: make a class property an array of an instantiated class? Pin
Andrew Rissing18-Oct-06 12:16
Andrew Rissing18-Oct-06 12:16 
GeneralRe: make a class property an array of an instantiated class? Pin
mmatteson18-Oct-06 16:32
mmatteson18-Oct-06 16:32 
QuestionGraphics Pin
Areff18-Oct-06 10:59
Areff18-Oct-06 10:59 
AnswerRe: Graphics Pin
Christian Graus18-Oct-06 11:03
protectorChristian Graus18-Oct-06 11:03 
GeneralRe: Graphics Pin
Areff18-Oct-06 11:12
Areff18-Oct-06 11:12 
GeneralRe: Graphics Pin
Christian Graus18-Oct-06 11:33
protectorChristian Graus18-Oct-06 11:33 
GeneralRe: Graphics Pin
V.19-Oct-06 4:51
professionalV.19-Oct-06 4:51 
AnswerRe: Graphics Pin
V.19-Oct-06 4:50
professionalV.19-Oct-06 4:50 
You can get a Graphics object from a windows (or control) handle.
I think the syntax is: Graphics.FromHandle(...);

Pass it a handle from a panel or button, or whatever tot draw on that control...

Hope this helps...


AnswerRe: Graphics Pin
Bekjong19-Oct-06 5:37
Bekjong19-Oct-06 5:37 
QuestionObjectDisposedException Pin
Yustme18-Oct-06 9:47
Yustme18-Oct-06 9:47 
AnswerRe: ObjectDisposedException Pin
Christian Graus18-Oct-06 10:02
protectorChristian Graus18-Oct-06 10:02 
GeneralRe: ObjectDisposedException Pin
Yustme18-Oct-06 10:23
Yustme18-Oct-06 10:23 
AnswerRe: ObjectDisposedException Pin
Le centriste19-Oct-06 4:23
Le centriste19-Oct-06 4:23 
QuestionPartial Classes - What's The Big Deal? Pin
#realJSOP18-Oct-06 9:22
mve#realJSOP18-Oct-06 9:22 
AnswerRe: Partial Classes - What's The Big Deal? Pin
Andrew Rissing18-Oct-06 9:27
Andrew Rissing18-Oct-06 9:27 
GeneralRe: Partial Classes - What's The Big Deal? Pin
Christian Graus18-Oct-06 10:04
protectorChristian Graus18-Oct-06 10:04 
GeneralRe: Partial Classes - What's The Big Deal? Pin
Andrew Rissing18-Oct-06 11:57
Andrew Rissing18-Oct-06 11:57 
GeneralRe: Partial Classes - What's The Big Deal? Pin
Christian Graus18-Oct-06 11:58
protectorChristian Graus18-Oct-06 11:58 
GeneralRe: Partial Classes - What's The Big Deal? Pin
Andrew Rissing19-Oct-06 5:40
Andrew Rissing19-Oct-06 5:40 
GeneralRe: Partial Classes - What's The Big Deal? Pin
Kevin McFarlane18-Oct-06 12:26
Kevin McFarlane18-Oct-06 12:26 
AnswerRe: Partial Classes - What's The Big Deal? Pin
Christian Graus18-Oct-06 10:03
protectorChristian Graus18-Oct-06 10:03 
GeneralRe: Partial Classes - What's The Big Deal? Pin
#realJSOP18-Oct-06 10:21
mve#realJSOP18-Oct-06 10:21 
AnswerRe: Partial Classes - What's The Big Deal? Pin
Guffa18-Oct-06 10:33
Guffa18-Oct-06 10:33 
GeneralRe: Partial Classes - What's The Big Deal? Pin
Christian Graus18-Oct-06 11:01
protectorChristian Graus18-Oct-06 11:01 
AnswerRe: Partial Classes - What's The Big Deal? Pin
Christian Graus18-Oct-06 11:33
protectorChristian Graus18-Oct-06 11:33 

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.