User Tag List

Results 1 to 9 of 9

Thread: Active while in system Tray?

  1. #1
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Active while in system Tray?

    I am trying to create an application that will stay in the tray and still record key presses(ControlX Object)and save them to a file. The one I made only works when it is the active window. Is it possible to do this while the application is in the tray?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    Set this application with the window object always on top and hide it.

    btw - So you're able too to get all keyboard events without an activeX control.

  3. #3
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    Thanks I'll try that.

    btw - it isn't an activex object, it's an object called ControlX

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    Quote Originally Posted by Brandon
    btw - it isn't an activex object, it's an object called ControlX
    Ah... you're right... You mean this extension ... confused it.

  5. #5
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    I made an application with the events:
    +Always
    -Set Window Topmost
    -Hide Window

    This didnt record the key strokes and it made it harder to close and open things because of the "Topmost" action.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    1. Application -> Properties -> Window -> check "Hidden at start"

    2. Start of Frame -> Set window topmost

    That's the right way and that works.

  7. #7
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    everything works well that way... except it still won't record the key presses unless it is the active window (while it is hidden), so it defeats the purpose of what I am trying to do.

  8. #8
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    Why are you making a keylogger anyway?

  9. #9
    No Products Registered

    Join Date
    Dec 2006
    Posts
    1,332
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Active while in system Tray?

    I actually just found out about keyloggers and I was curious as to if I could make one or not. It seems the answer is no.

Similar Threads

  1. System Tray Bubble Message
    By Mantis in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 7th December 2010, 10:24 AM
  2. How do you make an application run on System Tray?
    By FlinkGigitty in forum Multimedia Fusion 2 - Technical Support
    Replies: 24
    Last Post: 21st August 2010, 01:20 AM
  3. System Tray Icon Example
    By Stephen in forum File Archive
    Replies: 0
    Last Post: 7th May 2009, 05:55 PM
  4. System Tray Object Question
    By MikeB in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 3rd February 2009, 07:43 PM
  5. The System Tray Object 1.06
    By Jeff in forum Released Extensions
    Replies: 0
    Last Post: 22nd September 2006, 12:12 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
  •