where is the first page?

  • Thread starter Thread starter franco
  • Start date Start date
F

franco

please I've a problem with visual c++.net.
I'm new in this environment and I can't understand how I
can tell to c++.net which is my first form to display and
ho attach to it new forms.
where is the "main"?
I hope someone could help me
 
It'd be best to start using the wizard and play with a few dialog bassed MFC
apps before you attempt to hand code everything frrom scratch.
 
I used the wizard and I did create a new project, but I
dont' know how my project can start with a my new form.
thank for your reply Nish.

regards to everyone
-----Original Message-----
It'd be best to start using the wizard and play with a few dialog bassed MFC
apps before you attempt to hand code everything frrom scratch.

--
Regards,
Nish [VC++ MVP]



franco said:
please I've a problem with visual c++.net.
I'm new in this environment and I can't understand how I
can tell to c++.net which is my first form to display and
ho attach to it new forms.
where is the "main"?
I hope someone could help me


.
 
Are you trying to create an MC++ based Windows Forms application? Or are you
trying to create an MFC based application? I ask you because you use the
word "form".

--
Regards,
Nish [VC++ MVP]



franco said:
I used the wizard and I did create a new project, but I
dont' know how my project can start with a my new form.
thank for your reply Nish.

regards to everyone
-----Original Message-----
It'd be best to start using the wizard and play with a few dialog bassed MFC
apps before you attempt to hand code everything frrom scratch.

--
Regards,
Nish [VC++ MVP]



franco said:
please I've a problem with visual c++.net.
I'm new in this environment and I can't understand how I
can tell to c++.net which is my first form to display and
ho attach to it new forms.
where is the "main"?
I hope someone could help me


.
 
Hi,
I want create and application with a graphic interface, I
red that the better way is using the MFC application, but
I cant' understant how can display my form when my
application start.

regards
-----Original Message-----
Are you trying to create an MC++ based Windows Forms application? Or are you
trying to create an MFC based application? I ask you because you use the
word "form".

--
Regards,
Nish [VC++ MVP]



franco said:
I used the wizard and I did create a new project, but I
dont' know how my project can start with a my new form.
thank for your reply Nish.

regards to everyone
-----Original Message-----
It'd be best to start using the wizard and play with a few dialog bassed MFC
apps before you attempt to hand code everything frrom scratch.

--
Regards,
Nish [VC++ MVP]



please I've a problem with visual c++.net.
I'm new in this environment and I can't understand how I
can tell to c++.net which is my first form to display and
ho attach to it new forms.
where is the "main"?
I hope someone could help me


.


.
 
Okay by form I assume you mean a dialog (since you seem too newbie-ish to be
meaning a CFormView derived view). Just create a new MFC project and choose
Dialog application from the wizard. VS.NET will generate enough code for you
so that on compiling and running, you'll have a fully functional dialog up
on screen :-) You can now add other controls to this dialog and add message
handlers and DDX member variables.

--
Regards,
Nish [VC++ MVP]



franco said:
Hi,
I want create and application with a graphic interface, I
red that the better way is using the MFC application, but
I cant' understant how can display my form when my
application start.

regards
-----Original Message-----
Are you trying to create an MC++ based Windows Forms application? Or are you
trying to create an MFC based application? I ask you because you use the
word "form".

--
Regards,
Nish [VC++ MVP]



franco said:
I used the wizard and I did create a new project, but I
dont' know how my project can start with a my new form.
thank for your reply Nish.

regards to everyone

-----Original Message-----
It'd be best to start using the wizard and play with a
few dialog bassed MFC
apps before you attempt to hand code everything frrom
scratch.

--
Regards,
Nish [VC++ MVP]



please I've a problem with visual c++.net.
I'm new in this environment and I can't understand how I
can tell to c++.net which is my first form to display
and
ho attach to it new forms.
where is the "main"?
I hope someone could help me


.


.
 
Back
Top