Click here to Skip to main content
15,914,323 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionTrivial Property not working Pin
iddqd5153-Jul-07 11:13
iddqd5153-Jul-07 11:13 
QuestionRe: Trivial Property not working Pin
Mark Salsbery3-Jul-07 11:57
Mark Salsbery3-Jul-07 11:57 
AnswerRe: Trivial Property not working [modified] Pin
iddqd5153-Jul-07 12:13
iddqd5153-Jul-07 12:13 
GeneralRe: Trivial Property not working Pin
Mark Salsbery3-Jul-07 12:36
Mark Salsbery3-Jul-07 12:36 
GeneralRe: Trivial Property not working Pin
iddqd5155-Jul-07 5:08
iddqd5155-Jul-07 5:08 
GeneralRe: Trivial Property not working Pin
Mark Salsbery5-Jul-07 6:07
Mark Salsbery5-Jul-07 6:07 
AnswerRe: Trivial Property not working Pin
iddqd5153-Jul-07 12:16
iddqd5153-Jul-07 12:16 
GeneralRe: Trivial Property not working Pin
Daniel Grunwald10-Jul-07 8:42
Daniel Grunwald10-Jul-07 8:42 
"property int Value;" creates it's own member variable to store the value, it won't use "int value;".
So you got two members (one property "Value" and one field "value") that are unrelated and store different values.



GeneralRe: Trivial Property not working Pin
iddqd51510-Jul-07 11:11
iddqd51510-Jul-07 11:11 
QuestionTo refresh Data in my DataGridView Pin
mikobi3-Jul-07 5:11
mikobi3-Jul-07 5:11 
AnswerRe: To refresh Data in my DataGridView Pin
Paul Conrad14-Jul-07 13:39
professionalPaul Conrad14-Jul-07 13:39 
Questiondynamic cast question Pin
Programm3r3-Jul-07 4:27
Programm3r3-Jul-07 4:27 
AnswerRe: dynamic cast question Pin
George L. Jackson3-Jul-07 10:53
George L. Jackson3-Jul-07 10:53 
GeneralRe: dynamic cast question Pin
Programm3r3-Jul-07 19:54
Programm3r3-Jul-07 19:54 
QuestionWinPcap C++ CLI Pin
abbd3-Jul-07 4:01
abbd3-Jul-07 4:01 
QuestionHelp Needed Fast Pin
A. K. S3-Jul-07 1:43
A. K. S3-Jul-07 1:43 
AnswerRe: Help Needed Fast Pin
Pete O'Hanlon3-Jul-07 1:53
mvePete O'Hanlon3-Jul-07 1:53 
Questionsrand in c or c++ doesn't really Generate Random Numbers ? Pin
snailflying2-Jul-07 21:45
snailflying2-Jul-07 21:45 
AnswerRe: srand in c or c++ doesn't really Generate Random Numbers ? Pin
Pete O'Hanlon3-Jul-07 1:57
mvePete O'Hanlon3-Jul-07 1:57 
GeneralRe: srand in c or c++ doesn't really Generate Random Numbers ? Pin
snailflying3-Jul-07 15:53
snailflying3-Jul-07 15:53 
QuestionInterior Pointer vs Handle Pin
iddqd5152-Jul-07 4:37
iddqd5152-Jul-07 4:37 
AnswerRe: Interior Pointer vs Handle Pin
led mike2-Jul-07 5:07
led mike2-Jul-07 5:07 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5152-Jul-07 5:25
iddqd5152-Jul-07 5:25 
GeneralRe: Interior Pointer vs Handle Pin
George L. Jackson2-Jul-07 14:23
George L. Jackson2-Jul-07 14:23 
GeneralRe: Interior Pointer vs Handle Pin
iddqd5153-Jul-07 3:30
iddqd5153-Jul-07 3:30 

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.