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-
- Date Time Dialog Jeff Davey
- Re: Date Time Dialog Scott Johnson
- Re: Date Time Dialog Jason Dawes
- RE: Date Time Dialog Alan Johnson
- Re: Date Time Dialog Steve Patt
- Re: Date Time Dialog Dave Lippincott
