Click here to Skip to main content
16,006,348 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: syntaxhighlighting Pin
leonigah2-Jul-08 23:24
leonigah2-Jul-08 23:24 
QuestionCopied solution will nor recognize application icon Pin
BuckBrown20-May-08 11:21
BuckBrown20-May-08 11:21 
AnswerRe: Copied solution will nor recognize application icon Pin
led mike20-May-08 11:52
led mike20-May-08 11:52 
GeneralRe: Copied solution will nor recognize application icon Pin
BuckBrown21-May-08 7:03
BuckBrown21-May-08 7:03 
GeneralRe: Copied solution will nor recognize application icon Pin
led mike21-May-08 7:32
led mike21-May-08 7:32 
GeneralRe: Copied solution will nor recognize application icon Pin
BuckBrown22-May-08 6:18
BuckBrown22-May-08 6:18 
GeneralRe: Copied solution will nor recognize application icon Pin
led mike22-May-08 9:27
led mike22-May-08 9:27 
GeneralRe: Copied solution will nor recognize application icon Pin
BuckBrown22-May-08 10:34
BuckBrown22-May-08 10:34 
Just to let you know,

I have figured out a seven step process that I can use to consistantly be able to copy and rename entire solutions but that isn't what I need to do to correct this icon problem that give me an error on the line...

this->Icon = (cli::safe_cast<System::Drawing::Icon^>(resources->GetObject(L"$this.Icon")));

There was a Microsoft .NET article "http://msdn.microsoft.com/en-us/library/ms950960.aspx" talking about this very subject and another forum had a solution for this problem. The solution is to add the icon as a resource and then select the incon file's Build Action property and change it to Embedded. My problem now (as it always is with Microsoft) is that my VS 2005 does not have the same Forms or properties as these examples and the icon file I imported does not have a Build Action property. I will post again as a Build Action problem.

Sorry, it would have been nice to provide you with a link to the MS article but I don't know how to do that.

Thanks
Questionkeyeventargs Pin
rose19619-May-08 20:57
rose19619-May-08 20:57 
AnswerRe: keyeventargs Pin
Christian Graus19-May-08 21:55
protectorChristian Graus19-May-08 21:55 
GeneralRe: keyeventargs Pin
rose19619-May-08 23:32
rose19619-May-08 23:32 
GeneralRe: keyeventargs Pin
rose19620-May-08 0:38
rose19620-May-08 0:38 
Questioncreate an Event to a TreeView Pin
sabeeshcs19-May-08 2:42
sabeeshcs19-May-08 2:42 
AnswerRe: create an Event to a TreeView Pin
led mike19-May-08 4:31
led mike19-May-08 4:31 
QuestionHow to expose mixed class as COM class [modified typo rectified] Pin
jayart18-May-08 23:50
jayart18-May-08 23:50 
AnswerRe: How to expose mixed class as COM class [modified typo rectified] Pin
jayart19-May-08 0:15
jayart19-May-08 0:15 
Questionkeyword color change Pin
rose19618-May-08 23:38
rose19618-May-08 23:38 
Questionproblem using Standard Template Libarary List using eclipse Pin
cronos4d16-May-08 14:42
cronos4d16-May-08 14:42 
AnswerRe: problem using Standard Template Libarary List using eclipse Pin
Christian Graus19-May-08 21:56
protectorChristian Graus19-May-08 21:56 
QuestionMemory leak detection Pin
s196675m15-May-08 19:00
s196675m15-May-08 19:00 
Questioncaret Pin
rose19614-May-08 23:17
rose19614-May-08 23:17 
AnswerRe: caret Pin
Giorgi Dalakishvili15-May-08 2:01
mentorGiorgi Dalakishvili15-May-08 2:01 
GeneralRe: caret [modified] Pin
rose19615-May-08 16:51
rose19615-May-08 16:51 
GeneralRe: caret Pin
Giorgi Dalakishvili15-May-08 22:22
mentorGiorgi Dalakishvili15-May-08 22:22 
GeneralRe: caret Pin
rose19616-May-08 0:39
rose19616-May-08 0:39 

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.