Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Visual Basic

Name: Anonymous 2009-06-04 19:14

I need some programming help.

This script is supposed to install a font.

const FONTS = &H14&

Set objShell = CreateObject("Shell.Application")
Set ObjFolder = objShell.Namespace(FONTS)
objFolder.CopyHere "D:\Loader\roc.ttf"

I need this script to copy the font from the location the script is running from. How can get it to do that? (Right now it only copies from D:\Loader\)

thanks in advance

Name: Anonymous 2009-06-05 6:51

>>10
C# isn't Java, you don't use reflection for things that can be done in a simpler way.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List