473,785 Members | 2,396 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

where is the first page?

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
Nov 16 '05 #1
5 1156
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" <fr************ *@megasys.it> wrote in message
news:05******** *************** *****@phx.gbl.. .
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

Nov 16 '05 #2
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 MFCapps before you attempt to hand code everything frrom scratch.
--
Regards,
Nish [VC++ MVP]

"franco" <fr************ *@megasys.it> wrote in message
news:05******* *************** ******@phx.gbl. ..
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

.

Nov 16 '05 #3
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" <fr************ *@megasys.it> wrote in message
news:1a******** *************** *****@phx.gbl.. .
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" <fr************ *@megasys.it> wrote in message
news:05******* *************** ******@phx.gbl. ..
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

.

Nov 16 '05 #4
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 youtrying to create an MFC based application? I ask you because you use theword "form".

--
Regards,
Nish [VC++ MVP]

"franco" <fr************ *@megasys.it> wrote in message
news:1a******* *************** ******@phx.gbl. ..
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" <fr************ *@megasys.it> wrote in message
>news:05******* *************** ******@phx.gbl. ..
>> 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
>
>
>.
>

.

Nov 16 '05 #5
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" <fr************ *@megasys.it> wrote in message
news:15******** *************** *****@phx.gbl.. .
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" <fr************ *@megasys.it> wrote in message
news:1a******* *************** ******@phx.gbl. ..
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" <fr************ *@megasys.it> wrote in message
>news:05******* *************** ******@phx.gbl. ..
>> 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
>
>
>.
>

.

Nov 16 '05 #6

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

Similar topics

1
11721
by: Michael | last post by:
I have a table that has the following fields: tblECHECK ID (autonumber identity column) PTID Batchnum Page DataPoint DPValue
5
4076
by: Rachel Weeden | last post by:
I'm working on an ASP Web application, and am having syntax issues in a WHERE statement I'm trying to write that uses the CInt Function on a field. Basically, I want to select records using criteria of Race, Gender and Crime Code. But the Crime Code field in the table is text, and I cannot change it. I want to use a range of crime codes, so need to convert it to an integer on-the-fly. Here's what I have in my code so far:
36
4112
by: Jack Hughes | last post by:
This argument has come up two or three times lately. We have a web standards document at our company that say "Use valid HTML 4; We don't recommend switching to DIV-based CSS-P for layout just yet though, tables are a lot easier." That's because we have a lot of developers who aren't ready to move to CSS-P and DIVs just yet. But I'm being told our policies were contradictory. If we're going to
2
1287
by: dgk | last post by:
Basic image control question. How do I set the imageurl property? I tried relative and I just get the red X, I tried absolute and that returns a redX (works fine locally, just not over the web). The actual address (say http://www.mysite.org/theimage.jpg) should point to an image in the virtual IIS directory, in this case D:/inetpub/wwwroot/mysite. www.mysite.org is actually a dyamic IP address that is mapped via www.gotdns.org but I don't...
7
2886
by: Alan Silver | last post by:
Hello, I am just looking at VWD and seeing what needs doing to take an existing site I've written by hand and importing it into VWD. I've already discovered that I need to rename my code-behind files to match the .aspx file name so VWD will tie the two together, and I'm now wondering what to do about the location of the code-behind files. Is there any set convention for where the code-behind files live? I have been putting them in the...
6
1465
by: Peter | last post by:
When user Clicks on the Close button on the main form I would like to go back where the user came from. If my form is the first page since IE was opened I would like to go to the specific website. Is that possible? Thanks Peter
9
3919
by: Edge | last post by:
hi, I am saving the user selected culture in a session variable so I can apply it back to all pages when refreshed and then load the proper .resx values. For that I am using global.asax
1
2296
by: rbrowning1958 | last post by:
Hello, I wonder whether someone can explain to me how data is fetched from a database server when using ASP.NET 2.0's gridview with paging enabled? My SQL DataSource has a simple "select * from customers" - no where clause. Using SQL Server's Profiler I can see this same statement is executed each time I move between pages. Am I right that the ASP engine on the server is just returning the records required for that particular page in...
8
1585
by: jmDesktop | last post by:
I have been to the main python site, but am still confused. I have been using .net, so it may be obvious how to do this to everyone else. I am aware there are various frameworks (Django, Pylons, etc.), but I would like to know how to create web pages without these. If I have mod_python or fastcgi on apache, where do I start? I don't have clue where to begin to create a web page from scratch in python. I am sure I will want to access...
7
10209
by: cmrchs | last post by:
Hi, In Windows Vista: where does asp.net write its cookies? I use HttpCookie objCookie = new HttpCookie("nameCookie"); in Win2000 (and later) they used to be in C:\Documents and Settings\Administrator\Cookies but not anymore
0
9645
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9481
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10341
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9954
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6741
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5383
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2881
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.