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

Managed C++/CLI

 
QuestionHow to Make and Use Resource DialogBoxes in VC++ 2008 Pin
ICEFLOWER226-Jun-12 4:07
ICEFLOWER226-Jun-12 4:07 
AnswerRe: How to Make and Use Resource DialogBoxes in VC++ 2008 Pin
Richard MacCutchan26-Jun-12 4:31
mveRichard MacCutchan26-Jun-12 4:31 
GeneralRe: How to Make and Use Resource DialogBoxes in VC++ 2008 Pin
ICEFLOWER226-Jun-12 7:53
ICEFLOWER226-Jun-12 7:53 
GeneralRe: How to Make and Use Resource DialogBoxes in VC++ 2008 Pin
Richard MacCutchan26-Jun-12 8:24
mveRichard MacCutchan26-Jun-12 8:24 
QuestionGetting MdiParent Instance From MdiChild - Windows Forms Application Pin
Paramu197312-Jun-12 1:50
Paramu197312-Jun-12 1:50 
AnswerRe: Getting MdiParent Instance From MdiChild - Windows Forms Application Pin
Richard MacCutchan12-Jun-12 2:15
mveRichard MacCutchan12-Jun-12 2:15 
GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms Application Pin
Paramu197312-Jun-12 2:30
Paramu197312-Jun-12 2:30 
GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms Application Pin
Richard MacCutchan12-Jun-12 3:03
mveRichard MacCutchan12-Jun-12 3:03 
And you expect us to guess how this relates to your project? Please collect information properly, and show the actual lines of code and messages together, ensuring that you identify which line of code is marked with which error.

You could also look more closely at these messages and work out for yourself:

  • why the identifier 'CFIS_Main' is not recognised.
  • why you are using the variable 'MyInstFrm', when it has not been defined in the current compilation unit.
  • why the call to 'MyProjectName::For_Student_Details::GetForm()' has the wrong number of arguments.


GeneralRe: Getting MdiParent Instance From MdiChild - Windows Forms Application Pin
Paramu197315-Jun-12 1:30
Paramu197315-Jun-12 1:30 
QuestionHow to convert from 'WCHAR' to 'System::String ^' Managed C++ Pin
ptr_Electron7-Jun-12 20:08
ptr_Electron7-Jun-12 20:08 
AnswerRe: How to convert from 'WCHAR' to 'System::String ^' Managed C++ Pin
Richard MacCutchan7-Jun-12 21:58
mveRichard MacCutchan7-Jun-12 21:58 
Questionint x = (Int32) thisisObjectType is boxing, if the type is already checked ? Pin
ptr_Electron7-Jun-12 18:15
ptr_Electron7-Jun-12 18:15 
AnswerRe: int x = (Int32) thisisObjectType is boxing, if the type is already checked ? Pin
Richard MacCutchan8-Jun-12 0:34
mveRichard MacCutchan8-Jun-12 0:34 
QuestionVS2010 Error()- Method or Property 'VCFilter::get_Url Behavior' deprecated and nolonger implemented Pin
Paramu19736-Jun-12 23:57
Paramu19736-Jun-12 23:57 
QuestionC++ CX and WPF Pin
Super Lloyd6-Jun-12 15:04
Super Lloyd6-Jun-12 15:04 
QuestionStrong vs static typing Pin
elelont25-Jun-12 9:37
elelont25-Jun-12 9:37 
AnswerRe: Strong vs static typing Pin
Paul Conrad5-Jun-12 10:37
professionalPaul Conrad5-Jun-12 10:37 
GeneralRe: Strong vs static typing Pin
Luc Pattyn5-Jun-12 11:13
sitebuilderLuc Pattyn5-Jun-12 11:13 
GeneralRe: Strong vs static typing Pin
Paul Conrad5-Jun-12 12:10
professionalPaul Conrad5-Jun-12 12:10 
AnswerRe: Strong vs static typing Pin
Richard MacCutchan5-Jun-12 21:08
mveRichard MacCutchan5-Jun-12 21:08 
GeneralRe: Strong vs static typing Pin
elelont26-Jun-12 5:09
elelont26-Jun-12 5:09 
GeneralRe: Strong vs static typing Pin
Richard MacCutchan6-Jun-12 5:21
mveRichard MacCutchan6-Jun-12 5:21 
QuestionImage Integral Pin
MUJIS29-May-12 4:40
MUJIS29-May-12 4:40 
QuestionHow to get the total length of elements in ##__VA_ARGS__ Pin
elelont222-May-12 3:10
elelont222-May-12 3:10 
AnswerRe: How to get the total length of elements in ##__VA_ARGS__ Pin
jschell28-May-12 7:57
jschell28-May-12 7:57 

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.