How to open a applet, when opening the notepad file

ms_cs

ms_cs

@ms-cs-Ab8svl Oct 25, 2024
I want to create an application that displays one applet window, when we attempt to open an notepad file. Is it possible ? How to do that ? [I want to do it in java]

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • shalini_goel14

    shalini_goel14

    @shalini-goel14-ASmC2J Jun 10, 2009

    Just check the event associted with 'opening a notepad file' (there are many ways for opening a notepad file -opening from code or manually from the system). If you know that then an applet window can be displayed based on it.
  • ms_cs

    ms_cs

    @ms-cs-Ab8svl Jun 11, 2009

    Now I post my question clearly,

    while working in windows xp, one java file should always running in memory. That should monitor for the event, "opening notepad file, (any file)". When I am opening, ie when that event occurs it should display the applet.
  • ms_cs

    ms_cs

    @ms-cs-Ab8svl Jun 11, 2009

    How to do this?? Post your Ideas CEans