Click here to Skip to main content
15,919,358 members
Home / Discussions / C#
   

C#

 
AnswerRe: First Time Crystal report user ! Pin
Sylvester george26-Feb-07 18:58
Sylvester george26-Feb-07 18:58 
AnswerCrystal Report in .Net is not Complex. Pin
Binod K26-Feb-07 19:05
Binod K26-Feb-07 19:05 
QuestionSwitch between two properties [modified] Pin
daniel9926-Feb-07 8:17
daniel9926-Feb-07 8:17 
AnswerRe: Switch between two properties Pin
Christian Graus26-Feb-07 8:24
protectorChristian Graus26-Feb-07 8:24 
GeneralRe: Switch between two properties Pin
daniel9926-Feb-07 8:39
daniel9926-Feb-07 8:39 
GeneralRe: Switch between two properties Pin
Pete O'Hanlon26-Feb-07 8:48
mvePete O'Hanlon26-Feb-07 8:48 
GeneralRe: Switch between two properties Pin
Christian Graus26-Feb-07 8:55
protectorChristian Graus26-Feb-07 8:55 
GeneralRe: Switch between two properties Pin
daniel9926-Feb-07 9:04
daniel9926-Feb-07 9:04 
GeneralRe: Switch between two properties Pin
Pete O'Hanlon26-Feb-07 9:06
mvePete O'Hanlon26-Feb-07 9:06 
GeneralRe: Switch between two properties Pin
Judah Gabriel Himango26-Feb-07 17:35
sponsorJudah Gabriel Himango26-Feb-07 17:35 
AnswerRe: Switch between two properties Pin
Martin#26-Feb-07 9:21
Martin#26-Feb-07 9:21 
QuestionBitmap Outputing Characters Pin
Expert Coming26-Feb-07 8:00
Expert Coming26-Feb-07 8:00 
AnswerRe: Bitmap Outputing Characters Pin
bobsugar22226-Feb-07 8:20
bobsugar22226-Feb-07 8:20 
GeneralRe: Bitmap Outputing Characters Pin
Expert Coming26-Feb-07 8:47
Expert Coming26-Feb-07 8:47 
AnswerRe: Bitmap Outputing Characters Pin
Christian Graus26-Feb-07 9:00
protectorChristian Graus26-Feb-07 9:00 
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 

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.