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

Managed C++/CLI

 
AnswerRe: How to scroll text in dev c++ in c++ code? Pin
Cedric Moonen12-Feb-06 20:55
Cedric Moonen12-Feb-06 20:55 
GeneralRe: How to scroll text in dev c++ in c++ code? Pin
zeyan13-Feb-06 13:19
zeyan13-Feb-06 13:19 
AnswerRe: How to scroll text in dev c++ in c++ code? Pin
Ed K14-Feb-06 12:05
Ed K14-Feb-06 12:05 
QuestionWindows threads Pin
hyyppa10-Feb-06 1:51
hyyppa10-Feb-06 1:51 
AnswerRe: Windows threads Pin
toxcct10-Feb-06 2:06
toxcct10-Feb-06 2:06 
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 

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.