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

Managed C++/CLI

 
AnswerRe: Windows threads Pin
Eytukan16-Feb-06 4:54
Eytukan16-Feb-06 4:54 
QuestionLamp Control Pin
felixix9-Feb-06 10:48
felixix9-Feb-06 10:48 
AnswerRe: Lamp Control Pin
George L. Jackson9-Feb-06 12:14
George L. Jackson9-Feb-06 12:14 
Shouldn't the following:

tdlrali wrote:
return (BackgroundImage == (cli::safe_cast(resources->GetObject(L"on"))));


be:

return (BackgroundImage = (cli::safe_cast(resources->GetObject(L"on"))));?

Also, you are changing the state of the "resources" in a read-only property. Anyway, according to the original code, if the "BackgroundImage" variable is "false", the get property will return "false" and the image will be green. Thus, the image won't match the "BackgroundImages" variable's state.

-- modified at 18:17 Thursday 9th February, 2006
QuestionWebBrowser Control Event problem on CE.Net Device Pin
daniel_godshall9-Feb-06 10:44
daniel_godshall9-Feb-06 10:44 
Questionoutputting text on-screen Pin
Peter Charlesworth9-Feb-06 7:32
Peter Charlesworth9-Feb-06 7:32 
AnswerRe: outputting text on-screen Pin
George L. Jackson9-Feb-06 12:29
George L. Jackson9-Feb-06 12:29 
QuestionMulti threaded programming Pin
RanjanShrestha9-Feb-06 7:23
RanjanShrestha9-Feb-06 7:23 
QuestionFind a string Pin
picasso29-Feb-06 7:20
picasso29-Feb-06 7:20 
AnswerRe: Find a string Pin
RanjanShrestha9-Feb-06 7:27
RanjanShrestha9-Feb-06 7:27 
GeneralRe: Find a string Pin
picasso29-Feb-06 7:49
picasso29-Feb-06 7:49 
GeneralRe: Find a string Pin
RanjanShrestha9-Feb-06 8:04
RanjanShrestha9-Feb-06 8:04 
GeneralRe: Find a string Pin
picasso29-Feb-06 8:37
picasso29-Feb-06 8:37 
GeneralRe: Find a string Pin
perlmunger10-Feb-06 11:15
perlmunger10-Feb-06 11:15 
QuestionBoost threading. Pin
hyyppa9-Feb-06 1:19
hyyppa9-Feb-06 1:19 
AnswerRe: Boost threading. Pin
Nemanja Trifunovic9-Feb-06 1:45
Nemanja Trifunovic9-Feb-06 1:45 
Questionusing VB classes in C++ code Pin
schrilax8-Feb-06 18:46
schrilax8-Feb-06 18:46 
AnswerRe: using VB classes in C++ code Pin
George L. Jackson9-Feb-06 13:02
George L. Jackson9-Feb-06 13:02 
QuestionMC++ Graphics HELP !!! Pin
hbjs8-Feb-06 17:03
hbjs8-Feb-06 17:03 
AnswerRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 8:24
George L. Jackson9-Feb-06 8:24 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 13:55
hbjs9-Feb-06 13:55 
GeneralRe: MC++ Graphics HELP !!! Pin
George L. Jackson9-Feb-06 15:18
George L. Jackson9-Feb-06 15:18 
GeneralRe: MC++ Graphics HELP !!! Pin
hbjs9-Feb-06 16:10
hbjs9-Feb-06 16:10 
QuestionnooB question: Can mix MFC and .NET extensions in single app/class ? Pin
Mike the Red8-Feb-06 2:25
Mike the Red8-Feb-06 2:25 
AnswerRe: nooB question: Can mix MFC and .NET extensions in single app/class ? Pin
George L. Jackson8-Feb-06 9:23
George L. Jackson8-Feb-06 9:23 
Questionnull value check Pin
madhusri7-Feb-06 21:37
madhusri7-Feb-06 21:37 

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.