WinForm Application

S

Spacca

I've developed my WinForm application (VS 2003,C#) under WinXP and using
devenv.exe.manifest file to see the XP Style at design time,
My application works fine under Windows XP, but when i run it on Windows
2000 i doesnt work...
The problem is on imagelist, and i saw that the problem is on the manifest
file of devenv.exe and i know how to solve it for
a new application...but what i can do in my application that is very big and
almost at the end ?

thank you
 
H

Herfried K. Wagner [MVP]

* "Spacca said:
I've developed my WinForm application (VS 2003,C#) under WinXP and using
devenv.exe.manifest file to see the XP Style at design time,
My application works fine under Windows XP, but when i run it on Windows
2000 i doesnt work...
The problem is on imagelist, and i saw that the problem is on the manifest
file of devenv.exe and i know how to solve it for
a new application...but what i can do in my application that is very big and
almost at the end ?

AFAIK you must recreate the files for the forms (resX files).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top