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

Managed C++/CLI

 
QuestionHow to send messages from pc to pc in LAN without turning 'Messenger' service on? Pin
Nilesh Hamane14-Dec-09 0:48
Nilesh Hamane14-Dec-09 0:48 
AnswerRe: How to send messages from pc to pc in LAN without turning 'Messenger' service on? Pin
Andreoli Carlo14-Dec-09 3:16
professionalAndreoli Carlo14-Dec-09 3:16 
AnswerRe: How to send messages from pc to pc in LAN without turning 'Messenger' service on? Pin
Richard MacCutchan16-Dec-09 9:08
mveRichard MacCutchan16-Dec-09 9:08 
GeneralRe: How to send messages from pc to pc in LAN without turning 'Messenger' service on? Pin
Nilesh Hamane16-Dec-09 22:07
Nilesh Hamane16-Dec-09 22:07 
GeneralRe: How to send messages from pc to pc in LAN without turning 'Messenger' service on? Pin
Richard MacCutchan16-Dec-09 22:22
mveRichard MacCutchan16-Dec-09 22:22 
QuestionDataGridView multiline selection without ctrl key Pin
Andreoli Carlo10-Dec-09 23:39
professionalAndreoli Carlo10-Dec-09 23:39 
AnswerRe: DataGridView multiline selection without ctrl key Pin
Andreoli Carlo13-Dec-09 22:18
professionalAndreoli Carlo13-Dec-09 22:18 
QuestionCenterParent in Windows 7? [modified] Pin
Xpnctoc9-Dec-09 3:56
Xpnctoc9-Dec-09 3:56 
Hello. I posted this here because I noticed this issue first while working on a C++/CLI project. But it equally applies to C#.NET projects which makes me think it's a general .NET issue.

Has anyone had troubles with the Form.StartPosition property value CenterParent in Windows 7? I know my invoking code is fine because I started this project on WinXP and everything was happy. Code like this in the main application form:

MyForm^ f = gcnew MyForm();
f->Show(this);

Despite the fact that I'm passing the reference to the parent in the Show() call, the child form shows up in the upper left corner rather than the center of the parent.

Any ideas?

Thanks in advance.

modified on Wednesday, December 9, 2009 3:34 PM

QuestionRe: CenterParent in Windows 7? Pin
Mark Salsbery9-Dec-09 6:42
Mark Salsbery9-Dec-09 6:42 
AnswerRe: CenterParent in Windows 7? Pin
Xpnctoc9-Dec-09 9:42
Xpnctoc9-Dec-09 9:42 
GeneralRe: CenterParent in Windows 7? Pin
Mark Salsbery9-Dec-09 10:17
Mark Salsbery9-Dec-09 10:17 
GeneralRe: CenterParent in Windows 7? Pin
Xpnctoc9-Dec-09 10:38
Xpnctoc9-Dec-09 10:38 
GeneralRe: CenterParent in Windows 7? Pin
Mark Salsbery9-Dec-09 10:41
Mark Salsbery9-Dec-09 10:41 
GeneralRe: CenterParent in Windows 7? Pin
Xpnctoc9-Dec-09 11:53
Xpnctoc9-Dec-09 11:53 
GeneralRe: CenterParent in Windows 7? Pin
Mark Salsbery9-Dec-09 12:24
Mark Salsbery9-Dec-09 12:24 
GeneralRe: CenterParent in Windows 7? Pin
Xpnctoc9-Dec-09 14:06
Xpnctoc9-Dec-09 14:06 
GeneralRe: CenterParent in Windows 7? Pin
Mark Salsbery9-Dec-09 18:29
Mark Salsbery9-Dec-09 18:29 
Questionsuresh Pin
Game-point6-Dec-09 21:49
Game-point6-Dec-09 21:49 
AnswerRe: suresh Pin
Richard MacCutchan7-Dec-09 5:32
mveRichard MacCutchan7-Dec-09 5:32 
QuestionChecking for presence of System::IO::Ports::SerialPort Pin
BubbaGeeNH2-Dec-09 5:42
BubbaGeeNH2-Dec-09 5:42 
AnswerRe: Checking for presence of System::IO::Ports::SerialPort Pin
zhushaolin20052-Dec-09 18:44
zhushaolin20052-Dec-09 18:44 
QuestionCamera-Control (firewire) Pin
LoKi.aK2-Dec-09 1:25
LoKi.aK2-Dec-09 1:25 
AnswerRe: Camera-Control (firewire) Pin
Jonathan Davies11-Dec-09 5:54
Jonathan Davies11-Dec-09 5:54 
QuestionManaged forms application with 'autosave' wanted Pin
iMikki1-Dec-09 7:28
iMikki1-Dec-09 7:28 
AnswerRe: Managed forms application with 'autosave' wanted Pin
zhushaolin20051-Dec-09 20:18
zhushaolin20051-Dec-09 20:18 

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.