TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jegan Sridhar
NA
3
0
Windows Component not displaying in IE
Oct 9 2007 2:51 AM
Can anyone give me solution?
Actually i have created an ActiveX like windows component using the following URL:
http://www.c-sharpcorner.com/UploadFile/dsandor/ActiveXInNet11102005040748AM/ActiveXInNet.aspx
After that i attached the component in a HTML page using the following code:
<font face="arial" size="1">
<OBJECT id="myControl1" name="myControl1" classid="http:ActiveXComp.dll#ActiveXComp.myControl" width=288 height=72>
</OBJECT>
<input id="Button1" type="button" value="button" onclick="return Button1_onclick()" />
</font>
While running the application in the stand alone system, it is displaying the component (control) in IE 6.0
But when i deploy the application in server and trying to run the application in client machine it is not displaying the component. Its simply displaying the control like multi line text box.
I think this is due to page can't find the class .dll properly. Can any one tell me how to give the correct path of the .dll. or alternate way.
Please urgent.
Reply
Answers (
1
)
Problem in databinding returned columns to the ListBox.
DropDownlist SelectedIndex Problem