Click here to Skip to main content
15,924,452 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: PIN NUMBRS Pin
absshk22-Jun-05 1:06
sussabsshk22-Jun-05 1:06 
GeneralRe: PIN NUMBRS Pin
toxcct22-Jun-05 1:23
toxcct22-Jun-05 1:23 
GeneralRe: PIN NUMBRS Pin
Guffa29-Jun-05 10:06
Guffa29-Jun-05 10:06 
GeneralMy Article Updated Pin
Ahmed Erarslan17-Jun-05 9:05
Ahmed Erarslan17-Jun-05 9:05 
GeneralIrDA in .NET Framework (NOT Compact) Pin
LiamD16-Jun-05 22:12
LiamD16-Jun-05 22:12 
GeneralFont file name from System.Drawing.Font object Pin
Pawel Pawlak15-Jun-05 2:43
Pawel Pawlak15-Jun-05 2:43 
GeneralRe: Font file name from System.Drawing.Font object Pin
gavinlv20-Jun-05 23:25
gavinlv20-Jun-05 23:25 
GeneralRe: Font file name from System.Drawing.Font object Pin
wolfganggoldner21-Jun-05 0:52
wolfganggoldner21-Jun-05 0:52 
PS This might not be what you are really looking for and there might be a much
better way but this would be a quick solution to implement
Use the Name property to find the name of the font
When program starts calculate a list of all the font files on your pc storing
them in a hashtable with the key equal to the Name of the font file and the
value equal to string [] of the fullPath to the font file thus means if the font has theSniff | :^) same name but are located in two diferent locations on the drive then the value of the font name would be like c:\fontname,d:\windows\font\fontname then I would use the Name property of Font as Key index into the HashTable to find all the font files locations of that font Name
or
Use System.IO.Directory to work out the logical drives defined on PC
Calculate whitch drive contains my windows folder by searching all folders from root for a typical windows file.Then I would have calculated the and located the windows dir then
I would call System.Directory.GetFiles(string dirname,string searchPattern)
with dirname the String.Format("{0}{1}{2}",drive,windowsdir,fontdir) and then
in searchPattern the Name property of the font

GeneralRe: Font file name from System.Drawing.Font object Pin
wolfganggoldner21-Jun-05 0:58
wolfganggoldner21-Jun-05 0:58 
QuestionTooltip causing desktop to redraw? Pin
Nigel Savidge13-Jun-05 23:32
Nigel Savidge13-Jun-05 23:32 
GeneralHelp needed for mobile programming in .NET Pin
Ali Iqbal Khan13-Jun-05 19:26
Ali Iqbal Khan13-Jun-05 19:26 
GeneralRe: Help needed for mobile programming in .NET Pin
wolfganggoldner19-Jun-05 21:18
wolfganggoldner19-Jun-05 21:18 
GeneralFirstDisplayedCell Pin
jgookassian13-Jun-05 17:50
jgookassian13-Jun-05 17:50 
Generalfree ASP.NET message board(forums) system Pin
Tal Kain13-Jun-05 14:19
Tal Kain13-Jun-05 14:19 
GeneralRe: free ASP.NET message board(forums) system Pin
MoustafaS13-Jun-05 15:14
MoustafaS13-Jun-05 15:14 
GeneralRe: free ASP.NET message board(forums) system Pin
Tal Kain13-Jun-05 15:26
Tal Kain13-Jun-05 15:26 
GeneralRe: free ASP.NET message board(forums) system Pin
Christian Graus13-Jun-05 15:36
protectorChristian Graus13-Jun-05 15:36 
GeneralRe: free ASP.NET message board(forums) system Pin
MoustafaS13-Jun-05 16:26
MoustafaS13-Jun-05 16:26 
GeneralRe: free ASP.NET message board(forums) system Pin
Christian Graus13-Jun-05 16:29
protectorChristian Graus13-Jun-05 16:29 
GeneralRe: free ASP.NET message board(forums) system Pin
MoustafaS13-Jun-05 16:32
MoustafaS13-Jun-05 16:32 
GeneralRe: free ASP.NET message board(forums) system Pin
Tal Kain13-Jun-05 17:05
Tal Kain13-Jun-05 17:05 
GeneralRe: free ASP.NET message board(forums) system Pin
MoustafaS13-Jun-05 17:30
MoustafaS13-Jun-05 17:30 
GeneralRe: free ASP.NET message board(forums) system Pin
Christian Graus13-Jun-05 17:38
protectorChristian Graus13-Jun-05 17:38 
GeneralRe: free ASP.NET message board(forums) system Pin
Tal Kain13-Jun-05 17:44
Tal Kain13-Jun-05 17:44 
GeneralRe: free ASP.NET message board(forums) system Pin
Christian Graus13-Jun-05 17:46
protectorChristian Graus13-Jun-05 17:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.