CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Remove Warning Applet window mesg

    How do I remove the message "Warning Applet Window" which comes at the bottom of a frame or dialog box in java Applets?


  2. #2
    Guest

    Re: Remove Warning Applet window mesg

    You can't. This is done as a security feature. It prevents malicious hackers from creating
    dialog boxes that look like normal window dialogs and tricking you into thinking they are.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured