Jump to content

Recommended Posts

Posted (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
Wend

By the way, run charmap from the start menu and copy and paste the characters. Wingdings is another font to look at.

Edited by CyberSlug
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
  • Moderators
Posted (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 by big_daddy

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...