Convertion from vc6 to vc7

  • Thread starter Baskar RajaSekharan
  • 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
 
B

Baskar RajaSekharan

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
 
B

Baskar RajaSekharan

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
 
A

anthony

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

Hope this helps.
 

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