Click here to Skip to main content
15,887,812 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: scroll bar problem Pin
David Crow1-Jul-05 7:02
David Crow1-Jul-05 7:02 
GeneraltioOnSize Question Pin
jerry1211a1-Jul-05 6:01
jerry1211a1-Jul-05 6:01 
GeneralRe: tioOnSize Question Pin
toxcct1-Jul-05 6:06
toxcct1-Jul-05 6:06 
GeneralRe: tioOnSize Question Pin
ThatsAlok1-Jul-05 19:06
ThatsAlok1-Jul-05 19:06 
GeneralDirectShow filter issue Pin
Alexander M.,1-Jul-05 5:33
Alexander M.,1-Jul-05 5:33 
GeneralRe: DirectShow filter issue Pin
Alexander M.,1-Jul-05 10:52
Alexander M.,1-Jul-05 10:52 
GeneralStatusBar problem Pin
AnsGe1-Jul-05 4:22
AnsGe1-Jul-05 4:22 
GeneralRe: StatusBar problem Pin
Blake Miller1-Jul-05 7:20
Blake Miller1-Jul-05 7:20 
I think the status bar is flickering because it is a child of the dialog. If you invalidate the entire dialog, then the status bar comes along for the ride.

Some things I would try:

1. Invalidate only the specific client area of the dialog that does not include the status bar.

2. Adjust the client rect of your dialog to exclude the status bar.

3. Set the clip children style of the dialog, so it does not erase or repaint the area with the status bar or any other child controls.


Generalhex to decimal conversion Pin
llp00na1-Jul-05 0:38
llp00na1-Jul-05 0:38 
GeneralRe: hex to decimal conversion Pin
kakan1-Jul-05 0:41
professionalkakan1-Jul-05 0:41 
GeneralRe: hex to decimal conversion Pin
kakan1-Jul-05 0:53
professionalkakan1-Jul-05 0:53 
GeneralRe: hex to decimal conversion Pin
llp00na1-Jul-05 1:36
llp00na1-Jul-05 1:36 
GeneralRe: hex to decimal conversion Pin
kakan1-Jul-05 2:31
professionalkakan1-Jul-05 2:31 
GeneralRe: hex to decimal conversion Pin
Chris Losinger1-Jul-05 2:44
professionalChris Losinger1-Jul-05 2:44 
GeneralRe: hex to decimal conversion Pin
llp00na1-Jul-05 4:53
llp00na1-Jul-05 4:53 
GeneralRe: hex to decimal conversion Pin
Chris Losinger1-Jul-05 4:59
professionalChris Losinger1-Jul-05 4:59 
GeneralRe: hex to decimal conversion Pin
toxcct1-Jul-05 1:10
toxcct1-Jul-05 1:10 
GeneralRe: hex to decimal conversion Pin
llp00na1-Jul-05 1:39
llp00na1-Jul-05 1:39 
GeneralRe: hex to decimal conversion Pin
Alexander M.,1-Jul-05 2:03
Alexander M.,1-Jul-05 2:03 
GeneralRe: hex to decimal conversion Pin
llp00na1-Jul-05 2:13
llp00na1-Jul-05 2:13 
GeneralRe: hex to decimal conversion Pin
Cedric Moonen1-Jul-05 2:15
Cedric Moonen1-Jul-05 2:15 
GeneralRe: hex to decimal conversion Pin
Alexander M.,1-Jul-05 2:19
Alexander M.,1-Jul-05 2:19 
GeneralRe: hex to decimal conversion Pin
RChin1-Jul-05 3:47
RChin1-Jul-05 3:47 
GeneralRe: hex to decimal conversion Pin
GDavy1-Jul-05 2:20
GDavy1-Jul-05 2:20 
GeneralRe: hex to decimal conversion Pin
David Crow1-Jul-05 3:12
David Crow1-Jul-05 3:12 

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.