Re: how get to font name from font file name?
Judith Evans wrote:
> Would I have to hack into winlib to set up
> the callback in WinMain()?
No, you can set up your own callback without messing with Win32Lib.
At the time that Win32Lib was first written, Euphoria only supported one
callback. That's why WndProc has this funky "if not a Window call
subclassed()" logic. You can now set up as many callbacks as you want. I'm
probably going to have to set subclassed() up as a seperated callback, in
order to get TabControls working.
-- David Cuny
|
Not Categorized, Please Help
|
|