|
Welcome to VBprofs.com - articles, tools, news, projects, events, careers for Visual Basic / VB.NET professionals
|
Source Codes -
.NET
|
|
Written by Thomas Kaloyani
|
The following code connects to an excel file the same way it would connect to a Database and reads the values from it.
|
|
Read more...
|
|
Source Codes -
.NET
|
|
Written by Thomas Kaloyani
|
You have an application and you want to display all fonts that are installed on the system.
How would you do that?
Simply create a new instance of the class System.Drawing.Text.InstalledFontCollection. The specific class contains a list of object type of FontFamily which represent the installed fonts.
A sample code of retrieving the fonts that are installed on the system is the one below: |
|
Read more...
|
| << Start < Prev 1 2 Next > End >>
| | Results 16 - 17 of 17 |
|