dialog based app in taskbar 
Author Message
 dialog based app in taskbar

I can succesfully minimize and receive messages from the menu that pops
up when my dialog based app is in the toolbar.  The commands about and
exit work great, and i receive the message to reopen the dialog.  After
receiving the message I receive a GPF (in release mode only), and it
appears to happen in the onpaint of the dialog.  Any suggestions?



Thu, 14 Sep 2000 03:00:00 GMT  
 dialog based app in taskbar

First suggestion is to turn off compiler optimizations.  Its possible
something the compiler is doing is causing a problem.  If this is the
problem, then you need to narrow the cause by enabling the optimizations one
at a time until the error occurs.

--
Its a big enough umbrella,
  But its always me that ends up getting wet....

 ---------------------------------------------------------------------------
---
| Author for Pinnacle Publishing "Visual C++ Developer"
http://www.pinpub.com/ |
| http://lucifer.lotus.com/jim/main.htm
|
 ---------------------------------------------------------------------------
---



Fri, 15 Sep 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Showing taskbar visible dialog from dialog based app

2. Updating the Taskbar from a dialog based app

3. A way to remove a Dialog based app from the taskbar works, with a hitch

4. Prevent taskbar entry for dialog-based app?

5. Resizing a dialog based app based on its view's size

6. How to hide dialog based applinction on taskbar

7. Modeless dialog in a dialog-based app

8. dialog within dialog based apps

9. 2nd Dialog never appears in Dialog based app

10. Dialog-based app and modal dialog

11. HOWTO: hide dialog when a dialog-based app starts

12. dialog based app making modeless dialogs

 

 
Powered by phpBB® Forum Software