Click here to Skip to main content
15,906,558 members
Home / Discussions / C#
   

C#

 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 22:46
professional dan!sh 12-Jul-09 22:46 
GeneralRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:48
sanforjackass12-Jul-09 22:48 
GeneralRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 22:55
professional dan!sh 12-Jul-09 22:55 
QuestionRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:57
sanforjackass12-Jul-09 22:57 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 23:00
professional dan!sh 12-Jul-09 23:00 
QuestionRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 23:29
sanforjackass12-Jul-09 23:29 
AnswerRe: MAC ADDRESS Pin
J4amieC13-Jul-09 0:08
J4amieC13-Jul-09 0:08 
AnswerRe: MAC ADDRESS Pin
Henry Minute13-Jul-09 0:10
Henry Minute13-Jul-09 0:10 
QuestionRe: MAC ADDRESS Pin
sanforjackass13-Jul-09 0:39
sanforjackass13-Jul-09 0:39 
AnswerRe: MAC ADDRESS Pin
Henry Minute13-Jul-09 0:45
Henry Minute13-Jul-09 0:45 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 1:02
professional#realJSOP13-Jul-09 1:02 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 2:15
professional#realJSOP13-Jul-09 2:15 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 1:04
professional#realJSOP13-Jul-09 1:04 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 0:28
professional#realJSOP13-Jul-09 0:28 
QuestionRe: MAC ADDRESS Pin
sanforjackass13-Jul-09 0:43
sanforjackass13-Jul-09 0:43 
AnswerRe: MAC ADDRESS Pin
#realJSOP13-Jul-09 1:00
professional#realJSOP13-Jul-09 1:00 
QuestionStore updated data from datagridview to sqlserver2000 Pin
elci12-Jul-09 21:13
elci12-Jul-09 21:13 
AnswerRe: Store updated data from datagridview to sqlserver2000 Pin
dan!sh 12-Jul-09 21:31
professional dan!sh 12-Jul-09 21:31 
GeneralRe: Store updated data from datagridview to sqlserver2000 Pin
elci12-Jul-09 22:47
elci12-Jul-09 22:47 
Questionread video stream from IP Address on 80 port assigned to DVR Pin
kunal.tawde12-Jul-09 20:37
kunal.tawde12-Jul-09 20:37 
AnswerRe: read video stream from IP Address on 80 port assigned to DVR Pin
#realJSOP13-Jul-09 1:05
professional#realJSOP13-Jul-09 1:05 
GeneralRe: read video stream from IP Address on 80 port assigned to DVR Pin
kunal.tawde13-Jul-09 21:14
kunal.tawde13-Jul-09 21:14 
Questionc#:how to install new font? Pin
lhong100112-Jul-09 19:00
lhong100112-Jul-09 19:00 
AnswerRe: c#:how to install new font? Pin
dan!sh 12-Jul-09 21:44
professional dan!sh 12-Jul-09 21:44 
GeneralRe: c#:how to install new font? Pin
lhong100112-Jul-09 22:15
lhong100112-Jul-09 22:15 
i know that.i mean i have a font file(.ttf),my program first load this font to memcry.
but i don't know how to let the label to display text with the font.
i know one waw can get it.for exam:
System.Drawing.Text.PrivateFontCollection pfc = new System.Drawing.Text.PrivateFontCollection();
pfc.AddFontFile("d:\\tmp\\Ni7seg.ttf");
Font myFont = new Font(pfc.Families[0], 80f, FontStyle.Regular, GraphicsUnit.Point, 0);


but my program is running in wince that don't support "System.Drawing.Text.PrivateFontCollection".
so who know how to implement this through winapi.

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.