Results 1 to 5 of 5

Thread: shorcuts..

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    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?

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    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?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    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.

  4. #4
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: shorcuts..

    process.start is what you need then

    Code:
    process.start ("\windows\calc.exe","")
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: shorcuts..

    ok thanks..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width