Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
GeneralRe: cs project to Linux Pin
User 66585-Sep-06 8:54
User 66585-Sep-06 8:54 
GeneralRe: cs project to Linux Pin
Amar Chaudhary5-Sep-06 9:01
Amar Chaudhary5-Sep-06 9:01 
QuestionHelp with GDI+ Pin
Fco. Javier Marin5-Sep-06 7:58
Fco. Javier Marin5-Sep-06 7:58 
AnswerRe: Help with GDI+ Pin
Jun Du5-Sep-06 8:08
Jun Du5-Sep-06 8:08 
GeneralRe: Help with GDI+ Pin
Fco. Javier Marin5-Sep-06 8:17
Fco. Javier Marin5-Sep-06 8:17 
GeneralRe: Help with GDI+ Pin
User 66585-Sep-06 8:21
User 66585-Sep-06 8:21 
GeneralRe: Help with GDI+ Pin
Fco. Javier Marin5-Sep-06 8:26
Fco. Javier Marin5-Sep-06 8:26 
GeneralRe: Help with GDI+ Pin
Jun Du5-Sep-06 9:27
Jun Du5-Sep-06 9:27 
This is what I see could be done:

1) Create and maintain a Bitmap object as the drawing buffer (canvas)
2) Construct a Graphics object from the Bitmap (optional)
3) Use that Graphics object to draw to the Bitmap (optional)
4) Change the colors of pixels to the Bitmap
5) Finally, use the Graphics object from the PaintEventArgs to draw the Bitmap to the screen

Hope this helps.

Best,
Jun

AnswerRe: Help with GDI+ Pin
User 66585-Sep-06 8:13
User 66585-Sep-06 8:13 
AnswerRe: Help with GDI+ Pin
Amar Chaudhary5-Sep-06 8:53
Amar Chaudhary5-Sep-06 8:53 
QuestionTreeview and add node/refresh Pin
Saamir5-Sep-06 7:45
Saamir5-Sep-06 7:45 
AnswerRe: Treeview and add node/refresh Pin
User 66585-Sep-06 8:20
User 66585-Sep-06 8:20 
GeneralRe: Treeview and add node/refresh Pin
Saamir5-Sep-06 8:40
Saamir5-Sep-06 8:40 
AnswerRe: Treeview and add node/refresh Pin
Nader Elshehabi5-Sep-06 10:42
Nader Elshehabi5-Sep-06 10:42 
QuestionCompile Question Pin
HahnTech5-Sep-06 6:06
HahnTech5-Sep-06 6:06 
AnswerRe: Compile Question Pin
User 66585-Sep-06 6:17
User 66585-Sep-06 6:17 
GeneralRe: Compile Question Pin
HahnTech5-Sep-06 12:08
HahnTech5-Sep-06 12:08 
GeneralRe: Compile Question Pin
S. Senthil Kumar5-Sep-06 17:59
S. Senthil Kumar5-Sep-06 17:59 
GeneralRe: Compile Question Pin
HahnTech5-Sep-06 18:31
HahnTech5-Sep-06 18:31 
QuestionHide Windows Application in System Tray? Pin
MudkiSekhon5-Sep-06 5:12
MudkiSekhon5-Sep-06 5:12 
AnswerRe: Hide Windows Application in System Tray? Pin
Stefan Troschuetz5-Sep-06 5:23
Stefan Troschuetz5-Sep-06 5:23 
QuestionIs there bidirectional iterator in C# Pin
AndriyZZ5-Sep-06 5:11
AndriyZZ5-Sep-06 5:11 
AnswerRe: Is there bidirectional iterator in C# Pin
Not Active5-Sep-06 7:28
mentorNot Active5-Sep-06 7:28 
GeneralRe: Is there bidirectional iterator in C# Pin
AndriyZZ5-Sep-06 9:37
AndriyZZ5-Sep-06 9:37 
GeneralRe: Is there bidirectional iterator in C# Pin
Not Active5-Sep-06 9:49
mentorNot Active5-Sep-06 9:49 

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.