To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
VBForums  

VB Wire News
MSDN Subscribers: Download the VS 2010 Release Candidate
MSDN Subscribers: Download the VS 2010 Release Candidate
Sell Your Code and Make Money?
Creating your own Tetris game using VB.NET
Article :: Improving Software Economics, Part 4 of 7: Top 10 Principles of Iterative Software Management



Go Back   VBForums > Visual Basic > Visual Basic 6 and Earlier

Reply Post New Thread
 
Thread Tools Search this Thread Display Modes
Old Jun 19th, 2007, 11:55 PM   #1
cocoon_wls
Junior Member
 
Join Date: May 07
Posts: 17
cocoon_wls is an unknown quantity at this point (<10)
Resolved [RESOLVED] How to write Symbol degree celcius (°C)

hi all,

Does anyone know how to write this symbal (°C) in vb6? Any tips are welcome.

regards
cocoonwls

Last edited by Hack; Jun 20th, 2007 at 10:17 AM. Reason: Added RESOLVED to thread title and green resolved checkmark
cocoon_wls is offline   Reply With Quote
Old Jun 20th, 2007, 01:04 AM   #2
Logophobic
Fanatic Member
 
Join Date: Jun 06
Posts: 881
Logophobic is a jewel in the rough (200+)Logophobic is a jewel in the rough (200+)Logophobic is a jewel in the rough (200+)
Re: How to write Symbol degree celcius (°C)

The degree sign (°) is Chr$(176). You don't need to use that function, though... you can enter it directly just as you did in your post.
Logophobic is offline   Reply With Quote
Old Jun 20th, 2007, 01:06 AM   #3
tiguy
Lively Member
 
Join Date: Jan 01
Location: Ca
Posts: 121
tiguy is an unknown quantity at this point (<10)
Re: How to write Symbol degree celcius (°C)

lblAA.Caption = Format$(AA, "##.####") & Chr(176)
tiguy is offline   Reply With Quote
Old Jun 20th, 2007, 01:21 AM   #4
penagate
Super Moderator
 
Join Date: Jan 05
Location: Sunny Adelaide
Posts: 12,532
penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)penagate has much to be proud of (1500+)
Re: How to write Symbol degree celcius (°C)

Or just:

"°C"
penagate is offline   Reply With Quote
Old Jun 20th, 2007, 01:59 AM   #5
cocoon_wls
Junior Member
 
Join Date: May 07
Posts: 17
cocoon_wls is an unknown quantity at this point (<10)
Re: How to write Symbol degree celcius (°C)

Hi all,

Thanks,its work for me

best regards
cocoonwls
cocoon_wls is offline   Reply With Quote
Reply

Go Back   VBForums > Visual Basic > Visual Basic 6 and Earlier


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:17 PM.




To view more projects, click here

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.