News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Dialog

Started by chemicalNova, April 07, 2005, 06:53:29 PM

Previous topic - Next topic

chemicalNova

Howdy all,

I've been using ASM for a little while now, but MASM is kinda new to me. I was wondering how I would go about calling the Font Dialog, and setting the font of a RichEdit control from the selections in the dialogs. I'm pretty familiar with VB and C++, and I know I need to use a CHOOSEFONT struct of some sort (thats all the info I could find on the internet).

Any help would be great,

Thanks in advance,

chem

hitchhikr

There's an example about using such stuff in masm32 distribution (example4/dialogs)

chemicalNova

Ah. Feel stupid now. Thanks for that :)

chem