Click here to Skip to main content
16,011,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChanging Windows colors not handled in ownerdraw buttons Pin
18-Jun-02 2:34
suss18-Jun-02 2:34 
GeneralRe: Changing Windows colors not handled in ownerdraw buttons Pin
James R. Twine18-Jun-02 3:10
James R. Twine18-Jun-02 3:10 
GeneralRe: Changing Windows colors not handled in ownerdraw buttons Pin
18-Jun-02 6:08
suss18-Jun-02 6:08 
GeneralCMDIFrameWnd in CMDIChildWnd view Pin
thkoch18-Jun-02 2:27
thkoch18-Jun-02 2:27 
Generalflexgrid woes Pin
yeeeooowww18-Jun-02 2:23
yeeeooowww18-Jun-02 2:23 
GeneralRe: flexgrid woes Pin
Michael P Butler19-Jun-02 1:15
Michael P Butler19-Jun-02 1:15 
GeneralOn dialog box move.... Pin
newneo18-Jun-02 2:02
newneo18-Jun-02 2:02 
GeneralRe: On dialog box move.... Pin
perlmunger19-Jun-02 9:59
perlmunger19-Jun-02 9:59 
Your English is a little broken so it's a bit difficult to understand your problem. If it's a drawing problem that you're having, take a look a the OnDraw method. If you want to make your window update the drawing region after a dialog (or any other window for that matter) obstructs it, OnDraw is where you should place the drawing code. If you are doing some drawing outside of the OnDraw method, that is OK, you just have to ensure that OnDraw knows the last state of the drawing area.

I'm not sure I'm on the right track here, so let me know if this sounds helpful. The "symbols" you speak of may be disappearing because you're not re-drawing them. Not sure what's going on exactly, though. Can you clarify?

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralHandling dynamically added toolbar button events... Pin
Mohit Khanna18-Jun-02 1:49
Mohit Khanna18-Jun-02 1:49 
GeneralRe: Handling dynamically added toolbar button events... Pin
dazinith18-Jun-02 4:02
dazinith18-Jun-02 4:02 
GeneralRe: Handling dynamically added toolbar button events... Pin
Mohit Khanna18-Jun-02 4:09
Mohit Khanna18-Jun-02 4:09 
QuestionHow to set IP address on Windows NT/2000? Pin
18-Jun-02 1:17
suss18-Jun-02 1:17 
GeneralImage Display Pin
sikanderrafiq18-Jun-02 0:56
sikanderrafiq18-Jun-02 0:56 
GeneralRe: Image Display Pin
Christian Graus18-Jun-02 1:14
protectorChristian Graus18-Jun-02 1:14 
GeneralRe: Image Display Pin
Tommy Svensson24-Jun-02 6:24
Tommy Svensson24-Jun-02 6:24 
GeneralRe: Image Display Pin
Chris Losinger18-Jun-02 1:46
professionalChris Losinger18-Jun-02 1:46 
GeneralRe: Image Display Pin
Christian Graus18-Jun-02 1:59
protectorChristian Graus18-Jun-02 1:59 
GeneralRe: Image Display Pin
Chris Losinger18-Jun-02 2:12
professionalChris Losinger18-Jun-02 2:12 
GeneralRe: Image Display Pin
James R. Twine18-Jun-02 3:12
James R. Twine18-Jun-02 3:12 
GeneralRe: Image Display Pin
Chris Losinger18-Jun-02 3:14
professionalChris Losinger18-Jun-02 3:14 
GeneralRe: Image Display Pin
sikanderrafiq18-Jun-02 19:37
sikanderrafiq18-Jun-02 19:37 
GeneralCan't delete registry key Pin
Hans Ruck17-Jun-02 23:41
Hans Ruck17-Jun-02 23:41 
GeneralRe: Can't delete registry key Pin
Stefan Pedersen17-Jun-02 23:59
Stefan Pedersen17-Jun-02 23:59 
GeneralRe: Can't delete registry key Pin
Hans Ruck18-Jun-02 0:01
Hans Ruck18-Jun-02 0:01 
GeneralRe: Can't delete registry key Pin
Navin18-Jun-02 2:21
Navin18-Jun-02 2:21 

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.