Results 1 to 5 of 5

Thread: Create a recurring background

  1. #1
    Join Date
    Nov 2008
    Posts
    1,022

    Create a recurring background

    I wanted to know how to simply create an application that will let me simulate a recurring background.

    I found an app that simulates the action of pressing F1 every 70 seconds and in the background (this last point is very important).

    I have to create an app on the same principle, but which simulates the action of pressing F1 continuously in the background, and without delay.

    The one I use now comes with a registry key.

    I opened with this key Depends, but I am quite unable to understand or even change anything.

    I humbly ask your help.

  2. #2
    Join Date
    May 2008
    Posts
    271

    Re: Create a recurring background

    AutoHotkey?

  3. #3
    Join Date
    May 2008
    Posts
    685

    Re: Create a recurring background

    through the register there is no possibility to change this time? Delayload ...... something like that?

    This would be software on your application

  4. #4
    Join Date
    Nov 2008
    Posts
    1,022

    Re: Create a recurring background

    @XSI

    AutoHotkey only works for a window to 1 plan. If the window is in the background, the script is running on the window that is at the 1st level.
    It is inappropriate to my needs.

    @fellah

    As to the Delayload order, I am back in my registry key on


    After fine comments I think I found the controls within the key that I have, there are 4:

    - SendEvent
    - SendKeys
    - MyKeybEvent
    - MyPostMessageA

    I do not really know which is the frequency, but I think I found my area of action

    "SendKeys" must correspond to the F1 key, "myKeybEvent" it must be related to the keyboard, but then the other 2, I was skating ...

  5. #5
    Join Date
    May 2008
    Posts
    271

    Re: Create a recurring background

    AutoHotkey allows (at least) to activate the window first (WinActivate) and send a bunch of keys with SendRaw or something that I never tried it ControlSend (is this in task background without disturbing what is happening in the foreground?)

Similar Threads

  1. How to fix sync recurring events between 2 pc
    By Susquehannock in forum Portable Devices
    Replies: 6
    Last Post: 12-06-2010, 12:32 AM
  2. How to create transparent background icon in IconWorkshop
    By Ransom in forum Windows Software
    Replies: 5
    Last Post: 13-03-2010, 03:51 AM
  3. Create a slideshow with background audio comments
    By Maq.H in forum Tips & Tweaks
    Replies: 4
    Last Post: 18-02-2010, 06:30 AM
  4. How to create Transparent Background in Photoshop
    By RAJalias in forum Windows Software
    Replies: 3
    Last Post: 26-11-2009, 01:50 PM
  5. MS Project REcurring events over 1 yr
    By TubeMaster in forum Windows Software
    Replies: 6
    Last Post: 18-11-2009, 08:48 AM

Tags for this Thread

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
  •  
Page generated in 1,713,861,850.47050 seconds with 17 queries