getting problem with font installation
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing an application which needs to update the Tahoma.ttf font on Win9x machines (update means to delete and then insert) . According to MSDN, to delete font from Fonts directory, one needs to call RemoveFontResource(font-file) and SendMessage(...) to notify all top level windows. Now I am getting problem when doing this. Similarly if I do this from Windows Control Panel, it successfully updates the font file. Please help in this regard.:confused: BR Dammy More