Click here to Skip to main content
       

Managed C++/CLI

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: C++/CLI - Pin a function pointer [modified]memberpaul_7114 Jul '12 - 23:51 
QuestionHow to Make and Use Resource DialogBoxes in VC++ 2008memberICEFLOWER226 Jun '12 - 4:07 
AnswerRe: How to Make and Use Resource DialogBoxes in VC++ 2008mvpRichard MacCutchan26 Jun '12 - 4:31 
GeneralRe: How to Make and Use Resource DialogBoxes in VC++ 2008memberICEFLOWER226 Jun '12 - 7:53 
GeneralRe: How to Make and Use Resource DialogBoxes in VC++ 2008mvpRichard MacCutchan26 Jun '12 - 8:24 
QuestionGetting MdiParent Instance From MdiChild - Windows Forms ApplicationmemberParamu197312 Jun '12 - 1:50 
AnswerRe: Getting MdiParent Instance From MdiChild - Windows Forms ApplicationmvpRichard MacCutchan12 Jun '12 - 2:15 
GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms Application [modified]memberParamu197312 Jun '12 - 2:30 
GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms ApplicationmvpRichard MacCutchan12 Jun '12 - 3:03 
GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms ApplicationmemberParamu197315 Jun '12 - 1:30 
QuestionHow to convert from 'WCHAR' to 'System::String ^' Managed C++memberptr_Electron7 Jun '12 - 20:08 
AnswerRe: How to convert from 'WCHAR' to 'System::String ^' Managed C++mvpRichard MacCutchan7 Jun '12 - 21:58 
Questionint x = (Int32) thisisObjectType is boxing, if the type is already checked ?memberptr_Electron7 Jun '12 - 18:15 
int x = (Int32) thisisObjectType is boxing, if the type is already checked ?
 
if (thisisObjectType->GetType() == Int32::typeid) // declaration of thisisObjectType would be…   Object^ thisisObjectType
{
int x = (Int32) thisisObjectType; // will this be considered as boxing ? should this be replaced with TryParse ?
}

AnswerRe: int x = (Int32) thisisObjectType is boxing, if the type is already checked ?mvpRichard MacCutchan8 Jun '12 - 0:34 
QuestionVS2010 Error()- Method or Property 'VCFilter::get_Url Behavior' deprecated and nolonger implemented [modified]memberParamu19736 Jun '12 - 23:57 
QuestionC++ CX and WPFmemberSuper Lloyd6 Jun '12 - 15:04 
QuestionStrong vs static typingmemberelelont25 Jun '12 - 9:37 
AnswerRe: Strong vs static typingmemberPaul Conrad5 Jun '12 - 10:37 
GeneralRe: Strong vs static typingmvpLuc Pattyn5 Jun '12 - 11:13 
GeneralRe: Strong vs static typingmemberPaul Conrad5 Jun '12 - 12:10 
AnswerRe: Strong vs static typingmvpRichard MacCutchan5 Jun '12 - 21:08 
GeneralRe: Strong vs static typingmemberelelont26 Jun '12 - 5:09 
GeneralRe: Strong vs static typingmvpRichard MacCutchan6 Jun '12 - 5:21 
QuestionImage IntegralmemberMUJIS29 May '12 - 4:40 
QuestionHow to get the total length of elements in ##__VA_ARGS__memberelelont222 May '12 - 3:10 
AnswerRe: How to get the total length of elements in ##__VA_ARGS__memberjschell28 May '12 - 7:57 
QuestionA calendar look like iCal of MacOsXmemberXRay221 May '12 - 4:30 
Questionc++ A Cessna Skyhawk Skeleton for Further Development in OpenGL (GLUT)memberody kurniawan18 May '12 - 11:55 
QuestionType castingmembergivinisha17 May '12 - 6:50 
AnswerRe: Type castingmemberJohn Schroedl17 May '12 - 8:01 
QuestionVideo Display hangs in Windows after unlockingmemberFaez Shingeri16 May '12 - 21:37 
AnswerRe: Video Display hangs in Windows after unlocking - Repost ...mvpRichard MacCutchan16 May '12 - 23:12 
GeneralRe: Video Display hangs in Windows after unlocking - Repost ...memberFaez Shingeri16 May '12 - 23:16 
GeneralRe: Video Display hangs in Windows after unlocking - Repost ...memberJohn Schroedl17 May '12 - 3:28 
AnswerRe: Video Display hangs in Windows after unlockingmemberjschell17 May '12 - 11:26 
QuestionFinding a pointer from a list of pointersmemberelelont226 Apr '12 - 20:21 
AnswerRe: Finding a pointer from a list of pointersmvpRichard MacCutchan26 Apr '12 - 22:28 
AnswerRe: Finding a pointer from a list of pointersmemberlinhlevan3 May '12 - 5:35 
QuestionDll Dependency issuemembergivinisha23 Apr '12 - 4:42 
AnswerRe: Dll Dependency issueprotectorPete O'Hanlon23 Apr '12 - 4:57 
AnswerRe: Dll Dependency issuememberAlbert Holguin23 Apr '12 - 11:53 
GeneralRe: Dll Dependency issuemembergivinisha27 Apr '12 - 2:58 
GeneralRe: Dll Dependency issuememberYoavStein28 May '12 - 4:30 
QuestionHow to compare the strings - unicode vc++2010 ?memberParamu197319 Apr '12 - 2:05 
AnswerRe: How to compare the strings - unicode vc++2010 ?memberJohn Schroedl19 Apr '12 - 3:12 
GeneralRe: How to compare the strings - unicode vc++2010 ?memberParamu197320 Apr '12 - 20:34 
QuestionHow to Declare & Handle the KeyEventArgs for a Sub from a Class ?memberParamu197315 Apr '12 - 22:19 
AnswerRe: How to Declare & Handle the KeyEventArgs for a Sub from a Class ? [modified]memberParamu197316 Apr '12 - 4:42 
QuestionConvert C++/CLI code to Visual Studio 2002 Managed C++membergoncri11 Apr '12 - 10:10 
AnswerRe: Convert C++/CLI code to Visual Studio 2002 Managed C++mvpRichard MacCutchan11 Apr '12 - 22:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid