Moderators big_daddy Posted January 10, 2006 Moderators Share Posted January 10, 2006 I'm wanting to use these characters for a media player. Is there any way to use them as the caption for a button? ► ■ װ Link to comment Share on other sites More sharing options...
CyberSlug Posted January 10, 2006 Share Posted January 10, 2006 (edited) #include <GuiConstants.au3> GUICreate("Example") $label = GuiCtrlCreateButton("3456789:;<=", 10, 10, 200, 40) GuiCtrlSetFont($label, 12, 800, 0, "Webdings") GuiSetState() While GuiGetMsg() <> $GUI_EVENT_CLOSE WendBy the way, run charmap from the start menu and copy and paste the characters. Wingdings is another font to look at. Edited January 10, 2006 by CyberSlug Xandy 1 Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Link to comment Share on other sites More sharing options...
Moderators big_daddy Posted January 10, 2006 Author Moderators Share Posted January 10, 2006 (edited) By the way, run charmap from the start menu and copy and paste the characters. Wingdings is another font to look at.How do you think I posted them here?Works great, thanks. Edited January 10, 2006 by big_daddy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now