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

Managed C++/CLI

 
AnswerRe: Static linking to user-generated library in MSVC Pin
Christian Graus11-Mar-07 5:14
protectorChristian Graus11-Mar-07 5:14 
GeneralRe: Static linking to user-generated library in MSVC Pin
Still learning how to code11-Mar-07 6:14
Still learning how to code11-Mar-07 6:14 
QuestionReferences and (re)building. Pin
Bartosz Bien10-Mar-07 13:11
Bartosz Bien10-Mar-07 13:11 
QuestionI need help for creating array [modified] Pin
thesad10-Mar-07 8:40
thesad10-Mar-07 8:40 
AnswerRe: I need help for creating array Pin
Christian Graus10-Mar-07 8:59
protectorChristian Graus10-Mar-07 8:59 
GeneralRe: I need help for creating array Pin
thesad10-Mar-07 9:17
thesad10-Mar-07 9:17 
AnswerRe: I need help for creating array Pin
Jeff J Anderson10-Mar-07 9:16
Jeff J Anderson10-Mar-07 9:16 
QuestionContextMenuStrip Pin
abbd10-Mar-07 8:31
abbd10-Mar-07 8:31 
i would adding a menu on treeView,i try


TreeNode^ eventLogsNode = gcnew TreeNode("Event Logs");<br />
            eventLogsNode->ImageIndex=2;<br />
			eventLogsNode->SelectedImageIndex=2;<br />
			eventLogsNode->ContextMenuStrip=computerContextMenuStrip;<br />
			treeView1->Nodes->Add(eventLogsNode);

But they are error:

error C2065: 'computerContextMenuStrip' : undeclared identifier
QuestionRe: ContextMenuStrip [modified] Pin
abbd10-Mar-07 9:34
abbd10-Mar-07 9:34 
QuestionRe: ContextMenuStrip Pin
abbd10-Mar-07 10:09
abbd10-Mar-07 10:09 
QuestionMFC Regural DLL with C++ Managed Pin
Patrik Dufresne10-Mar-07 5:50
Patrik Dufresne10-Mar-07 5:50 
Questionerror of declaration Pin
abbd10-Mar-07 5:00
abbd10-Mar-07 5:00 
AnswerRe: error of declaration Pin
Christian Graus10-Mar-07 5:39
protectorChristian Graus10-Mar-07 5:39 
QuestionTreeNode Pin
abbd10-Mar-07 4:04
abbd10-Mar-07 4:04 
AnswerRe: TreeNode Pin
George L. Jackson10-Mar-07 4:33
George L. Jackson10-Mar-07 4:33 
QuestionGetHostName Pin
abbd10-Mar-07 3:27
abbd10-Mar-07 3:27 
AnswerRe: GetHostName Pin
George L. Jackson10-Mar-07 3:39
George L. Jackson10-Mar-07 3:39 
QuestionOverriding c# assembly method with out parameter in C++ [modified] Pin
RDarrylR9-Mar-07 10:42
RDarrylR9-Mar-07 10:42 
AnswerRe: Overriding c# assembly method with out parameter in C++ Pin
George L. Jackson9-Mar-07 11:20
George L. Jackson9-Mar-07 11:20 
GeneralRe: Overriding c# assembly method with out parameter in C++ Pin
RDarrylR9-Mar-07 12:41
RDarrylR9-Mar-07 12:41 
Questionerase contents of a progressbar Pin
abbd9-Mar-07 10:08
abbd9-Mar-07 10:08 
AnswerRe: erase contents of a progressbar Pin
Nish Nishant9-Mar-07 10:09
sitebuilderNish Nishant9-Mar-07 10:09 
GeneralRe: erase contents of a progressbar Pin
abbd9-Mar-07 10:40
abbd9-Mar-07 10:40 
AnswerRe: erase contents of a progressbar Pin
prasad_som10-Mar-07 17:58
prasad_som10-Mar-07 17:58 
AnswerRe: erase contents of a progressbar Pin
Mark Salsbery9-Mar-07 11:59
Mark Salsbery9-Mar-07 11:59 

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.