Jeff Davey wrote:
> Is there a way to invoke the "Prefs" applet programmatically?

Try this:

{
    UInt card;
    LocalID dbID;
    DmSearchStateType state;
        
    DmGetNextDatabaseByTypeCreator( true, &state,
        sysFileTPanel, sysFileCGeneral, true, &card, &dbID );
    SysUIAppSwitch( card, dbID, sysAppLaunchCmdPanelCalledFromApp, 0 );
}

-slj-

Reply via email to