WinForm Application

  • Thread starter Thread starter Spacca
  • Start date Start date
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
 
* "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).
 
Back
Top