Truckle, Andrew J wrote:
Can't work out how to read it back. Shows nothing :(

        UINT uSize = sizeof(LOGFONT);
        theApp.GetProfileBinary( _T("ExportSettings"),
                                                        _T("TitleFont"),
        
(LPBYTE*)&(sSettings.lfTitleFont),
                                                        &uSize );

You should be able to. I'm wonderring why your two pieces of code look at different registry values?


Ehsan


_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.

Reply via email to