|
-
September 30th, 2009, 07:43 AM
#1
√ symbol as a CButton's caption
Hi,
How do i use the √(Square root) symbol as a CButton's caption.
I have tried pasting it, it shows up on the Dialog editor fine, but upon execution gets converted to 'v'.
-
September 30th, 2009, 07:51 AM
#2
Re: √ symbol as a CButton's caption
I use a CBitmapButton for special symbols. There may be an easier way to do it, but that's pretty easy and it works.
-
September 30th, 2009, 07:56 AM
#3
Re: √ symbol as a CButton's caption
If you're using VS2008 with the MFC9 feature pack, then CMFCButton is a nice alternative to CBitmapButton:
http://msdn.microsoft.com/en-us/library/bb983153.aspx
-
September 30th, 2009, 12:19 PM
#4
Re: √ symbol as a CButton's caption
Open the .RC file, and save it in Unicode format!
That's it!
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
|