Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MrDwight

    Intercepting WM_PAINT message in a Dialog Box.

    I'm having difficulty intercepting the WM_PAINT message in a dialog box. Can anyone give me a few hints or tips? Thanks!
  2. MrDwight

    persistent graphics

    Good advice, thanks for the update!
  3. MrDwight

    persistent graphics

    Sounds like you are having a similar problem to what I'm trying to solve. (See my post "Dialog Box: Bitmap gets erased when a screen is dragged over.") I have my own application, but the problem exists for my dialog box, too. LiquidBinary, thanks for the tip on the WM_PAINT message...
  4. MrDwight

    Dialog Box: Bitmap gets erased when a screen is dragged over.

    OK, it's kinda lengthy, but here it is. This version actually has three bitmaps instead of the two I stated earlier, but it exhibits the same problem. bool CMedicalDlg::DrawImages() { // *** DIRECTDRAW PRIMARY SURFACE CREATION *** // Prepare specifics of the surface to be created using ddsd...
  5. MrDwight

    Dialog Box: Bitmap gets erased when a screen is dragged over.

    I have a dialog box that contains two bitmaps built into the dialog box user interface. While my application runs, it displays new images over the original ones. Unfortunately, when I drag a another window over the images, the original bitmaps reappear instead of the current ones. I am...
  6. MrDwight

    Dialog boxes and scrolling

    Just as another way to go about things, you may want to consider grouping your edit boxes into similar categories, then placing them in your own submenu (or sub-dialog box). This is more of a user interface management approach rather than a real answer to your question. Considering you have...

Part and Inventory Search

Back
Top