|
-
Sep 18th, 2009, 12:53 AM
#1
Thread Starter
Hyperactive Member
shorcuts..
how to create shorcuts from my project to other application and mobile functions? let say if i click a button it will open the calculator, alarm, messaging, or any other functions of the mobile?
-
Sep 18th, 2009, 01:57 AM
#2
Frenzied Member
Re: shorcuts..
Do you mean shortcuts, or do you just want to start applications from within your application?
If that is the case process.start is what you want to look at - you can use it to start .exe files, shortcuts (.lnk) or files associated to programs - so starting a '.kml' file will start google maps
does that help?
-
Sep 18th, 2009, 02:20 AM
#3
Thread Starter
Hyperactive Member
Re: shorcuts..
start application from within my application.. can i have sample like.. opening a calculator or simply a command that will go to write message without exiting my application.
-
Sep 18th, 2009, 07:14 AM
#4
Frenzied Member
Re: shorcuts..
process.start is what you need then
Code:
process.start ("\windows\calc.exe","")
-
Sep 18th, 2009, 11:13 PM
#5
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|