Page 1 of 1

Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Thu Sep 15, 2011 6:46 pm
by Danny
heey people!

I was bored so I created this(it is very very very basic!):
screens1.png
Source:
Code: Select all
Imports System.Drawing.Text

Public Class Form1

    
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim fonts As New InstalledFontCollection

        For Each one As FontFamily In fonts.Families
            ListBox1.Items.Add(one.Name)
        Next
        Label2.Text = "Amount fonts: " & ListBox1.Items.Count & " fonts are installed."
    End Sub
End Class
Application:
Nomesoft® Installed Fonts Viewer.rar
Love on!

Re: Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Fri Sep 16, 2011 10:36 am
by Dummy1912
loove; thanks

keep it going :lol:

Re: Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Fri Sep 16, 2011 10:16 pm
by comathi
Awesome, this is very useful for people making text editors and such :D

Keep it up :D

-Comathi-

Re: Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Sat Sep 17, 2011 2:47 pm
by Danny
comathi wrote:
Awesome, this is very useful for people making text editors and such :D

Keep it up :D

-Comathi-
Thanks!

Re: Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Sat Sep 17, 2011 5:42 pm
by CleverBoy
Good, but its old, if you found my oldest notepad you will find this xD

Thanks anyway

Re: Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Sat Sep 17, 2011 5:56 pm
by Axel
CleverBoy wrote:
Good, but its old, if you found my oldest notepad you will find this xD

Thanks anyway
What do you mean old ?

Re: Nomesoft® Installed Fonts Viewer + source code (basic)

Posted: Sat Sep 17, 2011 6:45 pm
by CleverBoy
old code. ( nothing special with this i mean ) lol