Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Direct X Issue - Windows not being shown Pin
cleathley10-Nov-02 17:34
cleathley10-Nov-02 17:34 
GeneralRe: Direct X Issue - Windows not being shown Pin
Christian Graus10-Nov-02 18:22
protectorChristian Graus10-Nov-02 18:22 
GeneralRe: Direct X Issue - Windows not being shown Pin
Stephane Rodriguez.10-Nov-02 19:08
Stephane Rodriguez.10-Nov-02 19:08 
QuestionHow to make and MDI child window resizeable for a concrete size Pin
Mario M10-Nov-02 15:06
Mario M10-Nov-02 15:06 
AnswerRe: How to make and MDI child window resizeable for a concrete size Pin
Rene De La Garza10-Nov-02 15:38
Rene De La Garza10-Nov-02 15:38 
AnswerRe: How to make and MDI child window resizeable for a concrete size Pin
klphua10-Nov-02 16:20
klphua10-Nov-02 16:20 
GeneralRe: How to make and MDI child window resizeable for a concrete size Pin
Rene De La Garza10-Nov-02 16:59
Rene De La Garza10-Nov-02 16:59 
GeneralRe: How to make and MDI child window resizeable for a concrete size Pin
Mario M10-Nov-02 19:48
Mario M10-Nov-02 19:48 
Thanks, I handle WM_GETMINMAXINFO in CChildFrame::OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI){

// TODO: .....
lpMMI->ptMinTrackSize.x = 200;
lpMMI->ptMaxTrackSize.x = 500;
}

it works but now i have a problem Confused | :confused: , I size the window to the min pixel size I choose, all ok, but then I try to make the window bigger traking it the traking border of the window not appear. why this problem? I use XP.
QuestionHow to realize file transport through network? Pin
ajy10-Nov-02 14:26
ajy10-Nov-02 14:26 
Generalarray Pin
Shotgun10-Nov-02 13:57
Shotgun10-Nov-02 13:57 
GeneralRe: array Pin
Christian Graus10-Nov-02 14:05
protectorChristian Graus10-Nov-02 14:05 
GeneralRe: array Pin
Michael Dunn10-Nov-02 20:46
sitebuilderMichael Dunn10-Nov-02 20:46 
General_DllMain@12 Pin
10-Nov-02 11:07
suss10-Nov-02 11:07 
GeneralRe: _DllMain@12 Pin
Michael Dunn10-Nov-02 20:49
sitebuilderMichael Dunn10-Nov-02 20:49 
GeneralRe: _DllMain@12 Pin
Hugo Hallman11-Nov-02 1:24
Hugo Hallman11-Nov-02 1:24 
Questionnon-IRC chat in MFC app? Pin
IGx8910-Nov-02 11:00
IGx8910-Nov-02 11:00 
AnswerRe: non-IRC chat in MFC app? Pin
Rickard Andersson2010-Nov-02 20:47
Rickard Andersson2010-Nov-02 20:47 
GeneralIcon Replacement for the Default... Pin
JoeSox10-Nov-02 10:10
JoeSox10-Nov-02 10:10 
GeneralRe: Icon Replacement for the Default... Pin
georgiek5010-Nov-02 10:58
georgiek5010-Nov-02 10:58 
GeneralRe: Icon Replacement for the Default... Pin
JoeSox10-Nov-02 11:23
JoeSox10-Nov-02 11:23 
GeneralRe: Icon Replacement for the Default... Pin
JoeSox10-Nov-02 11:21
JoeSox10-Nov-02 11:21 
QuestionShell EXE with DLL? Pin
infamousBG10-Nov-02 9:32
infamousBG10-Nov-02 9:32 
GeneralInitializing a Listbox Pin
Anonymous10-Nov-02 6:22
Anonymous10-Nov-02 6:22 
GeneralRe: Initializing a Listbox Pin
Maximilien10-Nov-02 7:06
Maximilien10-Nov-02 7:06 
GeneralEdit box question Pin
Pett10-Nov-02 5:54
Pett10-Nov-02 5: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.