I am using Windows XP style buttons for my applciation, which requires a manifest file. Using a VB6.EXE.manifest file in my VB folder makes running the application from the code give my application an XP style look.

However, when I compile and try to run my application from an executable, I get a "run-time Error 7 Out of memory." Do you know what changes I would have to make to the manifest file to get this to work? My executable has a depency on a dll, though I'm not sure this should make any difference at all. My application runs fine from the executable (though without XP style buttons) without the manifest file in the application folder.

Thanks for your help!
Eliott