Search:

Type: Posts; User: rt4ever

Search: Search took 0.12 seconds.

  1. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    Yes, correct.
  2. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    No is c# but the problem is after this...
  3. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    with the previous code.
  4. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    It calls a java applet...
  5. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    Is a C# arguments like
    ProcessStartInfo startInfo = new ProcessStartInfo();
    startInfo.CreateNoWindow = false;
    startInfo.UseShellExecute = false;
    startInfo.FileName = "IEXPLORE.exe";...
  6. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    One application launch Internet explorer with arguments to hidden and to target the URL site with applet...
  7. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    "when the applet starts" means when appears the JVM icon on windows try bar.
    The browser is Internet Explorer and is opened with parameter to hidden and with the page with applet.
  8. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    Now is not possible, i'm working...
    But the problem is, when the applet starts the game minimize. maybe is a "focus" problem or any java definition or html java call problem... i dont know :p
  9. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    Is an application of mine. I'm now developing.
    Any idea to fix that problem? :s
  10. Replies
    21
    Views
    3,331

    Re: Applet and Fullscreen !!

    It's not easy.
    I have a application and all hours it calls a page with the applet (like 11h, 12h 13h...). This page open in a hidden IE window.
    The application and the applet works fine, but if i...
  11. Replies
    21
    Views
    3,331

    Applet and Fullscreen !!

    Hello,

    It's my first post here. I have a hard problem for me.

    When my Applet starts and i got a fullscreen application (games, programms...) this minimize!
    I dont know why... anyone knows...
Results 1 to 11 of 11