Click here to Skip to main content
15,907,910 members
Home / Discussions / C#
   

C#

 
AnswerRe: Draw one control onto another Pin
Christian Graus18-Oct-06 4:07
protectorChristian Graus18-Oct-06 4:07 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 4:20
nickspacek18-Oct-06 4:20 
GeneralRe: Draw one control onto another Pin
Christian Graus18-Oct-06 4:25
protectorChristian Graus18-Oct-06 4:25 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 5:02
nickspacek18-Oct-06 5:02 
AnswerRe: Draw one control onto another Pin
Wjousts18-Oct-06 4:27
Wjousts18-Oct-06 4:27 
GeneralRe: Draw one control onto another Pin
nickspacek18-Oct-06 4:46
nickspacek18-Oct-06 4:46 
QuestionHow to set opacity of picturebox ? Pin
hdv21218-Oct-06 2:39
hdv21218-Oct-06 2:39 
AnswerRe: How to set opacity of picturebox ? Pin
Christian Graus18-Oct-06 4:02
protectorChristian Graus18-Oct-06 4:02 
Don't. Instead, draw your picture directly onto the form and set the opacity that way. ImageAttributes is the class you need to create and pass in to the DrawImage method of the Graphics class in your paint method.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: How to set opacity of picturebox ? Pin
hdv21218-Oct-06 6:09
hdv21218-Oct-06 6:09 
GeneralRe: How to set opacity of picturebox ? Pin
Christian Graus18-Oct-06 8:14
protectorChristian Graus18-Oct-06 8:14 
QuestionNullables in type parameters? Pin
Dominik Reichl18-Oct-06 2:07
Dominik Reichl18-Oct-06 2:07 
AnswerRe: Nullables in type parameters? Pin
Christian Graus18-Oct-06 4:02
protectorChristian Graus18-Oct-06 4:02 
GeneralRe: Nullables in type parameters? Pin
Dominik Reichl18-Oct-06 5:11
Dominik Reichl18-Oct-06 5:11 
AnswerRe: Nullables in type parameters? Pin
Colin Angus Mackay18-Oct-06 4:39
Colin Angus Mackay18-Oct-06 4:39 
GeneralRe: Nullables in type parameters? Pin
Dominik Reichl18-Oct-06 5:09
Dominik Reichl18-Oct-06 5:09 
GeneralRe: Nullables in type parameters? Pin
Christian Graus18-Oct-06 8:15
protectorChristian Graus18-Oct-06 8:15 
AnswerRe: Nullables in type parameters? Pin
Vega0219-Oct-06 17:19
Vega0219-Oct-06 17:19 
QuestionMultiple Conditions in DataView.ROWFILTER Pin
PaulaM18-Oct-06 1:51
PaulaM18-Oct-06 1:51 
AnswerRe: Multiple Conditions in DataView.ROWFILTER Pin
Robert Rohde18-Oct-06 2:02
Robert Rohde18-Oct-06 2:02 
Question[Solved]Setting Bold Fonts on Nodes of a TreeView Pin
Sebastian Schneider18-Oct-06 1:51
Sebastian Schneider18-Oct-06 1:51 
AnswerRe: Setting Bold Fonts on Nodes of a TreeView Pin
Robert Rohde18-Oct-06 2:04
Robert Rohde18-Oct-06 2:04 
GeneralRe: Setting Bold Fonts on Nodes of a TreeView Pin
Sebastian Schneider18-Oct-06 2:06
Sebastian Schneider18-Oct-06 2:06 
Questionmerging files Pin
Yustme18-Oct-06 1:49
Yustme18-Oct-06 1:49 
AnswerRe: merging files Pin
Christian Graus18-Oct-06 2:03
protectorChristian Graus18-Oct-06 2:03 
GeneralRe: merging files Pin
Yustme18-Oct-06 2:16
Yustme18-Oct-06 2:16 

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.