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

Managed C++/CLI

 
AnswerRe: Serial Port (COM1) Pin
Christian Graus11-Feb-07 10:18
protectorChristian Graus11-Feb-07 10:18 
Questionproject related Pin
preety ramteke9-Feb-07 20:32
preety ramteke9-Feb-07 20:32 
AnswerRe: project related Pin
Christian Graus11-Feb-07 10:20
protectorChristian Graus11-Feb-07 10:20 
QuestionWPF from C++/CLI ? Pin
Richard Andrew x649-Feb-07 9:25
professionalRichard Andrew x649-Feb-07 9:25 
AnswerRe: WPF from C++/CLI ? Pin
Nish Nishant9-Feb-07 9:41
sitebuilderNish Nishant9-Feb-07 9:41 
GeneralRe: WPF from C++/CLI ? Pin
Richard Andrew x649-Feb-07 9:43
professionalRichard Andrew x649-Feb-07 9:43 
GeneralRe: WPF from C++/CLI ? Pin
Nish Nishant9-Feb-07 9:45
sitebuilderNish Nishant9-Feb-07 9:45 
QuestionDocking/snapping of windows in c++ application Pin
cilla_tufvesson9-Feb-07 3:21
cilla_tufvesson9-Feb-07 3:21 
Hello!
When writing a C++ application with several forms we would like to have a simple form of docking/snapping. How can this easily be done?
We're using C++ .Net 2.0.
We would like to have the same look and feel as the rest of the windows.

We would like to have something simple.
In the example below we would like to be able to have a new form d
that can be snapped to main form by shrinking the main form.
The form d shall also be able to be freely placed, above the main form.

When moving towards the edge it shall snap, it should not be able to move outside the main form.
There is no need to show arrows when moving and so on.

Thanks in advance,
Cecilia
---------------------
|main form |form a|
|.............|......|
|.............|------
|.............|form b|
|.............|......|
|.............|-------
|.............|form c|
|.............|......|
----------------------
|form d .............|
|....................|
----------------------

To:
---------------------
|f |main form |form a|
|o |..........|......|
|r |..........|------
|m |..........|form b|
|..|..........|......|
|d |..........|-------
|..|..........|form c|
|..|..........|......|
----------------------
|form d .............|
|....................|
----------------------






QuestionWhy does GetInvocationList work in C# but not in C++/CLI ? Pin
nooblardin9-Feb-07 1:02
nooblardin9-Feb-07 1:02 
AnswerRe: Why does GetInvocationList work in C# but not in C++/CLI ? Pin
Nish Nishant9-Feb-07 4:18
sitebuilderNish Nishant9-Feb-07 4:18 
QuestionGet IP Address & system name in C Pin
Karismatic8-Feb-07 21:54
Karismatic8-Feb-07 21:54 
AnswerRe: Get IP Address & system name in C Pin
prasad_som8-Feb-07 21:58
prasad_som8-Feb-07 21:58 
GeneralRe: Get IP Address & system name in C Pin
Karismatic8-Feb-07 22:03
Karismatic8-Feb-07 22:03 
GeneralRe: Get IP Address & system name in C Pin
Nish Nishant9-Feb-07 4:05
sitebuilderNish Nishant9-Feb-07 4:05 
QuestionFinding the video renderer filter in the filter Graph Pin
emrah.a8-Feb-07 11:36
emrah.a8-Feb-07 11:36 
AnswerRe: Finding the video renderer filter in the filter Graph Pin
Christian Graus8-Feb-07 14:54
protectorChristian Graus8-Feb-07 14:54 
QuestionManaged code calling unmanaged code often fails(locks) Pin
Like2Byte8-Feb-07 10:34
Like2Byte8-Feb-07 10:34 
AnswerRe: Managed code calling unmanaged code often fails(locks) Pin
led mike8-Feb-07 11:38
led mike8-Feb-07 11:38 
GeneralRe: Managed code calling unmanaged code often fails(locks) Pin
Like2Byte8-Feb-07 12:06
Like2Byte8-Feb-07 12:06 
QuestionProperty Declaration: Make A List? Pin
W Balboos, GHB8-Feb-07 6:12
W Balboos, GHB8-Feb-07 6:12 
QuestionAssigning data to a specific instance of a form. Pin
MAW307-Feb-07 20:16
MAW307-Feb-07 20:16 
AnswerRe: Assigning data to a specific instance of a form. Pin
Christian Graus7-Feb-07 21:22
protectorChristian Graus7-Feb-07 21:22 
GeneralRe: Assigning data to a specific instance of a form. Pin
MAW308-Feb-07 13:56
MAW308-Feb-07 13:56 
QuestionIs this normal or is there a bug?? Pin
zoleero7-Feb-07 11:24
zoleero7-Feb-07 11:24 
QuestionAccessing USB webcam from c++ Pin
MrVanx7-Feb-07 8:32
MrVanx7-Feb-07 8:32 

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.