Convertion from vc6 to vc7

  • Thread starter Thread starter Baskar RajaSekharan
  • Start date Start date
B

Baskar RajaSekharan

Hi,
I am having one Tool, which will convert components from vc6 to
Vc7 through programaticllay. (ie converting from .dsw to .sln.)
While converting, the following MessageBox is comming ," The project Needs
to be Converted to the visual C++ 7.0project format? Do
you want to convert?
Yes, No, Yes To All. NoToAll.

I want to supress the above Message. I always said YestTo All. How to do
that? Please let me know how to supress the above one and sending the
default value as Yes To All.?
Regards,
R.Baskar
 
Hi ,

Thank you for the reply. I go through the article. But i won't solve my
problem. I am not going to modified my MessageBox in userfriendly mnner. I
want to supress the MessageBox given by the .Net while migarating from vc6
to vc7. When you open the VC6 project in vc7, imediately it will ask the
confirmation. I want to supress it. How to do that? Please let me know .
If you provide some sample it will help me lot.

Regards,
R.Baskar
 
Hi,

I convert both the .dsw and the .dsp. It's not a solution for my
problem. I want to supress the MessageBox . How to do that?

Regards,
R.Baskar
 
Not sure of MessageBox, but you can suppress the AfxMessageBox by override
your DoMessageBox at your WinApp.

Hope this helps.
 
Back
Top