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

Managed C++/CLI

 
QuestionPlease check code update sqlserver with VC++6.0 Pin
aa_zz25-Aug-08 15:17
aa_zz25-Aug-08 15:17 
AnswerRe: Please check code update sqlserver with VC++6.0 Pin
Mark Salsbery26-Aug-08 5:56
Mark Salsbery26-Aug-08 5:56 
QuestionHow to load/use COM dll written in VS6 from VC++ .NET 2005 Pin
amalhotr25-Aug-08 10:03
amalhotr25-Aug-08 10:03 
QuestionRe: How to load/use COM dll written in VS6 from VC++ .NET 2005 Pin
led mike26-Aug-08 6:56
led mike26-Aug-08 6:56 
AnswerRe: How to load/use COM dll written in VS6 from VC++ .NET 2005 Pin
amalhotr26-Aug-08 7:37
amalhotr26-Aug-08 7:37 
QuestionPlease Guide I Update Sql2000 in VC++6.0 !!! Pin
aa_zz24-Aug-08 18:18
aa_zz24-Aug-08 18:18 
QuestionMultiple forms but with MDIParent container [modified] Pin
C# Beginner Nick24-Aug-08 16:56
C# Beginner Nick24-Aug-08 16:56 
AnswerRe: Multiple forms but with MDIParent container Pin
LionAM28-Aug-08 0:36
LionAM28-Aug-08 0:36 
I don't know what you already tried to do.
But I think it is quite easy to add a MDI child form.

In the MDI-Parent, set IsMdiContainer = true.

And to create a new Child (e.g. from a event handler
within the MDI-Parent):
Child^ child = gcnew Child();
child->MdiParent = this;
child->Visible = true;
Alex
QuestionMultiple Forms Pin
Polar_Sheep23-Aug-08 3:58
Polar_Sheep23-Aug-08 3:58 
AnswerRe: Multiple Forms Pin
teejayem23-Aug-08 4:50
teejayem23-Aug-08 4:50 
QuestionRe: Multiple Forms Pin
Polar_Sheep23-Aug-08 10:48
Polar_Sheep23-Aug-08 10:48 
AnswerRe: Multiple Forms Pin
dybs23-Aug-08 11:40
dybs23-Aug-08 11:40 
AnswerRe: Multiple Forms Pin
teejayem23-Aug-08 12:25
teejayem23-Aug-08 12:25 
QuestionRe: Multiple Forms Pin
Polar_Sheep23-Aug-08 18:13
Polar_Sheep23-Aug-08 18:13 
AnswerRe: Multiple Forms Pin
teejayem23-Aug-08 18:25
teejayem23-Aug-08 18:25 
NewsRe: Multiple Forms [modified] Pin
Polar_Sheep23-Aug-08 19:28
Polar_Sheep23-Aug-08 19:28 
QuestionOpenFileDialog example Pin
bkelly1322-Aug-08 14:03
bkelly1322-Aug-08 14:03 
AnswerRe: OpenFileDialog example Pin
teejayem22-Aug-08 15:43
teejayem22-Aug-08 15:43 
GeneralRe: OpenFileDialog example Pin
bkelly1323-Aug-08 3:15
bkelly1323-Aug-08 3:15 
GeneralRe: OpenFileDialog example Pin
teejayem23-Aug-08 4:49
teejayem23-Aug-08 4:49 
GeneralRe: OpenFileDialog example Pin
Mark Salsbery23-Aug-08 10:23
Mark Salsbery23-Aug-08 10:23 
GeneralRe: OpenFileDialog example Pin
bkelly1323-Aug-08 10:51
bkelly1323-Aug-08 10:51 
GeneralRe: OpenFileDialog example Pin
Mark Salsbery24-Aug-08 8:29
Mark Salsbery24-Aug-08 8:29 
GeneralRe: OpenFileDialog example Pin
bkelly1324-Aug-08 11:52
bkelly1324-Aug-08 11:52 
QuestionPlease Guide Connect Sqlserver with VC++6.0. thanks very much Pin
aa_zz21-Aug-08 21:06
aa_zz21-Aug-08 21:06 

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.