Look at those options!


I’ve just about completed my first ATL dialog box. I don’t think I’ve written a call to ::SendMessage in, oh, 8 years or so… I’ve been using MFC almost exclusively for GUI code. Anyway, I’ve managed to navigate the labrynthine documention and finally have a custom options page for VisEmacsDotNet (VisEmacs.NET ? too cliché?).

There’s still one little niggling problem though. Calls to CAtlString::LoadString() are failing — probably because the strings are in my satellite dll and I’ve missed some call I’m supposed to make… I’m sure I’ll get that wrapped up shortly though.

For the screenshot-addicted, here’s what the General Options page looks like, fully integrated into the DevStudio Options dialog:

General Options Property page

Comments are closed.