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

Managed C++/CLI

 
GeneralRe: how to work with window in c++ Pin
WuRunZhe19-Jun-14 5:39
WuRunZhe19-Jun-14 5:39 
QuestionCount from 1 to 1000 without using loops Pin
Amrit Agr26-May-14 0:09
Amrit Agr26-May-14 0:09 
AnswerRe: Count from 1 to 1000 without using loops Pin
Richard MacCutchan26-May-14 0:42
mveRichard MacCutchan26-May-14 0:42 
GeneralRe: Count from 1 to 1000 without using loops Pin
Amrit Agr26-May-14 21:09
Amrit Agr26-May-14 21:09 
GeneralRe: Count from 1 to 1000 without using loops Pin
WuRunZhe19-Jun-14 5:44
WuRunZhe19-Jun-14 5:44 
GeneralRe: Count from 1 to 1000 without using loops Pin
Richard MacCutchan19-Jun-14 6:02
mveRichard MacCutchan19-Jun-14 6:02 
GeneralRe: Count from 1 to 1000 without using loops Pin
WuRunZhe19-Jun-14 15:01
WuRunZhe19-Jun-14 15:01 
QuestionBackground Image causes exception on startup but works in Forms Editor Pin
David W. Griffin20-May-14 8:36
David W. Griffin20-May-14 8:36 
I have an application developed in non-CLR C++ (unmanaged) in VS2003 (or earlier) but working with VS2005 after some converting. Note that I didn’t do that converting.

My employer decided to update the code to CLR VS2010 for easier maintenance. I am a C# programmer and haven’t done C++ for a while and not within VS so I’m not the most skilled in this task.

I’ve set it to CLR and corrected the errors and most of the warnings, but I’m having a problem with some image resources in the Form1.resX file (took me a while to even figure out that the resources were IN that .resx file Wink | ;-) I can see them in there and the Form [Design] editor can see the resource and paints the image as a background for its tab:

this->tabPage1->BackgroundImage = (safe_cast<system::drawing::image ^="">(resources->GetObject("tabPage1.BackgroundImage")));

The resX file is version 1.3 of the schema or so it says rather than the 2.0 that a newly created windows forms application has but seems OK otherwise.


<root>


modified 21-May-14 16:11pm.

Questioncompiling makefile Pin
MikcaCP19-May-14 11:11
MikcaCP19-May-14 11:11 
AnswerRe: compiling makefile Pin
Wes Aday19-May-14 13:28
professionalWes Aday19-May-14 13:28 
AnswerRe: compiling makefile Pin
Richard MacCutchan19-May-14 21:45
mveRichard MacCutchan19-May-14 21:45 
AnswerRe: compiling makefile Pin
Erik Westermann11-Jul-14 4:48
professionalErik Westermann11-Jul-14 4:48 
Questionc++ programming Pin
Member 107890691-May-14 16:42
Member 107890691-May-14 16:42 
AnswerRe: c++ programming Pin
Richard MacCutchan1-May-14 22:56
mveRichard MacCutchan1-May-14 22:56 
Questionc++ programming Pin
Member 107890691-May-14 16:34
Member 107890691-May-14 16:34 
QuestionRe: c++ programming Pin
Richard MacCutchan1-May-14 22:51
mveRichard MacCutchan1-May-14 22:51 
QuestionHow to convert the following C# line? Pin
Paramu197327-Apr-14 4:04
Paramu197327-Apr-14 4:04 
GeneralRe: How to convert the following C# line? Pin
Wes Aday27-Apr-14 5:49
professionalWes Aday27-Apr-14 5:49 
QuestionRe: How to convert the following C# line? Pin
Richard MacCutchan28-Apr-14 22:33
mveRichard MacCutchan28-Apr-14 22:33 
AnswerRe: How to convert the following C# line? Pin
Paramu197330-Apr-14 9:48
Paramu197330-Apr-14 9:48 
AnswerRe: How to convert the following C# line? Pin
WuRunZhe19-Jun-14 5:48
WuRunZhe19-Jun-14 5:48 
QuestionNeed help.... Pin
Akandel22-Apr-14 8:56
Akandel22-Apr-14 8:56 
AnswerRe: Need help.... Pin
Akandel22-Apr-14 8:57
Akandel22-Apr-14 8:57 
GeneralRe: Need help.... Pin
Richard MacCutchan28-Apr-14 21:57
mveRichard MacCutchan28-Apr-14 21:57 
Questiondescribe this code Pin
mostafaghanei17-Apr-14 19:21
mostafaghanei17-Apr-14 19:21 

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.