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

Managed C++/CLI

 
AnswerRe: How to Create Array of Labels on the Run-Time ? [modified] Pin
2bee 16-Jun-06 6:50
2bee 16-Jun-06 6:50 
GeneralRe: How to Create Array of Labels on the Run-Time ? Pin
dataminers16-Jun-06 13:11
dataminers16-Jun-06 13:11 
AnswerRe: How to Create Array of Labels on the Run-Time ? Pin
2bee 16-Jun-06 21:29
2bee 16-Jun-06 21:29 
GeneralRe: How to Create Array of Labels on the Run-Time ? Pin
dataminers18-Jun-06 11:21
dataminers18-Jun-06 11:21 
QuestionStill Image Architecture Pin
allenmpcx15-Jun-06 22:06
allenmpcx15-Jun-06 22:06 
QuestionRe: Still Image Architecture Pin
Jun Du16-Jun-06 8:54
Jun Du16-Jun-06 8:54 
AnswerRe: Still Image Architecture Pin
allenmpcx16-Jun-06 11:32
allenmpcx16-Jun-06 11:32 
QuestionLoading Resource Pin
John R. Shaw15-Jun-06 1:05
John R. Shaw15-Jun-06 1:05 
** The following was posted to the .NET foram, but few questions seem to be answered there.
I am no longer mad (upset) just tired. Being .NET seems to go automatically with managed, but one thing at a time.
**

This is driving me nuts! Mad | :mad:

I am writing my first C++ .NET application and all I want to do is load a bitmap resource. Normally I would do something like ::LoadImage(IDB_BITMAP), but it says it is not in the global namespace. I want to load it as an Image type, but Image only has method for loading from a file or via a windows handle.

The code should look something like the following:

pImage->FromResource(IDB_BITMAP);ORpImage = resources->GetObject(IDB_BITMAP);

This should be simple! Sigh | :sigh:

Thanks for any help,


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra
AnswerRe: Loading Resource Pin
2bee 15-Jun-06 1:48
2bee 15-Jun-06 1:48 
GeneralRe: Loading Resource Pin
John R. Shaw15-Jun-06 2:21
John R. Shaw15-Jun-06 2:21 
QuestionSocket Program Pin
Rahul.RK14-Jun-06 21:43
Rahul.RK14-Jun-06 21:43 
QuestionHow do I use .net framework2.0? Pin
calljunki14-Jun-06 11:26
calljunki14-Jun-06 11:26 
AnswerRe: How do I use .net framework2.0? Pin
Nish Nishant14-Jun-06 11:46
sitebuilderNish Nishant14-Jun-06 11:46 
QuestionShutdown Computer Through C Program. Pin
Droze14-Jun-06 9:31
Droze14-Jun-06 9:31 
AnswerRe: Shutdown Computer Through C Program. Pin
Jun Du14-Jun-06 9:53
Jun Du14-Jun-06 9:53 
GeneralRe: Shutdown Computer Through C Program. Pin
Droze14-Jun-06 10:12
Droze14-Jun-06 10:12 
GeneralRe: Shutdown Computer Through C Program. Pin
Jun Du14-Jun-06 11:01
Jun Du14-Jun-06 11:01 
AnswerRe: Shutdown Computer Through C Program. Pin
Droze15-Jun-06 4:05
Droze15-Jun-06 4:05 
QuestionAdministrative system of parking tower [modified] Pin
lulu044114-Jun-06 7:53
lulu044114-Jun-06 7:53 
Questionusing the MessageBox:: function Pin
kitty514-Jun-06 4:54
kitty514-Jun-06 4:54 
AnswerRe: using the MessageBox:: function [modified] Pin
toxcct14-Jun-06 4:55
toxcct14-Jun-06 4:55 
GeneralRe: using the MessageBox:: function Pin
kitty514-Jun-06 5:06
kitty514-Jun-06 5:06 
GeneralRe: using the MessageBox:: function Pin
toxcct14-Jun-06 5:08
toxcct14-Jun-06 5:08 
GeneralRe: using the MessageBox:: function Pin
Nish Nishant14-Jun-06 5:10
sitebuilderNish Nishant14-Jun-06 5:10 
GeneralRe: using the MessageBox:: function Pin
toxcct14-Jun-06 5:32
toxcct14-Jun-06 5:32 

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.