Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. “Java applets” like!

“Java applets” like!

Scheduled Pinned Locked Moved ASP.NET
csharpjavajavascriptwinformswcf
2 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Teo
    wrote on last edited by
    #1

    I have developed user controls and web controls with .net., and I wonder if it is possible to write “Client Controls” that run on the client’s IE just like Java Applets using .net? The control needs to have rich functionality (canvas to draw, communication with WEB services, etc), not just JavaScript. Thanks

    F 1 Reply Last reply
    0
    • T Teo

      I have developed user controls and web controls with .net., and I wonder if it is possible to write “Client Controls” that run on the client’s IE just like Java Applets using .net? The control needs to have rich functionality (canvas to draw, communication with WEB services, etc), not just JavaScript. Thanks

      F Offline
      F Offline
      fadee
      wrote on last edited by
      #2

      In case of Java applets, jar or class file is downloaded on client machine and JVM (or JIT) runs it. Right? Yes, you can do same kind of thing (but a bit differnt too) in .NET. You can use ActiveX controls. Draw Back: .NET frame work should be installed on client (.NET frame work, about 20 MB file, and right now it is not as common as JVM or JIT is... but future is +ve). --------------------- A gasp of breath, A sudden death: The tale begun. A rustled page Passes an age: The tale is done.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups