Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
GeneralRe: Deriving genric class from another custom generic... two signatures, which is correct ... lets see some sharpness Pin
Martin#27-Feb-07 5:03
Martin#27-Feb-07 5:03 
QuestionOpenFileDialog Pin
slaiser26-Feb-07 10:14
slaiser26-Feb-07 10:14 
AnswerRe: OpenFileDialog Pin
Elina Blank26-Feb-07 11:02
sitebuilderElina Blank26-Feb-07 11:02 
QuestionFirst Time Crystal report user ! Pin
mrkeivan26-Feb-07 9:59
mrkeivan26-Feb-07 9:59 
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 
I don't even know what this means ? Do you want to swap their values ? You need a third variable.

int a = 1;
int b = 2;

// swap
int c = a;
a = b;
b = c;


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 )

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 

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.