CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2003
    Location
    Korat, Thailand
    Posts
    112

    Applet counterpart in VC++

    I got an assignment to develop an application on web browser by using Applet technology. However, I think it's better to develop the application in VC++ which I'm more familiar than Java. Is it possible? Does anyone has any comment?

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125
    The closest analogy between a Java Applet in C++ would be an Active-X component.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    Jan 2002
    Location
    TamilNadu, India
    Posts
    158
    I agree with CPUWizard completely. Though it comes closer, there are lots of draw backs.

    • Though activex fills the void in Microsoft tools, it is widely accepted every one
    • Applets have the inherent advantage of avoiding the disk access totally where as ActiveX dlls are not.
    Muthu

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