473,505 Members | 13,805 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Convertion from vc6 to vc7

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

Nov 17 '05 #1
6 3486
i think you have to implement a message box like this yourself
or have a look at http://www.codeproject.com/dialog/xmessagebox.asp
--
kind regards, muechel

while(!sleep())
++sheep;
Nov 17 '05 #2
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

"Michael Buechel" <Mu*****@gmx.at> wrote in message
news:e5**************@TK2MSFTNGP12.phx.gbl...
i think you have to implement a message box like this yourself
or have a look at http://www.codeproject.com/dialog/xmessagebox.asp
--
kind regards, muechel

while(!sleep())
++sheep;

Nov 17 '05 #3
sorry i'm failed to understand the "supress" in your posting
--
kind regards, muechel

while(!sleep())
++sheep;
Nov 17 '05 #4
YOu probably need to convert the .dsw to an .sln, but also the .dsp to a
..vcproj
"Baskar RajaSekharan" <rb*@srasys.co.in> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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

Nov 17 '05 #5
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

"Bonj" <a@b.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
YOu probably need to convert the .dsw to an .sln, but also the .dsp to a
.vcproj
"Baskar RajaSekharan" <rb*@srasys.co.in> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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


Nov 17 '05 #6
Not sure of MessageBox, but you can suppress the AfxMessageBox by override
your DoMessageBox at your WinApp.

Hope this helps.
"Baskar RajaSekharan" <rb*@srasys.co.in> wrote in message
news:e#**************@TK2MSFTNGP12.phx.gbl...
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

"Bonj" <a@b.com> wrote in message
news:O1**************@TK2MSFTNGP11.phx.gbl...
YOu probably need to convert the .dsw to an .sln, but also the .dsp to a
.vcproj
"Baskar RajaSekharan" <rb*@srasys.co.in> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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



Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2165
by: Petr Studenovsky | last post by:
Hello I made small GUI test program in Visual Basic NET for SQL communication. I need some help with these problems. problem 1) If I change some settings in datagrid from properties window...
0
1388
by: Konstantin Kivi | last post by:
I have problems getting character set convertion to work in 4.1.4 gamma under linux. Can sombody point me to the online recource other than standard MySQL doc so that I get more information.
6
2222
by: Chiller | last post by:
I'm in the process of writing a class that performs functions on a Distance object. The object is created by entering details as "Distance a (5, km)" or "Distance b (3, cm)" etc. I wish to write...
1
1615
by: Vidar | last post by:
I have a problem in dotNET XSL convertion object. (XMLTRANSFORM) It won't convert UTF-8 to ISO-8859-1 I use this stylesheet for konvertion: <?xml version="1.0" encoding="ISO-8859-1"?> <!--...
0
324
by: McKoy | last post by:
Hi, I'm translating some code from C++ to C#, but I don't know how to change the code below to get it working under C# ...., I've tried explicity convertion, but without any results :( Please...
4
2090
by: juli | last post by:
Good afternoon! I have an error while trying to convert to DateTime ,here is the code and the error: ArrayList al = new ArrayList(); temp_str=Line.Split(' '); al.Add(temp_str); //...
8
3170
by: juli | last post by:
I am trying to convert an object of a class which is derived from collectionbase class.It's not working: while ((line = file.ReadLine()) != null && line.IndexOf(" ")!=-1) { al.Add(line); }...
0
1412
by: isore | last post by:
Convertion php to asp.net : PB lecture fichier .ini URGENT URGENT URGENT URGENT URGENT URGENT J'ai un code en php (http://parisports.free.fr) mais le client veut le même en asp.net J'ai...
4
2239
by: kaikai | last post by:
Hi, I've got a problem while trying to make my source code clean. In a template: template<typename T> class A { public: T data; };
24
8993
by: ChaosKCW | last post by:
Hi I am reading from an oracle database using cx_Oracle. I am writing to a SQLite database using apsw. The oracle database is returning utf-8 characters for euopean item names, ie special...
0
7213
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7366
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5610
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4698
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.