Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Sheila #1
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
-
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... -
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... -
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... -
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... -
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... -
Steve C. Orr [MVP, MCSD] #2
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



Reply With Quote

