CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2002
    Location
    Torture chamber
    Posts
    132

    Applets in ASP.net ??

    With Java technology, we can create java applets/ plug-ins. Some examples include Yahoo games like snooker, BIG 2... just to name a few.

    And I'm wondering if this is possible in ASP.net?
    end------------------------------
    Programmers aren't born, but are made from hardwork, effort and time.
    To be a good one, requires more effort and hardwork.
    Therefore N quality programmer = (N*hardwork)+(N*effort)+(N*time)

  2. #2
    Join Date
    Oct 2002
    Location
    Torture chamber
    Posts
    132

    Unhappy Re: Applets in ASP.net ??

    I've did some search in MSDN and learnt that it is called Browser Extension/ web accessories. But what puzzles me is that they do not provide any info on how to go about implementing it, and extensions are implemented via COM objects.

    Do I really need to resort to WIN32 API just to achieve that?
    or is there a way in ASP.NET?
    I'm lost.
    end------------------------------
    Programmers aren't born, but are made from hardwork, effort and time.
    To be a good one, requires more effort and hardwork.
    Therefore N quality programmer = (N*hardwork)+(N*effort)+(N*time)

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