Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SetDlgItemText() Pin
raju_shiva14-Jul-10 20:04
raju_shiva14-Jul-10 20:04 
GeneralRe: SetDlgItemText() Pin
CPallini14-Jul-10 20:37
mveCPallini14-Jul-10 20:37 
GeneralRe: SetDlgItemText() Pin
Richard MacCutchan14-Jul-10 21:46
mveRichard MacCutchan14-Jul-10 21:46 
QuestionMaking window half of the screen Pin
Sakhalean14-Jul-10 0:38
Sakhalean14-Jul-10 0:38 
AnswerRe: Making window half of the screen Pin
Niklas L14-Jul-10 0:51
Niklas L14-Jul-10 0:51 
GeneralRe: Making window half of the screen Pin
Sakhalean14-Jul-10 1:29
Sakhalean14-Jul-10 1:29 
AnswerRe: Making window half of the screen[Modified] Pin
Naveen14-Jul-10 0:54
Naveen14-Jul-10 0:54 
AnswerRe: Making window half of the screen Pin
Emilio Garavaglia14-Jul-10 2:08
Emilio Garavaglia14-Jul-10 2:08 
Although Niklas post is correct I should recommend to consider a better design.
Unless you are developing something very specific (like a process plant control synoptic) you should not manage how your window(s) appear on the user screen. You are not the owner of the user environment and the user may also have other application running, may be even more important (or less, depends on the circumstances) than your, and will perceive your popping out at the placement you decide as a sort of ... invadence.

Consider, instead, a different design where a single frame window contains two children (your actual windows), may be either managed through a splitter or with fixed proportional positions.
You decide how the children fits the parent, but let the user free to place the parent in his own screen.

2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:


QuestionConverting an array of glyph indices to string Pin
Member 70956413-Jul-10 23:51
Member 70956413-Jul-10 23:51 
AnswerRe: Converting an array of glyph indices to string Pin
Richard MacCutchan14-Jul-10 1:07
mveRichard MacCutchan14-Jul-10 1:07 
QuestionHow to Move an MFC Button. [modified] Pin
lgmanuel13-Jul-10 22:58
lgmanuel13-Jul-10 22:58 
AnswerRe: How to Move an MFC Button. Pin
Niklas L13-Jul-10 23:04
Niklas L13-Jul-10 23:04 
GeneralRe: How to Move an MFC Button. Pin
lgmanuel13-Jul-10 23:09
lgmanuel13-Jul-10 23:09 
GeneralRe: How to Move an MFC Button. Pin
Niklas L13-Jul-10 23:13
Niklas L13-Jul-10 23:13 
GeneralRe: How to Move an MFC Button. Pin
Cedric Moonen13-Jul-10 23:13
Cedric Moonen13-Jul-10 23:13 
GeneralRe: How to Move an MFC Button. Pin
lgmanuel13-Jul-10 23:20
lgmanuel13-Jul-10 23:20 
GeneralRe: How to Move an MFC Button. Pin
Niklas L14-Jul-10 0:57
Niklas L14-Jul-10 0:57 
GeneralRe: How to Move an MFC Button. Pin
lgmanuel13-Jul-10 23:38
lgmanuel13-Jul-10 23:38 
GeneralRe: How to Move an MFC Button. Pin
ThatsAlok1-Jun-11 21:30
ThatsAlok1-Jun-11 21:30 
GeneralRe: How to Move an MFC Button. Pin
lgmanuel13-Jul-10 23:16
lgmanuel13-Jul-10 23:16 
GeneralRe: How to Move an MFC Button. Pin
Niklas L13-Jul-10 23:35
Niklas L13-Jul-10 23:35 
GeneralRe: How to Move an MFC Button. Pin
lgmanuel13-Jul-10 23:43
lgmanuel13-Jul-10 23:43 
GeneralRe: How to Move an MFC Button. Pin
bolivar12314-Jul-10 3:21
bolivar12314-Jul-10 3:21 
GeneralRe: How to Move an MFC Button. Pin
lgmanuel18-Jul-10 17:50
lgmanuel18-Jul-10 17:50 
GeneralRe: How to Move an MFC Button. Pin
merano14-Jul-10 12:54
merano14-Jul-10 12:54 

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.