SHARE
Facebook X Pinterest WhatsApp

Install TT Font

‘**************************************************** ‘modFonts (Fonts.bas) ‘ ‘Exported functions: ‘ ‘ InstallTTFont (ret.: 0: An error occured ‘ 1: Successful ‘ 2: Same or newer file exists ‘ 3: System must be rebooted) ‘ strSourcePath As String ‘ strFontFileName As String ‘ Optional bolShowError As Boolean ‘ ‘ ShutdownSystem ‘ eType As eShutDown ‘**************************************************** ‘NOTE: If the return […]

Written By
thumbnail
CodeGuru Staff
CodeGuru Staff
Feb 5, 2004
CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More
'****************************************************
'modFonts (Fonts.bas)
'
'Exported functions:
'
' InstallTTFont (ret.: 0: An error occured
'                      1: Successful
'                      2: Same or newer file exists
'                      3: System must be rebooted)
'    strSourcePath As String
'    strFontFileName As String
'    Optional bolShowError As Boolean
'
' ShutdownSystem
'    eType As eShutDown
'****************************************************
'NOTE: If the return value of InstallTTFont equals 3,
'      you should call ShutdownSystem(shtForceReboot)
'      after your installation succeeded (ask user).
'****************************************************

Recommended for you...

Using Multiple Programming Languages to Create an ASP.NET Website
Tariq Siddiqui
Jun 11, 2022
Visual Basic Features in Visual Studio 2022
Hannes DuPreez
Jan 25, 2022
Playing with Strings: Proper Case
Hannes DuPreez
May 27, 2020
Making a Small Lotto Game in VB.NET
Hannes DuPreez
Apr 28, 2020
CodeGuru Logo

CodeGuru covers topics related to Microsoft-related software development, mobile development, database management, and web application programming. In addition to tutorials and how-tos that teach programmers how to code in Microsoft-related languages and frameworks like C# and .Net, we also publish articles on software development tools, the latest in developer news, and advice for project managers. Cloud services such as Microsoft Azure and database options including SQL Server and MSSQL are also frequently covered.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.