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

Managed C++/CLI

 
Question[Message Deleted] Pin
Behzad Seyfi5-Aug-08 20:29
Behzad Seyfi5-Aug-08 20:29 
AnswerRe: How can I use Canvas Control in C++/CLI? Pin
Mark Salsbery6-Aug-08 5:47
Mark Salsbery6-Aug-08 5:47 
GeneralRe: How can I use Canvas Control in C++/CLI? Pin
led mike6-Aug-08 6:07
led mike6-Aug-08 6:07 
GeneralRe: How can I use Canvas Control in C++/CLI? Pin
Mark Salsbery6-Aug-08 6:31
Mark Salsbery6-Aug-08 6:31 
GeneralRe: How can I use Canvas Control in C++/CLI? Pin
led mike6-Aug-08 7:07
led mike6-Aug-08 7:07 
QuestionManaged C++ Dll\System.EntryPointNotFoundException Pin
Jeffrey Walton5-Aug-08 9:54
Jeffrey Walton5-Aug-08 9:54 
AnswerRe: Managed C++ Dll\System.EntryPointNotFoundException Pin
Mark Salsbery5-Aug-08 10:56
Mark Salsbery5-Aug-08 10:56 
Questionhow to set MaximizedBounds? Pin
Kyon864-Aug-08 4:56
Kyon864-Aug-08 4:56 
Hi,
i want to write a MDI application with 3 child windows. The left and right ones are fixed tool windows. The middle one should be moveable and sizeable between these other to child windows.
But if the user would maximize the middle Window it would maximize the the hole client area.
I tried something like that:

System::Drawing::Size szMax;
szMax.Width = 500;
szMax.Height = 300;

_middleChildWindow_->MaximumSize = szMax;

Rectangle boundRect(100, 10, 200, 200);
vcHG->MaximizedBounds = boundRect;

but I get following error

error C3767: "System::Windows::Forms::Form::MaximizedBounds::set": Auf mögliche Funktion(en) kann nicht zugegriffen werden.
(means the function cant be accessed)


Why is that? The function is protected so I should be able to access it.

I also don´t know how to prevent the user from moving the middle window over the other child windows.


I would appreciate any help
Thanks
AnswerRe: how to set MaximizedBounds? Pin
led mike4-Aug-08 9:58
led mike4-Aug-08 9:58 
QuestionLimited user account Pin
gayatri.neelema4-Aug-08 3:31
gayatri.neelema4-Aug-08 3:31 
AnswerRe: Limited user account Pin
Perspx4-Aug-08 4:14
Perspx4-Aug-08 4:14 
AnswerRe: Limited user account Pin
led mike4-Aug-08 4:46
led mike4-Aug-08 4:46 
GeneralRe: Limited user account Pin
Perspx4-Aug-08 4:48
Perspx4-Aug-08 4:48 
GeneralRe: Limited user account Pin
gayatri.neelema4-Aug-08 20:44
gayatri.neelema4-Aug-08 20:44 
GeneralRe: Limited user account Pin
led mike5-Aug-08 5:29
led mike5-Aug-08 5:29 
GeneralRe: Limited user account Pin
gayatri.neelema7-Aug-08 0:33
gayatri.neelema7-Aug-08 0:33 
Question[Message Deleted] Pin
math4152-Aug-08 9:28
math4152-Aug-08 9:28 
RantRe: Red Green Yellow Traffic signal code problems (It would be great If someone could help me out on this one) Pin
Paul Conrad2-Aug-08 18:53
professionalPaul Conrad2-Aug-08 18:53 
Questionremoving unused registry keys Pin
gayatri.neelema1-Aug-08 23:30
gayatri.neelema1-Aug-08 23:30 
AnswerRe: removing unused registry keys Pin
Mark Salsbery2-Aug-08 6:53
Mark Salsbery2-Aug-08 6:53 
GeneralRe: removing unused registry keys Pin
gayatri.neelema4-Aug-08 1:35
gayatri.neelema4-Aug-08 1:35 
GeneralRe: removing unused registry keys Pin
Mark Salsbery4-Aug-08 7:02
Mark Salsbery4-Aug-08 7:02 
QuestionActive Threads in a Process Pin
gayatri.neelema1-Aug-08 23:13
gayatri.neelema1-Aug-08 23:13 
AnswerRe: Active Threads in a Process Pin
teejayem2-Aug-08 3:33
teejayem2-Aug-08 3:33 
AnswerRe: Active Threads in a Process Pin
Mark Salsbery2-Aug-08 6:59
Mark Salsbery2-Aug-08 6: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.