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
  1. Home
  2. General Programming
  3. C#
  4. how to write C# Applet, display it in a web page and the requirement?

how to write C# Applet, display it in a web page and the requirement?

Scheduled Pinned Locked Moved C#
csharphelptutorialquestion
5 Posts 4 Posters 0 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.
  • Z Offline
    Z Offline
    zoltix
    wrote on last edited by
    #1

    how to write C# Applet, display it in a web page and the requirement? Thank in advance for your help. where ?documentation and tuto -=zoltx=-

    S P 2 Replies Last reply
    0
    • Z zoltix

      how to write C# Applet, display it in a web page and the requirement? Thank in advance for your help. where ?documentation and tuto -=zoltx=-

      S Offline
      S Offline
      Stephane Rodriguez
      wrote on last edited by
      #2

      Basically, it's possible to run a .NET assembly into a IE6-hosted web page by adding these tags :

      <object id="myCtl"
      classid="http://www.mycode.Microsoft.com/mycode.dll#myClass">
      </object>

      where mycode.dll is the assembly filename, and myClass is the entry point. Use http://127.0.0.1/... for local assemblies (you've got to put the assembly in your \wwwroot folder, if you are using IIS). More info here[^].

      A Z 2 Replies Last reply
      0
      • Z zoltix

        how to write C# Applet, display it in a web page and the requirement? Thank in advance for your help. where ?documentation and tuto -=zoltx=-

        P Offline
        P Offline
        Paresh Gheewala
        wrote on last edited by
        #3

        check this link which has sample, http://www.codeguru.com/forum/showthread.php?s=&threadid=228806&highlight=C+applet or search Codeguru , forums in C# section only with keyword "C# applets" -Paresh

        1 Reply Last reply
        0
        • S Stephane Rodriguez

          Basically, it's possible to run a .NET assembly into a IE6-hosted web page by adding these tags :

          <object id="myCtl"
          classid="http://www.mycode.Microsoft.com/mycode.dll#myClass">
          </object>

          where mycode.dll is the assembly filename, and myClass is the entry point. Use http://127.0.0.1/... for local assemblies (you've got to put the assembly in your \wwwroot folder, if you are using IIS). More info here[^].

          A Offline
          A Offline
          Anonymous
          wrote on last edited by
          #4

          thanks a lot. I want to know if it is possible to pass some parameters ex:

          1 Reply Last reply
          0
          • S Stephane Rodriguez

            Basically, it's possible to run a .NET assembly into a IE6-hosted web page by adding these tags :

            <object id="myCtl"
            classid="http://www.mycode.Microsoft.com/mycode.dll#myClass">
            </object>

            where mycode.dll is the assembly filename, and myClass is the entry point. Use http://127.0.0.1/... for local assemblies (you've got to put the assembly in your \wwwroot folder, if you are using IIS). More info here[^].

            Z Offline
            Z Offline
            zoltix
            wrote on last edited by
            #5

            thanks a lot. I want to know if it is possible to pass some parameters ex: -=zoltx=-

            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