Quantcast
Viewing all articles
Browse latest Browse all 1476

Windows Logo Glyph

Not sure why you'd ever need it, but I stumbled across this:

Image may be NSFW.
Clik here to view.
Name:  sshot.png
Views: 43
Size:  571 Bytes

Code:

Option Explicit

Private Sub Form_Load()
    With Label1
        .BackColor = vbHighlightText
        .ForeColor = vbHighlight
        .Caption = "W"
        With .Font
            .Name = "Marlett"
            .Size = 20
        End With
    End With
End Sub

That gets you a character "icon" of the Windows Logo. I would expect the appearance to vary somewhat on different Windows versions, and I'm not sure when this glyph was added to Marlett.
Attached Images
Image may be NSFW.
Clik here to view.
 

Viewing all articles
Browse latest Browse all 1476

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>