Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
GeneralRe: Bitmap Outputing Characters [modified] Pin
Expert Coming26-Feb-07 9:26
Expert Coming26-Feb-07 9:26 
GeneralRe: Bitmap Outputing Characters Pin
Christian Graus26-Feb-07 9:34
protectorChristian Graus26-Feb-07 9:34 
GeneralRe: Bitmap Outputing Characters Pin
Expert Coming26-Feb-07 10:05
Expert Coming26-Feb-07 10:05 
GeneralRe: Bitmap Outputing Characters Pin
Christian Graus26-Feb-07 10:44
protectorChristian Graus26-Feb-07 10:44 
GeneralRe: Bitmap Outputing Characters Pin
Expert Coming26-Feb-07 11:10
Expert Coming26-Feb-07 11:10 
AnswerRe: Bitmap Outputing Characters Pin
Expert Coming26-Feb-07 14:29
Expert Coming26-Feb-07 14:29 
QuestionInvalidating Pin
HexaDeveloper26-Feb-07 7:36
HexaDeveloper26-Feb-07 7:36 
AnswerRe: Invalidating Pin
Christian Graus26-Feb-07 8:18
protectorChristian Graus26-Feb-07 8:18 
Can't be done. Instead, create a delegate between the classes, so the class that forced invalidation either calls a method that calls invalidate in the second class, or passes it's graphics object to the second class for painting. You can't make the event args in the second class contain the graphics object of the first class.

Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionCreating a beep sound Pin
sharpiesharpie26-Feb-07 6:00
sharpiesharpie26-Feb-07 6:00 
AnswerRe: Creating a beep sound Pin
mav.northwind26-Feb-07 6:38
mav.northwind26-Feb-07 6:38 
GeneralRe: Creating a beep sound Pin
sharpiesharpie26-Feb-07 7:07
sharpiesharpie26-Feb-07 7:07 
GeneralRe: Creating a beep sound Pin
mav.northwind26-Feb-07 7:21
mav.northwind26-Feb-07 7:21 
GeneralRe: Creating a beep sound Pin
sharpiesharpie26-Feb-07 10:17
sharpiesharpie26-Feb-07 10:17 
GeneralRe: Creating a beep sound Pin
mav.northwind26-Feb-07 19:09
mav.northwind26-Feb-07 19:09 
AnswerRe: Creating a beep sound Pin
Colin Angus Mackay26-Feb-07 11:21
Colin Angus Mackay26-Feb-07 11:21 
Questionhow to convert byte[ ] to iamge Pin
marwan_siala26-Feb-07 5:58
marwan_siala26-Feb-07 5:58 
AnswerRe: how to convert byte[ ] to iamge Pin
Stefan Troschuetz26-Feb-07 6:13
Stefan Troschuetz26-Feb-07 6:13 
GeneralRe: how to convert byte[ ] to iamge Pin
marwan_siala26-Feb-07 7:21
marwan_siala26-Feb-07 7:21 
QuestionToolStripSeperator to a ToolStripMenuItem Pin
Gareth H26-Feb-07 5:26
Gareth H26-Feb-07 5:26 
AnswerRe: ToolStripSeperator to a ToolStripMenuItem Pin
Stefan Troschuetz26-Feb-07 6:22
Stefan Troschuetz26-Feb-07 6:22 
GeneralRe: ToolStripSeperator to a ToolStripMenuItem Pin
Gareth H26-Feb-07 21:51
Gareth H26-Feb-07 21:51 
AnswerRe: ToolStripSeperator to a ToolStripMenuItem Pin
Sven Cipido26-Feb-07 21:03
Sven Cipido26-Feb-07 21:03 
AnswerRe: connection based game server loses packets Pin
Judah Gabriel Himango26-Feb-07 13:36
sponsorJudah Gabriel Himango26-Feb-07 13:36 
Questioninclude windows explorer in c# App? Pin
jkersch26-Feb-07 4:46
jkersch26-Feb-07 4:46 
AnswerRe: include windows explorer in c# App? Pin
Stefan Troschuetz26-Feb-07 5:01
Stefan Troschuetz26-Feb-07 5:01 

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.