Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm Controls / September 2006

Tip: Looking for answers? Try searching our database.

Windows Forms Control inside IE

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jakub Gwozdz - 12 Sep 2006 15:05 GMT
Hi

Is it possible to serve webpages with WinForm Control ( <object ...> tag )
from other server than IIS? I have to use Tomcat and my control.dll is
downloaded from localhost tomcat server, but doesn't show up. (It works
when downloaded from localhost IIS server)...

Any answer would be appreciated.

Signature

Jakub Gwóźdź    | 90% of development work take 90% of time
gwozdziu@rpg.pl | remaining 10% of development take another 90% of time

Alcibiade - 12 Sep 2006 18:28 GMT
Jakub Gwozdz ha scritto:

> Hi
>
[quoted text clipped - 8 lines]
> Jakub Gwó¼d¼    | 90% of development work take 90% of time
> gwozdziu@rpg.pl | remaining 10% of development take another 90% of time

Hi, I think when you request a page, web server read  and send you it.
I have tried a winform control on apache server and it does.
To load control, is important to have installed framwork and to use
explorer browser
Jakub Gwozdz - 13 Sep 2006 10:24 GMT
En Taro Adun, Alcibiade:

> Jakub Gwozdz ha scritto:
>
[quoted text clipped - 11 lines]
> To load control, is important to have installed framwork and to use
> explorer browser

Nope, there was another problem. Dll file must be served as
"application/x-msdownload". Simply needed to add in web.xml:

 <mime-mapping>
   <extension>dll</extension>
   <mime-type>application/x-msdownload</mime-type>
 </mime-mapping>

(maybe someone else will find it helpful, too)

Signature

Jakub Gwóźdź    | 90% of development work take 90% of time
gwozdziu@rpg.pl | remaining 10% of development take another 90% of time

Frank Hileman - 30 Sep 2006 17:08 GMT
Hi Jakub,

Thanks for this tip! I have been wondering how to do this for a long time!!

Here is a .net control in IE hosted on linux using your information:
http://www.vgdotnet.org/demos/1.1/dials/

Regards,
Frank Hileman

check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio graphics editor

> En Taro Adun, Alcibiade:
>
[quoted text clipped - 24 lines]
>
> (maybe someone else will find it helpful, too)

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.