Re: Updating the screen
- From: "GT" <ContactGT@xxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 15:53:46 -0000
"Tom Serface" <tserface@xxxxxxx> wrote in message
news:eM2nNfI$GHA.1224@xxxxxxxxxxxxxxxxxxxxxxx
Is something like this what you're looking for?
http://www.codeproject.com/docking/bitmaptoolbar.asp
Tom
Thanks Tom, but that's not really what I have - I am trying to get a dialog
window to update the screen when resized. The dialog has no controls, but I
manually draw the content (a graph). I capture the OnPaint event and redraw
everything, but the screen never actually changes until I move another
window over the top and away again. Its like the window isn't being
refreshed. If I step into the code, the OnPaint event is firing and my code
is running and getting the correct new window sizes, but the screen doesn't
show the new OnPaint work!
.
- Follow-Ups:
- Re: Updating the screen
- From: GT
- Re: Updating the screen
- Prev by Date: Re: Extracting the called paramaters of a dialog box application
- Next by Date: Re: CHtmlCtrl and IE 7.0
- Previous by thread: Re: Extracting the called paramaters of a dialog box application
- Next by thread: Re: Updating the screen
- Index(es):
Relevant Pages
|