home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!sybus.sybus.com!myrddin!tct!jeff
- From: jeff@tct.com (Jeff Witzer)
- Subject: Displaying BITMAPS upon INIT_DIALOG...
- Message-ID: <2A911B98.62E1@tct.com>
- Date: Tue, 18 Aug 1992 15:47:36 GMT
- Distribution: usa
- Organization: TC Telemanagement, Clearwater, FL
- Lines: 17
-
- Well, the subject line kinda says it all...
-
- I have created a dialog box which includes a graph, implemented as a bitmap,
- as one of its items. The user may change what type of graph is displayed
- (pie, bar, etc) and may close the dialog. When the dialog is later reopened,
- I want to display that graph in the form they last left it.
-
- I had hoped to just redisplay the bitmap (using BitBlt) in response to the
- INIT_DIALOG message to that dialog's window procedure, but to no avail. I
- know my bitmap display functions are working correctly because I can change
- graph types, but when I reopen the dialog box, the painted bitmaps don't show.
-
- Please respond via e-mail if possible...I could use some help rather quickly.
-
- Thank you,
-
- jeff
-