User Tag List

Results 1 to 7 of 7

Thread: Help reading screen contents

  1. #1
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Help reading screen contents

    Is there a way that i can get the contents of the screen (in any application) and check it for keywords using the current extensions in mmf2 standard??

    I'm wanting to make a program to be used as a paretnal control application. this would then need to run in background and/or minimized mode preferably from the system tray.

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Help reading screen contents

    Well, what exactly are you making it for? A web browser?

    You can't really have something that is all encompassing that can read everything from emails to IM's and parse the data. A screen capture would just be an image, so you can't parse text in that.

    Probably your best bet would just be to create something that can block URL's or prevent specific programs from opening that is defined by the computer admin / parent.

    As for what extensions you'd have to use, someone else will have to answer that.

  3. #3
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Oct 2006
    Location
    In a Dark room with only a lamp
    Posts
    367
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Help reading screen contents

    I work in various schools and one of the ones i work in use a piece of software called screenshield (www.guardware.com) and this software is a process on the machine which reads the contents of the screen (in any application at all) and then screenshots it to a central location and displays a warning that they have been caught.

    I wanted to create a piece of software which does this. if i have to do it for just web browsing then that will do as well.

  4. #4
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Help reading screen contents

    Quote Originally Posted by lembi2001
    I work in various schools and one of the ones i work in use a piece of software called screenshield (www.guardware.com) and this software is a process on the machine which reads the contents of the screen (in any application at all) and then screenshots it to a central location and displays a warning that they have been caught.

    I wanted to create a piece of software which does this. if i have to do it for just web browsing then that will do as well.
    Yeah I'm not sure you could make it all encompassing using MMF extensions. But I'm not an expert on the extensions available, hopefully someone can answer that better.

  5. #5
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Help reading screen contents

    For things the user is typing, you could probably make a key logger pretty easy. However, that obviously doesn't do anything about the stuff they are reading and not typing.

  6. #6
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Stephen's Avatar
    Join Date
    Aug 2008
    Location
    Montana
    Posts
    4,515
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Help reading screen contents

    I am currently making an app right now that lets users block specific programs from running. They have a choice when trying to open the program to receive a warning message, ask for a password, or just block it.

    The reason I mention this is that I, too, tried to make an all encompassing program like you want to, without checking each individual input, website, etc. If this is possible with MMF2, I have yet to figure out how to do it.

    stephen1980
    _____________________________________________
    Nivram's Examples -Need extensions? Send me a PM.-


  7. #7
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Help reading screen contents

    Quote Originally Posted by stephen1980
    I am currently making an app right now that lets users block specific programs from running. They have a choice when trying to open the program to receive a warning message, ask for a password, or just block it.

    The reason I mention this is that I, too, tried to make an all encompassing program like you want to, without checking each individual input, website, etc. If this is possible with MMF2, I have yet to figure out how to do it.

    stephen1980
    Yeah, don't think you could really do this unless you program your app in C or something. Or make a really super complex extension for this specific purpose.

Similar Threads

  1. List Object contents as Values
    By Soilydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 14th August 2013, 12:14 AM
  2. Can a *.cfg file be opened and its contents read?
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 18th October 2011, 01:05 PM
  3. Display contents of web page in project
    By Jason in forum SWF/Flash Export Module Version 2.0
    Replies: 8
    Last Post: 14th October 2011, 06:33 AM
  4. How to save the contents of a folder(and subfldrs
    By ClickerGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd March 2011, 06:00 PM
  5. comparing the contents of two listboxes...?
    By ClickerGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 27th October 2007, 02:45 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
  •