Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: Import

  1. #1
    Join Date
    Oct 2005
    Location
    American Dubai
    Posts
    629

    Import

    hey

    can i make the app. to run in the tray then jump to standard mode? (go to the taskbar menu from the tray menu)

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    Put the following builtin function in the Global functions:

    function g_OnSystemTrayMenu(X, Y)
    Application.Restore ( );
    end

    Then add the action:

    Application.Minimize();

    in the Project onStart Event.

    Good luck

    Yossi

Similar Threads

  1. Failed to Import Movie problem
    By ttrax in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 08-03-2004, 09:13 AM
  2. cannot import pre:version /can it be used for dvd
    By kmill in forum AutoPlay Media Studio 4.0
    Replies: 6
    Last Post: 09-08-2003, 11:23 PM
  3. Import error
    By Sneeze in forum AutoPlay Media Studio 4.0
    Replies: 9
    Last Post: 10-16-2002, 11:57 PM
  4. Import .reg-files into SetupFactory
    By HayoOellrich in forum Setup Factory 6.0
    Replies: 2
    Last Post: 03-31-2002, 04:47 AM
  5. can not import binary data from registry?
    By mmtree in forum Setup Factory 5.0
    Replies: 1
    Last Post: 12-12-2000, 09:29 AM

Posting Permissions

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