Nomesoft® Installed Fonts Viewer + source code (basic)
If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
7 posts
Page 1 of 1
heey people!
I was bored so I created this(it is very very very basic!): Source:
I was bored so I created this(it is very very very basic!): Source:
Code: Select all
Application:
Love on!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
You do not have the required permissions to view the files attached to this post.
loove; thanks
keep it going :lol:
keep it going :lol:
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
Awesome, this is very useful for people making text editors and such 
Keep it up
-Comathi-

Keep it up

-Comathi-
comathi wrote:Awesome, this is very useful for people making text editors and suchThanks!
Keep it up
-Comathi-
Good, but its old, if you found my oldest notepad you will find this xD
Thanks anyway
Thanks anyway
Code'N'Stuff
OneTeam..OneDream
Join ABSplash Team & Earn $$
ABSplash Site - Workpad - (VB) Custom Buttons 2 ways
OneTeam..OneDream
Join ABSplash Team & Earn $$
ABSplash Site - Workpad - (VB) Custom Buttons 2 ways
CleverBoy wrote:Good, but its old, if you found my oldest notepad you will find this xDWhat do you mean old ?
Thanks anyway
old code. ( nothing special with this i mean ) lol
Code'N'Stuff
OneTeam..OneDream
Join ABSplash Team & Earn $$
ABSplash Site - Workpad - (VB) Custom Buttons 2 ways
OneTeam..OneDream
Join ABSplash Team & Earn $$
ABSplash Site - Workpad - (VB) Custom Buttons 2 ways
7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023