Results 1 to 11 of 11

Thread: How to start external application from QT?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6
    Thanked 348 Times in 333 Posts

    Default Re: How to start external application from QT?

    Well, you could use OLE/VBA as Outlook will register a server so it'll load when you access it and then you can have full control over it.

    There's also the application registry. For example, if you were to type "outlook", you would find this:

    [HKEY_CLASSES_ROOT\applications\OUTLOOK.EXE\shell\o pen\command]
    @="\"C:\\Program Files\\Microsoft Office\\Office10\\OUTLOOK.EXE\" \"%1\""

    In other words, exactly where "outlook.exe" is stored, and how to run it. There are many other applications here also, which can also be started just by typing there name into the start/run box.

  2. The following user says thank you to squidge for this useful post:

    TomASS (2nd November 2009)

Similar Threads

  1. Replies: 3
    Last Post: 20th November 2014, 07:10
  2. Q3ScrollView resists to scroll down to the garbage bin
    By sivrisinek in forum Qt Programming
    Replies: 0
    Last Post: 5th February 2009, 17:50
  3. shared vs static
    By alisami in forum Installation and Deployment
    Replies: 3
    Last Post: 4th October 2008, 13:04
  4. Replies: 16
    Last Post: 23rd May 2008, 10:12
  5. Start Qt application as Windows Service
    By ^NyAw^ in forum Qt Programming
    Replies: 12
    Last Post: 10th May 2008, 17:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.