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

    applet and the html page

    how do i make my applet work as a browser? that is, i should have links in my java applet, clicking which will take me to that web page. just like html links, only that i want it in the applet.
    can somebody please help me in this.

    thanx in advance.

    anand


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

    Re: applet and the html page


    put your http://.. string inside a label and listen from mouse enter , exit and click.

    check this site for more details ..

    http://www.codeguru.com/java/articles/437.shtml


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