Arnold,
No problem. FYI... I also concur with the others in their sugesstions as well, your variable declarations do need a little tweaking to eliminate memory leaks, etc. Here is the documentation which I received from MS concerning the buggy ListView control and it's fix: Text in the Manifest file: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Project1" type="win32" /> <description>Manifest for Project1.exe</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" /> </dependentAssembly> </dependency> </assembly> *** Note change Projext1.exe and Project1 to the name of your Project executable, Project name. Exerpt form the MS Assistant: Hi Seth, Thank you for your email. I have just heard from our development team that this problem is not an easy one to fix, and they estimate that it might be another 4 weeks or more before we have a private to test. They are now working on it every day. Now we can walk around the issue by using a manifest file, and it can avoid the crash after we have compiled the file into exe file. However, you may still encounter the crash in IDE. For the manifest to work, the name inside the <assemblyIdentity /> tags must be the application name, and the filename of the manifest must be the actual name of the executable image. If you have any concerns, please let me know. Thanks, Jian-Wei Yu Microsoft Developer Support [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Satisfied customers are my top priority. Please let my manager or me know what you think of the level of service provided. You can send feedback to Microsoft Management mailto:[EMAIL PROTECTED]&body=Wen%20Yu or directly to my manager, Wen Yu at [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> . ===== Seth Alexander Phoenix 'Xypher' Systems http://wave.prohosting.com/dnphoeni/ [EMAIL PROTECTED] __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
