Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Posts
    17

    How to call a function every 30 sec...?

    please tell me, how to call a function every 30 sec...


    example let function be a message

  2. #2
    Join Date
    Sep 2006
    Posts
    17
    I have done that, it's easy
    On Preload of page
    Page.StartTimer(30000) --fires On Timer actions once every 5 seconds

    and in On Timer
    write the function

    but I have another request.

    How to hide the application window, I just want to use the function from it, Is this possible?

  3. #3
    Join Date
    Jul 2008
    Posts
    167
    To full hide go to Project > Settings and put hidden in taskbar zone, then minimize the app and he disappear.

    Put an Application.Minimize(); code in On Show page to minimize when u open the app.

    Srry for my poor english

  4. #4
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    Code:
    Window.Hide(Application.GetWndHandle())

Similar Threads

  1. Call ShellAbout Function From shell32.dll
    By Samio in forum AutoPlay Media Studio 7.5
    Replies: 12
    Last Post: 08-03-2008, 11:45 AM
  2. Call Dll Function 2 - The Return
    By gustavoAUDACES in forum Setup Factory 7.0
    Replies: 2
    Last Post: 04-19-2006, 12:10 PM
  3. Another tough one... Interaction between Web and AMS
    By Agent Jones in forum AutoPlay Media Studio 5.0
    Replies: 13
    Last Post: 08-18-2005, 02:10 PM
  4. Failed to call DLL function. (#2, Line 1)
    By fe4ther in forum Setup Factory 6.0
    Replies: 4
    Last Post: 01-14-2003, 08:01 PM

Posting Permissions

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