Results 1 to 4 of 4
  1. #1
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy

    T]U]T]O]R]I]A]L - Get installed fonts + preview

    Welcome!

    You will need:
    1 Label
    1Combobox

    Skillz: Basicīs!

    1th
    add
    Code:
    1 Label
    1Combobox
    Add this code to the top:
    Code:
    Imports System.Drawing.Text
    and this code to the load:
    Code:
     Dim fonts As New InstalledFontCollection
            For Each X As FontFamily In fonts.Families
                ListBox1.Items.Add(X.Name)
            Next
    and double klick on listbox1 and add this code:
    Code:
    Try
                Label1.Font = New System.Drawing.Font(ListBox1.SelectedItem.ToString, 25, FontStyle.Regular)
            Catch ex As Exception
    
            End Try
    2th Thanks me! :o
    -Rest in peace leechers-

    Your PM box is 100% full.

  2. #2
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Will this ONLY be for the program, or will it install it on your computer? If it doesn't install on your computer, do you know how to add fonts to Computer?

  3. #3
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    I think this might add the font to the pc?

  4. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    This will show your installed fonts in the list box >.>
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. Get Avatars and Sigs!
    By Dave84311 in forum General
    Replies: 25
    Last Post: 05-17-2006, 08:44 PM
  2. Plz I Want Maple Global Hacks And Where Do I Get Game Engine 2 Make The Hacks Work???
    By mattinthehat in forum MapleStory Hacks, Cheats & Trainers
    Replies: 3
    Last Post: 01-15-2006, 06:12 PM
  3. Free Infantry Gets Owned By MPGH
    By Super-Man in forum General Game Hacking
    Replies: 34
    Last Post: 01-03-2006, 05:29 PM
  4. How to get Perl
    By shercipher in forum Programming
    Replies: 2
    Last Post: 01-02-2006, 11:28 PM

Tags for this Thread