473,385 Members | 1,409 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,385 software developers and data experts.

Copyright © 2006

How do I set the text property of label on a form as above ?
Oct 18 '06 #1
7 4657
"Alan T" <al*************@yahoo.com.auwrote in message
news:OT**************@TK2MSFTNGP04.phx.gbl...
How do I set the text property of label on a form as above ?
Copy/Paste

>

Oct 18 '06 #2
How do I set the text property of label on a form as above ?Copy/Paste
You could do it by code using the unicode copyright code.

string label = "\u00a9 Copyright 2006";

You can find more information at:

http://www.unicode.org/charts/

Oct 18 '06 #3
Or simple put the copyrightsign into the string literal.

string label = "Copyright © 2006";

"Marc Vangrieken" <ma*************@gmail.comschrieb im Newsbeitrag
news:11**********************@m73g2000cwd.googlegr oups.com...
>
How do I set the text property of label on a form as above ?Copy/Paste

You could do it by code using the unicode copyright code.

string label = "\u00a9 Copyright 2006";

You can find more information at:

http://www.unicode.org/charts/

Oct 18 '06 #4
Hi Alan,

In the VS.NET properties window (with the Label selected in the designer), find the Text property and enter the following:

Copyright

Then enter the following key combinations:

ALT+(0 1 6 9)

Then, enter the remainder of the string:

2006

(While ALT is held down press, 0, 1, 6, then 9, subsequently, and then release ALT.)

© :)

If you're curious about other key combinations then Start-->Run-->charmap and you'll see the key combination listed on the bottom of
the screen for the selected character, but only if there is a valid key combination available.

--
Dave Sexton

"Alan T" <al*************@yahoo.com.auwrote in message news:OT**************@TK2MSFTNGP04.phx.gbl...
How do I set the text property of label on a form as above ?

Oct 18 '06 #5
Christof Nordiek <cn@nospam.dewrote:
Or simple put the copyrightsign into the string literal.

string label = "Copyright © 2006";
That means you need to be careful:

a) when transferring the source (including within source control
systems)

b) when posting it on newsgroups

c) when compiling

If you stick to ASCII you're far less likely to run into issues.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Oct 18 '06 #6
Hi,

I don't know why I cannot produce this special character, this was what I
did:
Put a label on a form,
select the label
select the text property
hold ALT and then type in 0169, release ALT.
There was nothing.

"Dave Sexton" <dave@jwa[remove.this]online.comwrote in message
news:%2******************@TK2MSFTNGP04.phx.gbl...
Hi Alan,

In the VS.NET properties window (with the Label selected in the designer),
find the Text property and enter the following:

Copyright

Then enter the following key combinations:

ALT+(0 1 6 9)

Then, enter the remainder of the string:

2006

(While ALT is held down press, 0, 1, 6, then 9, subsequently, and then
release ALT.)

© :)

If you're curious about other key combinations then Start-->Run-->charmap
and you'll see the key combination listed on the bottom of the screen for
the selected character, but only if there is a valid key combination
available.

--
Dave Sexton

"Alan T" <al*************@yahoo.com.auwrote in message
news:OT**************@TK2MSFTNGP04.phx.gbl...
>How do I set the text property of label on a form as above ?


Oct 19 '06 #7
Hi Alan,

I failed to mention that the numbers have to be entered on the number pad with NumLock on.

HTH

--
Dave Sexton

"Alan T" <al*************@yahoo.com.auwrote in message news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi,

I don't know why I cannot produce this special character, this was what I did:
Put a label on a form,
select the label
select the text property
hold ALT and then type in 0169, release ALT.
There was nothing.

"Dave Sexton" <dave@jwa[remove.this]online.comwrote in message news:%2******************@TK2MSFTNGP04.phx.gbl...
>Hi Alan,

In the VS.NET properties window (with the Label selected in the designer), find the Text property and enter the following:

Copyright

Then enter the following key combinations:

ALT+(0 1 6 9)

Then, enter the remainder of the string:

2006

(While ALT is held down press, 0, 1, 6, then 9, subsequently, and then release ALT.)

© :)

If you're curious about other key combinations then Start-->Run-->charmap and you'll see the key combination listed on the bottom
of the screen for the selected character, but only if there is a valid key combination available.

--
Dave Sexton

"Alan T" <al*************@yahoo.com.auwrote in message news:OT**************@TK2MSFTNGP04.phx.gbl...
>>How do I set the text property of label on a form as above ?



Oct 19 '06 #8

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

Similar topics

4
by: clintonG | last post by:
I'm having a difficult time determining how to proceed with protecting an eXtensible Markup Language (XML) I am developing for use with an application written in C#. I'll probably be using...
4
by: Jacob | last post by:
I am writing commersial code for clients. It sometime seems like common practice to add a copyright header to each source file (.cpp and .h). The header might look something like this: /* *...
159
by: petantik | last post by:
Are there any commercial, or otherwise obfuscators for python source code or byte code and what are their relative advantages or disadvantages. I wonder because there are some byte code protection...
1
by: Martin | last post by:
Dear Group Sory for posting this here. Hope it's not too off-topic but thought that someone minght know about. Can you give tips about intellectual property / copyright registration for...
9
by: moWhite | last post by:
How can I add a copyright symbol to a web.config file? I cannot use the © or char(169) statements, I need to pass the string onto another application. The following works on Window XP...
1
by: johnzenger | last post by:
I was scanning the 9/13/2006 issue of the "Electronic Commerce & Law Report," which is a newsletter for lawyers published by BNA. They have an article headlined "Game Developers Making Tomorrow's...
0
by: Douglas Alan | last post by:
Hi. I extracted getpath.c out of Python and modified it to make a generally useful facility for C and C++ programming. These comments are at the top of my .c file, and I would like to know if...
10
by: =?Utf-8?B?SmFtZXMgV29uZw==?= | last post by:
Hi everybody, I'm trying to use the new VB 2008 right now and I want to know how to preset the company name and copyright informtion in Assembly Information. In my current VB 2005, company name...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.