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

Managed C++/CLI

 
QuestionHow to make Managed DLL in VC to use in VB.net Pin
Member 1679221-Dec-03 2:05
Member 1679221-Dec-03 2:05 
AnswerRe: How to make Managed DLL in VC to use in VB.net Pin
John M. Drescher21-Dec-03 4:15
John M. Drescher21-Dec-03 4:15 
AnswerRe: How to make Managed DLL in VC to use in VB.net Pin
Roger Stewart30-Dec-03 6:37
professionalRoger Stewart30-Dec-03 6:37 
Questionhow to use 256 colors bitmap in ctreectrl? Pin
arthur69090820-Dec-03 16:06
arthur69090820-Dec-03 16:06 
AnswerRe: how to use 256 colors bitmap in ctreectrl? Pin
leppie20-Dec-03 22:35
leppie20-Dec-03 22:35 
General__CxxCallUnwindDtor unresolved Pin
Rick York19-Dec-03 13:38
mveRick York19-Dec-03 13:38 
GeneralRe: __CxxCallUnwindDtor unresolved Pin
leppie20-Dec-03 22:49
leppie20-Dec-03 22:49 
GeneralRe: __CxxCallUnwindDtor unresolved Pin
Rick York22-Dec-03 10:01
mveRick York22-Dec-03 10:01 
Generaldiall_up connection Pin
heba_zien19-Dec-03 3:21
heba_zien19-Dec-03 3:21 
GeneralMaking a control array with windows forms Pin
Ffelagund17-Dec-03 23:27
Ffelagund17-Dec-03 23:27 
GeneralRe: Making a control array with windows forms Pin
Nick Hodapp18-Dec-03 7:44
sitebuilderNick Hodapp18-Dec-03 7:44 
GeneralRe: Making a control array with windows forms Pin
leppie20-Dec-03 22:45
leppie20-Dec-03 22:45 
GeneralRe: Making a control array with windows forms Pin
Ffelagund20-Dec-03 23:10
Ffelagund20-Dec-03 23:10 
GeneralCodeDOM questions... Pin
bouli17-Dec-03 11:18
bouli17-Dec-03 11:18 
GeneralRe: CodeDOM questions... Pin
leppie18-Dec-03 6:35
leppie18-Dec-03 6:35 
GeneralRe: CodeDOM questions... Pin
bouli18-Dec-03 7:10
bouli18-Dec-03 7:10 
GeneralUsing the InternetExplorer object in a Managed C++ application Pin
Chris Morrison16-Dec-03 11:59
Chris Morrison16-Dec-03 11:59 
GeneralRe: Using the InternetExplorer object in a Managed C++ application Pin
Roger Stewart16-Dec-03 14:54
professionalRoger Stewart16-Dec-03 14:54 
GeneralRe: Using the InternetExplorer object in a Managed C++ application Pin
Chris Morrison16-Dec-03 15:02
Chris Morrison16-Dec-03 15:02 
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 
In the "Add Reference" dialog (_not_ "Add Web Reference"), on the ".NET" tab, scroll down and select "System.Web.DLL". Add it to the project references by clicking the Select button, then OK.

Alternatively, you can manually identify references to the compiler in code with #using, or on the command line with the "/FU" flag.

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.

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 

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.