Fomts...

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi all and Alex,

I'm trying to enum all the fonts on a device... Alex, I'm using a callbacks
sample app you've created as a base; when I run the app in a WinCE emulator,
it works; however, I can't get it to work on PPC emulators... I tried
recreating a new c# smartdevice app and starting over, to no avail. The
listbox remains empty, no errors.

Ideas?

Thx,
rian
 
Callbacks code does not work on WM 2003 devices and emulators
For now consider using a C++ DLL
 
Thanks Alex,

That certainly explains it. By chance do you know of any examples or
articles or canned code out there for this? I'm a VB guy, still somewhat
new to C#, and a bare minimum of C++...

Thx,
Brian
 
Hi Alex,

Going off of a previous post I see the sample from the SDK, ShowFontInfo.
If you have time could you help a bit getting me down the road of using this
in a C# app? I undestand the basics of callbacks and delegates but a lot of
this is way too new to me to get off the ground.

Thanks very much for any help you can give!

Brian
 
Hi ...

This is 'exactly' what I've been looking for. It works GREAT!

Thanks Alex, and also Paul Yao and David Durant for helping this particular
c++ dummy to get past a seemingly insurmoutable obstacle! I look forward to
obtaining this book as soon as it's available.

--Terry
 
Back
Top