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

Managed C++/CLI

 
Questionhow can i access system.web classes in a managed class library? Pin
godzooky10-Dec-03 3:16
godzooky10-Dec-03 3:16 
AnswerRe: how can i access system.web classes in a managed class library? Pin
Nick Hodapp16-Dec-03 6:37
sitebuilderNick Hodapp16-Dec-03 6:37 
QuestionWhat do the '<...>' operators do with reference to inheritance here? Pin
BedHead9-Dec-03 6:17
BedHead9-Dec-03 6:17 
AnswerRe: What do the '<...>' operators do with reference to inheritance here? Pin
keegan9-Dec-03 6:34
keegan9-Dec-03 6:34 
GeneralRe: What do the '&lt;...&gt;' operators do with reference to inheritance here? Pin
BedHead9-Dec-03 6:38
BedHead9-Dec-03 6:38 
Questioni wan't to make a good project out from C++(Help me out)? Pin
Sardar Ahmed Bilal8-Dec-03 18:58
sussSardar Ahmed Bilal8-Dec-03 18:58 
GeneralWorking .NET Object browser for MC++ Pin
Arash Sabet5-Dec-03 4:53
Arash Sabet5-Dec-03 4:53 
GeneralRe: Working .NET Object browser for MC++ Pin
Nick Hodapp16-Dec-03 6:42
sitebuilderNick Hodapp16-Dec-03 6:42 
Change the accessibility of the members you don't want to be visible or accessible outside of the assembly. I.e. "public" to "private" or "private public".

A common one is the destructor of a managed object. Set its accessibility to "private public" to make it accessible only within the scope of the assembly.

Nick Hodapp

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2003 Microsoft Corporation. All rights reserved.

Generalimplementing inode using c++ Pin
perkie5-Dec-03 3:42
perkie5-Dec-03 3:42 
GeneralConceptual doubt Pin
yeluri4-Dec-03 2:09
yeluri4-Dec-03 2:09 
GeneralAccessing Managed From Extended Proc Pin
Shaun Becker3-Dec-03 10:25
Shaun Becker3-Dec-03 10:25 
GeneralReading from a USB port with Win32 API Pin
sixefftee2-Dec-03 8:39
sixefftee2-Dec-03 8:39 
GeneralRe: Reading from a USB port with Win32 API Pin
Chris Barrell2-Dec-03 9:21
Chris Barrell2-Dec-03 9:21 
GeneralRe: Reading from a USB port with Win32 API Pin
John M. Drescher9-Dec-03 7:18
John M. Drescher9-Dec-03 7:18 
Questionhow i save bitmap file by use VC++ .net Pin
kritsadakorn30-Nov-03 14:18
kritsadakorn30-Nov-03 14:18 
AnswerRe: how i save bitmap file by use VC++ .net Pin
RafMar2-Dec-03 7:26
RafMar2-Dec-03 7:26 
General** Array with C# Pin
Relampago25-Nov-03 10:07
Relampago25-Nov-03 10:07 
GeneralRe: ** Array with C# Pin
Relampago25-Nov-03 10:26
Relampago25-Nov-03 10:26 
QuestionAnyone attempting Managed Wrapper for XP P2P sdk? Pin
schnee2k325-Nov-03 7:19
schnee2k325-Nov-03 7:19 
GeneralProblem choosing collection&#8230;. Pin
d00_ape24-Nov-03 22:05
sussd00_ape24-Nov-03 22:05 
QuestionWill the free Borland Compiler have everything I need? Pin
Anonymous24-Nov-03 13:37
Anonymous24-Nov-03 13:37 
AnswerRe: Will the free Borland Compiler have everything I need? Pin
Anonymous24-Nov-03 13:39
Anonymous24-Nov-03 13:39 
GeneralRe: Will the free Borland Compiler have everything I need? Pin
Brian Olej3-Jan-04 20:19
Brian Olej3-Jan-04 20:19 
GeneralError after changing default application icon Pin
tfitz24-Nov-03 13:13
tfitz24-Nov-03 13:13 
GeneralConvert data stored in a DataTable to types in unmanaged code Pin
holly_vi24-Nov-03 6:58
holly_vi24-Nov-03 6:58 

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.