|
-
Jun 19th, 2007, 10:55 PM
#1
Thread Starter
Junior Member
[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 09:17 AM.
Reason: Added RESOLVED to thread title and green resolved checkmark
-
Jun 20th, 2007, 12:04 AM
#2
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.
-
Jun 20th, 2007, 12:06 AM
#3
Lively Member
Re: How to write Symbol degree celcius (°C)
lblAA.Caption = Format$(AA, "##.####") & Chr(176)
-
Jun 20th, 2007, 12:21 AM
#4
Re: How to write Symbol degree celcius (°C)
-
Jun 20th, 2007, 12:59 AM
#5
Thread Starter
Junior Member
Re: How to write Symbol degree celcius (°C)
Hi all,
Thanks,its work for me
best regards
cocoonwls
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|