how to display windows control in IE browser

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default how to display windows control in IE browser

    Hi,

    I created a windows control and put it inside a html code, when the page
    load in IE brower, the weindows control can not be displayed properly. I also
    tried putting the control assembly into GAC, but it still doesn't work. Is
    there any special configuration i need to do? Following is the sample code
    how i put the control inside html code.

    <object id="HelloWorldControl1"
    classid="http:HelloWorldControl.dll#HelloWorldCont rol.HelloWorldCtl"
    height="500" width="500" VIEWASTEXT>

    Any suggestion is welcome. Thanks in advance.

    zy

    Sheila Guest

  2. Similar Questions and Discussions

    1. Browser Display Problems with IE 6.0
      Hello everyone, I am having an annoying problem that I know isn't anything new. I just can't find anything reliable to help me resolve it. I...
    2. Display issue in the browser
      I have updated my OS (windows XP) using Windows update manager. After that, when I try to open my mxml files, they are not rendered properly. The...
    3. Browser DIsplay: NULL 500
      I am attempting to kick off cf on JRUN4 from a WAR file. My terminal informs me that alot of items are not being pre-loaded i.e. error Could not...
    4. Odd web control problem. Two instances of control A on different pages display each other's data!
      I am currently using the ScottWatter (or ScottWater) Amazon Book Control in a website I am developing. Basically this is the outline: - It is a...
    5. Need Help Printing within Web Browser using a Windows Forms Control
      I successfully create a .NET Component (Visual Basic .NET) that would print, unfortunately when used within a web browser it appears that .NET...
  3. #2

    Default Re: how to display windows control in IE browser

    Here's how to embed windows forms controls into a web page.
    [url]http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx[/url]
    [url]http://devcenter.infragistics.com/Articles/ArticleTemplate.Aspx?ArticleID=1264[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD, MVP
    [url]http://SteveOrr.net[/url]


    "Sheila" <Sheila@discussions.microsoft.com> wrote in message
    news:769BC77C-F354-43C6-B69B-86BF9BA8024B@microsoft.com...
    > Hi,
    >
    > I created a windows control and put it inside a html code, when the page
    > load in IE brower, the weindows control can not be displayed properly. I
    > also
    > tried putting the control assembly into GAC, but it still doesn't work. Is
    > there any special configuration i need to do? Following is the sample code
    > how i put the control inside html code.
    >
    > <object id="HelloWorldControl1"
    > classid="http:HelloWorldControl.dll#HelloWorldCont rol.HelloWorldCtl"
    > height="500" width="500" VIEWASTEXT>
    >
    > Any suggestion is welcome. Thanks in advance.
    >
    > zy
    >

    Steve C. Orr [MVP, MCSD] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139