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

Managed C++/CLI

 
AnswerRe: How do I get Image_click to work more than once? Pin
Richard MacCutchan7-Oct-09 23:47
mveRichard MacCutchan7-Oct-09 23:47 
GeneralRe: How do I get Image_click to work more than once? Pin
Fenix28-Oct-09 0:28
Fenix28-Oct-09 0:28 
QuestionWhats a natural successor to the COM object? Pin
Ger Hayden6-Oct-09 12:12
Ger Hayden6-Oct-09 12:12 
AnswerRe: Whats a natural successor to the COM object? Pin
N a v a n e e t h6-Oct-09 18:21
N a v a n e e t h6-Oct-09 18:21 
QuestionWhich method of connection to MySQL is Best? Pin
Ger Hayden6-Oct-09 12:09
Ger Hayden6-Oct-09 12:09 
AnswerRe: Which method of connection to MySQL is Best? Pin
N a v a n e e t h6-Oct-09 18:14
N a v a n e e t h6-Oct-09 18:14 
GeneralRe: Which method of connection to MySQL is Best? Pin
Ger Hayden7-Oct-09 3:23
Ger Hayden7-Oct-09 3:23 
QuestionCLI,How to divide a class into multi-files(like c# partial) Pin
akira324-Oct-09 19:08
akira324-Oct-09 19:08 
How to divide a class into multi-files(like c# partial)?
I want to divide class MainForm into multi-files?
Could somebody tell me how do I achieve this goal?

namespace MyTools {
 using namespace System;
 using namespace System::ComponentModel;
 using namespace System::Collections;
 using namespace System::Windows::Forms;
 using namespace System::Data;
 using namespace System::Drawing;
 using namespace System::IO; 
 using namespace System::Globalization;//for NumberFormatInfo

 vector<MyData> m_MyData;

 public ref class MainForm : public System::Windows::Forms::Form
 {

AnswerRe: CLI,How to divide a class into multi-files(like c# partial) Pin
N a v a n e e t h4-Oct-09 21:20
N a v a n e e t h4-Oct-09 21:20 
GeneralRe: CLI,How to divide a class into multi-files(like c# partial) Pin
George L. Jackson5-Oct-09 10:27
George L. Jackson5-Oct-09 10:27 
GeneralRe: CLI,How to divide a class into multi-files(like c# partial) Pin
N a v a n e e t h5-Oct-09 17:07
N a v a n e e t h5-Oct-09 17:07 
GeneralRe: CLI,How to divide a class into multi-files(like c# partial) Pin
George L. Jackson6-Oct-09 6:54
George L. Jackson6-Oct-09 6:54 
QuestionString pass by reference Pin
carlo.andreoli2-Oct-09 1:32
carlo.andreoli2-Oct-09 1:32 
AnswerRe: String pass by reference Pin
teejayem2-Oct-09 6:28
teejayem2-Oct-09 6:28 
GeneralRe: String pass by reference Pin
carlo.andreoli5-Oct-09 3:20
carlo.andreoli5-Oct-09 3:20 
QuestionDual Linkage Possible with Managed DLL? Pin
Richard Andrew x6430-Sep-09 14:13
professionalRichard Andrew x6430-Sep-09 14:13 
AnswerRe: Dual Linkage Possible with Managed DLL? Pin
Luc Pattyn30-Sep-09 14:30
sitebuilderLuc Pattyn30-Sep-09 14:30 
GeneralRe: Dual Linkage Possible with Managed DLL? Pin
Richard Andrew x6430-Sep-09 14:35
professionalRichard Andrew x6430-Sep-09 14:35 
GeneralRe: Dual Linkage Possible with Managed DLL? Pin
Luc Pattyn30-Sep-09 14:45
sitebuilderLuc Pattyn30-Sep-09 14:45 
AnswerRe: Dual Linkage Possible with Managed DLL? Pin
N a v a n e e t h30-Sep-09 18:19
N a v a n e e t h30-Sep-09 18:19 
GeneralRe: Dual Linkage Possible with Managed DLL? Pin
Richard Andrew x6430-Sep-09 18:22
professionalRichard Andrew x6430-Sep-09 18:22 
GeneralRe: Dual Linkage Possible with Managed DLL? Pin
N a v a n e e t h30-Sep-09 18:48
N a v a n e e t h30-Sep-09 18:48 
Questionusing unmanaged lib in managed class [modified] Pin
carlo.andreoli29-Sep-09 23:50
carlo.andreoli29-Sep-09 23:50 
QuestionRe: using unmanaged lib in managed class [modified] Pin
carlo.andreoli30-Sep-09 23:56
carlo.andreoli30-Sep-09 23:56 
AnswerRe: using unmanaged lib in managed class Pin
Richard MacCutchan1-Oct-09 0:40
mveRichard MacCutchan1-Oct-09 0:40 

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.