Could you please tell me how to display the special character for "cmd" ?
I mean the character which is displayed on the cmd key of the MacBook computer.
I would like to put it in the menu (SetMenuItemText()).
the special character "cmd"
Re: the special character "cmd"
That's a question I've asked myself. I googled it and came up with this...
http://forums.macrumors.com/showthread.php?t=189876 (wingdings and type z - works for me)
I also came across this tidbit but I haven't tried it.
http://ls.berkeley.edu/mail/magnet/2004/0473.html
⌘⌘⌘⌘ < copying it works too
( = alt+shift+k)
http://forums.macrumors.com/showthread.php?t=189876 (wingdings and type z - works for me)
I also came across this tidbit but I haven't tried it.
http://ls.berkeley.edu/mail/magnet/2004/0473.html
⌘⌘⌘⌘ < copying it works too

( = alt+shift+k)
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
Re: the special character "cmd"
You can obtain these characters with Chr(Val("$2318")) and Chr(Val("$F8FF"))
(do not forget to be in Unicode mode)
(do not forget to be in Unicode mode)
Niffo
Re: the special character "cmd"
Works great.
Thanks Niffo.
Thanks Niffo.