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

.NET (Core and Framework)

 
GeneralRe: draw text in .NET Framework control Pin
MoustafaS16-Apr-05 11:49
MoustafaS16-Apr-05 11:49 
GeneralRe: draw text in .NET Framework control Pin
Anonymous17-Apr-05 20:31
Anonymous17-Apr-05 20:31 
GeneralRe: draw text in .NET Framework control Pin
MoustafaS18-Apr-05 12:27
MoustafaS18-Apr-05 12:27 
GeneralFinally here!! Pin
Johnathon Dupuis15-Apr-05 16:41
Johnathon Dupuis15-Apr-05 16:41 
GeneralUnmanaged dll in Pocket PC 2002. Pin
Anonymous15-Apr-05 5:51
Anonymous15-Apr-05 5:51 
GeneralRe: Unmanaged dll in Pocket PC 2002. Pin
Mike Dimmick15-Apr-05 8:11
Mike Dimmick15-Apr-05 8:11 
GeneralInstalled fonts in .NET Compact Framework Pin
Anonymous15-Apr-05 5:46
Anonymous15-Apr-05 5:46 
GeneralRe: Installed fonts in .NET Compact Framework Pin
Mike Dimmick15-Apr-05 8:29
Mike Dimmick15-Apr-05 8:29 
The underlying API is EnumFontFamiliesEx, but I'm not sure this will work for you. You see, it uses a callback function, which itself takes a couple of structures that require advanced layout. Compact Framework 1.0 does not support calling back from native to managed code.

So I think you'd have to write a C++ DLL that wraps EnumFontFamiliesEx with an interface usable from .NET and then call that.

Stability. What an interesting concept. -- Chris Maunder
GeneralMicrosoft Reporting Service Pin
sukasukabo15-Apr-05 1:49
sukasukabo15-Apr-05 1:49 
GeneralRe: Microsoft Reporting Service Pin
Anonymous17-Apr-05 18:16
Anonymous17-Apr-05 18:16 
General.NET dependencies Pin
Anonymous15-Apr-05 0:38
Anonymous15-Apr-05 0:38 
GeneralRe: .NET dependencies Pin
Sebastian Schneider15-Apr-05 3:42
Sebastian Schneider15-Apr-05 3:42 
GeneralRe: .NET dependencies Pin
Luis Alonso Ramos16-Apr-05 19:09
Luis Alonso Ramos16-Apr-05 19:09 
GeneralLinker errors. Help, who knows Pin
lazarev14-Apr-05 21:58
lazarev14-Apr-05 21:58 
GeneralI learned... Pin
Giancarlo Aguilera14-Apr-05 8:49
Giancarlo Aguilera14-Apr-05 8:49 
GeneralRe: I learned... Pin
[Marc]16-May-05 14:47
[Marc]16-May-05 14:47 
GeneralFile Explorer control in .net CF Pin
NullPtrHK14-Apr-05 8:12
NullPtrHK14-Apr-05 8:12 
GeneralBC30390: 'webapplication1.webform1.searchwords' is not Pin
bibipopopopo14-Apr-05 1:28
bibipopopopo14-Apr-05 1:28 
GeneralRe: BC30390: 'webapplication1.webform1.searchwords' is not Pin
MoustafaS17-Apr-05 5:10
MoustafaS17-Apr-05 5:10 
GeneralDynamic loaded Assembly attaching PDB file Pin
Paul Farry13-Apr-05 21:07
professionalPaul Farry13-Apr-05 21:07 
GeneralRe: Dynamic loaded Assembly attaching PDB file Pin
DaveKolb3-Oct-09 20:14
DaveKolb3-Oct-09 20:14 
GeneralRe: Dynamic loaded Assembly attaching PDB file Pin
DaveKolb3-Oct-09 21:04
DaveKolb3-Oct-09 21:04 
QuestionHow do I Get my Toolbox Back? Pin
Anonymous13-Apr-05 10:45
Anonymous13-Apr-05 10:45 
AnswerRe: How do I Get my Toolbox Back? Pin
MoustafaS13-Apr-05 15:13
MoustafaS13-Apr-05 15:13 
GeneralEditing XML Files Pin
13-Apr-05 9:42
suss13-Apr-05 9:42 

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.