I will answer your newbie question soley based on the fact that you

apparantly use Opera Web Browser.  =)

I posted this a few days ago, so it's in the archives and in the 
knowledge base (where I originally got this).

DmGetNextDatabaseByTypeCreator(true, NULL, sysFileTApplication, 
sysFileCMail, true, &theCardNo, &theDBID);
                                        
// Launch the Mail application.
if (theDBID)
{
        SysUIAppSwitch(theCardNo, theDBID, NULL, NULL );
}

This launches the Palm mail conduit.  If you need to launch a third
party app, you'll need to change that NULL in the second parm to a
pointer that was used for a previous invocation of the function.
You will also have to change sysFileCMail to the creatorID of the
third party app...this can be obtained using the data manager api.
Now, ask about writing to their databases (you can).

-Rus 

>hi
>Can we launch an application from another application which is 
>running ? if so 
>how can we do this.i know we can run one application at a time 
>but is there 
>any procedure so that we can launch new application from the running 
>application before closing it.
>bye
>PalmMama
>
>------------------------------------------------------------
>This e-mail has been sent to  you courtesy of OperaMail,  as a 
> free  service  from
>Opera  Software,  makers  of the award-winning Web Browser, 
>Opera. Visit us at
>http://www.opera.com/ or our portal at: 
>http://www.myopera.com/ Your free e-mail 
>account is waiting at: http://www.operamail.com/
>------------------------------------------------------------
>
>
>-- 
>For information on using the Palm Developer Forums, or to 
>unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to