Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Build and compile Pin
Member 216100416-Aug-05 23:49
Member 216100416-Aug-05 23:49 
GeneralRe: Build and compile Pin
Geert van Horrik16-Aug-05 23:57
Geert van Horrik16-Aug-05 23:57 
GeneralRe: Build and compile Pin
Bob Stanneveld16-Aug-05 23:49
Bob Stanneveld16-Aug-05 23:49 
GeneralRe: Build and compile Pin
Member 216100416-Aug-05 23:55
Member 216100416-Aug-05 23:55 
GeneralRe: Build and compile Pin
Trollslayer17-Aug-05 1:15
mentorTrollslayer17-Aug-05 1:15 
GeneralRe: Build and compile Pin
Maximilien17-Aug-05 3:02
Maximilien17-Aug-05 3:02 
GeneralOnSize handler Pin
sayup16-Aug-05 21:35
sayup16-Aug-05 21:35 
GeneralRe: OnSize handler Pin
khan++16-Aug-05 21:45
khan++16-Aug-05 21:45 
OnSize is called at initialization.
You can prevent your OnSize handler code from executing the first time by using a bool variable that is set to false in the class constructor. And at the end of OnInitDialog(), you set it to true. And check if it is true in OnSize(), and if it is true, only then call MoveWindow() or whatever you want to do in OnSize().


this is this.
GeneralRe: OnSize handler Pin
Achim Klein16-Aug-05 22:30
Achim Klein16-Aug-05 22:30 
GeneralRe: OnSize handler Pin
Ravi Bhavnani17-Aug-05 2:32
professionalRavi Bhavnani17-Aug-05 2:32 
GeneralRe: OnSize handler Pin
Blake Miller17-Aug-05 4:19
Blake Miller17-Aug-05 4:19 
GeneralRe: OnSize handler Pin
Ravi Bhavnani17-Aug-05 4:22
professionalRavi Bhavnani17-Aug-05 4:22 
GeneralRe: OnSize handler Pin
Jose Lamas Rios17-Aug-05 7:33
Jose Lamas Rios17-Aug-05 7:33 
QuestionHow to create Plug-in for Win32 based IDE. Pin
Manish Paul16-Aug-05 21:12
Manish Paul16-Aug-05 21:12 
QuestionWhat's the difference? Pin
LiYS16-Aug-05 20:55
LiYS16-Aug-05 20:55 
AnswerRe: What's the difference? Pin
toxcct16-Aug-05 22:14
toxcct16-Aug-05 22:14 
GeneralRe: What's the difference? Pin
LiYS16-Aug-05 23:26
LiYS16-Aug-05 23:26 
GeneralRe: What's the difference? Pin
Bob Stanneveld16-Aug-05 23:56
Bob Stanneveld16-Aug-05 23:56 
GeneralRe: What's the difference? Pin
toxcct17-Aug-05 0:10
toxcct17-Aug-05 0:10 
GeneralRe: What's the difference? Pin
toxcct17-Aug-05 0:16
toxcct17-Aug-05 0:16 
AnswerRe: What's the difference? Pin
guypremont17-Aug-05 3:34
guypremont17-Aug-05 3:34 
AnswerRe: What's the difference? Pin
TheGreatAndPowerfulOz17-Aug-05 14:02
TheGreatAndPowerfulOz17-Aug-05 14:02 
GeneralTest Pin
Anonymous16-Aug-05 19:08
Anonymous16-Aug-05 19:08 
GeneralRe: Test Pin
Anonymous16-Aug-05 19:08
Anonymous16-Aug-05 19:08 
GeneralRe: Test Pin
ThatsAlok16-Aug-05 19:43
ThatsAlok16-Aug-05 19:43 

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.