Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Duplicate String Pin
CPallini12-Aug-10 0:46
mveCPallini12-Aug-10 0:46 
GeneralRe: Duplicate String Pin
Aescleal12-Aug-10 1:18
Aescleal12-Aug-10 1:18 
GeneralRe: Duplicate String Pin
CPallini12-Aug-10 1:36
mveCPallini12-Aug-10 1:36 
GeneralRe: Duplicate String Pin
Aescleal12-Aug-10 2:17
Aescleal12-Aug-10 2:17 
GeneralRe: Duplicate String Pin
Nuri Ismail12-Aug-10 0:44
Nuri Ismail12-Aug-10 0:44 
GeneralRe: Duplicate String Pin
Niklas L12-Aug-10 1:17
Niklas L12-Aug-10 1:17 
GeneralRe: Duplicate String Pin
Aescleal12-Aug-10 1:19
Aescleal12-Aug-10 1:19 
GeneralRe: Duplicate String Pin
Niklas L12-Aug-10 1:30
Niklas L12-Aug-10 1:30 
GeneralRe: Duplicate String Pin
CPallini12-Aug-10 1:38
mveCPallini12-Aug-10 1:38 
GeneralRe: Duplicate String Pin
Niklas L12-Aug-10 1:42
Niklas L12-Aug-10 1:42 
GeneralRe: Duplicate String Pin
CPallini12-Aug-10 1:59
mveCPallini12-Aug-10 1:59 
GeneralRe: Duplicate String Pin
Niklas L12-Aug-10 5:34
Niklas L12-Aug-10 5:34 
QuestionC++ Pin
tushar.shinde00711-Aug-10 21:29
tushar.shinde00711-Aug-10 21:29 
AnswerRe: C++ PinPopular
Rick York11-Aug-10 21:39
mveRick York11-Aug-10 21:39 
QuestionLNK2001 - Help needed Pin
Hari_1611-Aug-10 20:07
Hari_1611-Aug-10 20:07 
AnswerRe: LNK2001 - Help needed Pin
«_Superman_»11-Aug-10 20:09
professional«_Superman_»11-Aug-10 20:09 
GeneralRe: LNK2001 - Help needed Pin
Hari_1611-Aug-10 20:50
Hari_1611-Aug-10 20:50 
GeneralRe: LNK2001 - Help needed Pin
Hari_1611-Aug-10 21:22
Hari_1611-Aug-10 21:22 
AnswerRe: LNK2001 - Help needed Pin
Rick York11-Aug-10 21:40
mveRick York11-Aug-10 21:40 
GeneralRe: LNK2001 - Help needed Pin
Hari_1611-Aug-10 23:01
Hari_1611-Aug-10 23:01 
Questionhow to avoid window swing when it zoom out from center point Pin
onlywjh11-Aug-10 16:31
onlywjh11-Aug-10 16:31 
AnswerRe: how to avoid window swing when it zoom out from center point Pin
«_Superman_»11-Aug-10 18:59
professional«_Superman_»11-Aug-10 18:59 
GeneralRe: how to avoid window swing when it zoom out from center point Pin
onlywjh13-Aug-10 0:36
onlywjh13-Aug-10 0:36 
GeneralRe: how to avoid window swing when it zoom out from center point Pin
onlywjh13-Aug-10 0:38
onlywjh13-Aug-10 0:38 
AnswerRe: how to avoid window swing when it zoom out from center point Pin
Rozis13-Aug-10 11:09
Rozis13-Aug-10 11:09 
I guess it is because reposition and size lead both to a repaint of the window. You could use validaterect() or validatewindowrgn() (these are GDI-functions, look for GDI+ equivalents) after reposition so windows believes there's no need to repaint. Then repainting only occurs after size showing the reposition also.

Hope this will work...

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.