Click here to Skip to main content
16,014,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ContextMenu with CTabCtrl Pin
Ernest Laurentin7-Mar-03 5:20
Ernest Laurentin7-Mar-03 5:20 
GeneralRe: ContextMenu with CTabCtrl Pin
Brian Shifrin7-Mar-03 6:27
Brian Shifrin7-Mar-03 6:27 
Generalreactivate the view in an SDI app Pin
luedi7-Mar-03 4:06
luedi7-Mar-03 4:06 
GeneralRe: reactivate the view in an SDI app Pin
Brian Shifrin7-Mar-03 6:38
Brian Shifrin7-Mar-03 6:38 
GeneralRe: reactivate the view in an SDI app Pin
luedi7-Mar-03 12:08
luedi7-Mar-03 12:08 
GeneralCFile Write Pin
ns7-Mar-03 3:28
ns7-Mar-03 3:28 
GeneralRe: CFile Write Pin
Chris Losinger7-Mar-03 3:39
professionalChris Losinger7-Mar-03 3:39 
GeneralThanks and another ques about OnSize Pin
ns7-Mar-03 3:45
ns7-Mar-03 3:45 
oh! Thanks!

My fix-minimum-dimensions idea is flawed. I tried in OnSize()

if (cx > 120 && cy > 130)MoveWindow(left, top, cx, cy) where top and left are from Crect cRect and GetClienRect.

Two things: 1. It scooted my dlg to 0,0 on the screen instead of where it was so I amggoing to try getwindowplacement. The other and more serious thing is that it flickers greatly asI try to oversize it and it snaps back...
Whats the smart way that I'm not seeing of doing this fix-minimum?

Appreciate your help,
ns
GeneralRe: Thanks and another ques about OnSize Pin
ns7-Mar-03 4:16
ns7-Mar-03 4:16 
GeneralEmbedding Internet Explorer (Win32, no MFC) Pin
Dominik Reichl7-Mar-03 2:43
Dominik Reichl7-Mar-03 2:43 
GeneralRe: Embedding Internet Explorer (Win32, no MFC) Pin
Stefan Pedersen7-Mar-03 3:40
Stefan Pedersen7-Mar-03 3:40 
GeneralCreating memory bitmap Pin
Anonymous7-Mar-03 2:13
Anonymous7-Mar-03 2:13 
GeneralRe: Creating memory bitmap Pin
Joel Lucsy7-Mar-03 2:36
Joel Lucsy7-Mar-03 2:36 
GeneralRe: Creating memory bitmap Pin
djordj7-Mar-03 2:40
djordj7-Mar-03 2:40 
GeneralRe: Creating memory bitmap Pin
Scott H. Settlemier7-Mar-03 4:09
Scott H. Settlemier7-Mar-03 4:09 
GeneralRe: Creating memory bitmap Pin
djordj7-Mar-03 4:14
djordj7-Mar-03 4:14 
GeneralRe: Creating memory bitmap Pin
Scott H. Settlemier7-Mar-03 4:42
Scott H. Settlemier7-Mar-03 4:42 
GeneralInstalling VC7.0 Pin
Dave_7-Mar-03 1:52
Dave_7-Mar-03 1:52 
GeneralRe: Installing VC7.0 Pin
RobJones7-Mar-03 8:13
RobJones7-Mar-03 8:13 
GeneralRe: Installing VC7.0 Pin
Dave_7-Mar-03 8:19
Dave_7-Mar-03 8:19 
GeneralVC6 Debugger Problem Pin
Paul Farry7-Mar-03 0:34
professionalPaul Farry7-Mar-03 0:34 
GeneralRe: VC6 Debugger Problem Pin
Brian Shifrin7-Mar-03 6:42
Brian Shifrin7-Mar-03 6:42 
GeneralRe: VC6 Debugger Problem Pin
Paul Farry7-Mar-03 10:54
professionalPaul Farry7-Mar-03 10:54 
GeneralRe: VC6 Debugger Problem Pin
Paul Farry7-Mar-03 11:33
professionalPaul Farry7-Mar-03 11:33 
GeneralSocket question Pin
Mazdak7-Mar-03 0:25
Mazdak7-Mar-03 0:25 

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.