home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Avoiding_X20945512202007.psc / readme.txt < prev   
Text File  |  2007-12-21  |  609b  |  7 lines

  1. Avoiding XP Theme Crash
  2.  
  3. Study of why vb6 applications with xp theme enabled sometimes crashes when closed. I have included an example of an application that crashed and two examples to show how to prevent it from crashing. Conclusions: It seems to be related to XP Theme not being closed correctly when a internal vb6 UserControl is on the form.
  4. A simple way to fix it is to ensure it gets cleaned up either by placing an imagelist or a commond dlg control on the form.
  5. Unzip the download and compile each of the 3 examples and study the source. I have tried to keep it as simple as possible.
  6.  
  7. /Dracull