CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 1999
    Location
    Canada
    Posts
    3

    Applications and Icons

    Does anyone know how to change the icon of an application that appears in the top left-hand corner of the window?


  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: Applications and Icons




    setIconImage( getToolkit().getImage("poochi.gif" ));





    The image has to be 16 by 16 pixels image.


    Poochi....



  3. #3
    Guest

    Re: Applications and Icons

    what about making it animated ??? i got it if i run my applet by appletviewer, but not by any browser, why ?


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