there is an artical name "Give xp look to vb 6" in visual basic article
i had done the following about the ariticle
1. copy the code and make a VB6.exe.manifes t
in vb6.exe folder
2 make a project with name abc as project name and form1 as form
with only one label ,one text box and one combo box
3 make a exe of the project with name abc.exe
4 again copy the code in notepad and make a file abc.exe.manifes t
in the folder where my abc.exe exist
5 run the exe so my porject look like xp form
but when i run the exe it give me error
what is going wrong?
thanks
i had done the following about the ariticle
1. copy the code and make a VB6.exe.manifes t
in vb6.exe folder
2 make a project with name abc as project name and form1 as form
with only one label ,one text box and one combo box
3 make a exe of the project with name abc.exe
4 again copy the code in notepad and make a file abc.exe.manifes t
in the folder where my abc.exe exist
5 run the exe so my porject look like xp form
but when i run the exe it give me error
Code:
"system Error &H80070583 (-2147023485). Class does not exist"
what is going wrong?
thanks
Comment