473,396 Members | 1,849 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

confused by some vc++.net documentation

Hi,

i found this extract regarding vc++.net express edition from MS.

Quote:
Make certain that you edit the Text property and not the (Name)
property beneath the Design category, which also displays the value
Form1. The Name property is associated with code (and won't accept
spaces anyway).

The above text refers to changing the name of the form.

But i have had a look at the free express edition downloadable from
the MS website, and whilst it does show the form name text property to
be changed, there is NO name property under the design catagory.

Is this feature disabled or is the above text wrong ?

Jun 16 '06 #1
2 1034
Petded wrote:
But i have had a look at the free express edition downloadable from
the MS website, and whilst it does show the form name text property to
be changed, there is NO name property under the design catagory.


It has to be there for controls. It shows up as (Name), not Name. It's
the first under the Design category. The form itself doesn't show a
(Name) property. I guess that's because it's not instantiated yet. When
you drop a control on a form, it has a name, since it's an object.
However, when you design a form, it's just a class, not an instance yet,
and therefore it can not have a name. You could make multiple insances
of your form, each of which having a different name. It's not something
you set at design time. The Name property is not the name of the class,
but the name of the instantiated object. I hope this explains it.

Tom
Jun 16 '06 #2
On Fri, 16 Jun 2006 11:19:38 -0700, Tamas Demjen <td*****@yahoo.com>
wrote:
thanks
Petded wrote:
But i have had a look at the free express edition downloadable from
the MS website, and whilst it does show the form name text property to
be changed, there is NO name property under the design catagory.


It has to be there for controls. It shows up as (Name), not Name. It's
the first under the Design category. The form itself doesn't show a
(Name) property. I guess that's because it's not instantiated yet. When
you drop a control on a form, it has a name, since it's an object.
However, when you design a form, it's just a class, not an instance yet,
and therefore it can not have a name. You could make multiple insances
of your form, each of which having a different name. It's not something
you set at design time. The Name property is not the name of the class,
but the name of the instantiated object. I hope this explains it.

Tom


Jun 17 '06 #3

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

Similar topics

1
by: Mike Moum | last post by:
Greetings all, I have some questions about the bsddb package that comes with Python 2.3 that I can't find answers for. I've googled and read the documentation. 1. Does the Berkeley database...
2
by: Qiao Yun | last post by:
I used vc++.net (visual studio .net ) to open a project which can work well in vc++6.0. I succeeded in compiling the project in vc++.net in release mode . But when I tried to compile the project...
10
by: Adriano Coser | last post by:
Hello. I'm moving an application VC 2003 to VC 2005 Beta2. I need to set STA ApartmentState model so the drag & drop registration can work. I used to do...
1
by: Eric Del Sesto | last post by:
I tried the VC++2005 Express beta today and found so many errors in the documentation and sample files that I realized I needed to go back to the most recent released IDE, and purchased VC++ .NET...
33
by: Lalatendu Das | last post by:
Dear friends, I am getting a problem in the code while interacting with a nested Do-while loop It is skipping a scanf () function which it should not. I have written the whole code below. Please...
1
by: Stephan Keil | last post by:
Hi all, I am somewhat confused by the Object.GetHashCode() documentation. What I am looking for, is a hash code, which is bound to the _identity_ of an object, not to it's _value_ (see other...
7
by: Leszek L. | last post by:
Hello, I am new to this group; if my question is OT then please excuse me and tell me where to go. I am using MS Visual C++ with some of its graphics libraries. Now the compiler tells me that...
10
by: rup | last post by:
Hello, This is my first application on socket programming in vc++. I am facing problem that how to make connection to server, & make GET/POST request by HTTP. Please help me. Its urgent.......
2
by: Lee J | last post by:
Gang, I am self taught in C and fairly proficient for last 20 years. Don't program much, just little utilities for work. Been wanting to create windows forms and found MS VC++ Express. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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,...
0
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
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
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,...

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.