Windows Form from within Internet Explorer

Hi,

Does anyone know how can I get my C#.NET windows form to launch from Internet Explorer

Is this possible at all

Thanks


Answer this question

Windows Form from within Internet Explorer

  • FlyingHorse

    hello man,

    please did you have any experience about Zoom in, out of picture



  • cmtytest2

    Thanks again,

    Sorry to be a pain, but I compile the form to DLL, it is not an application in itself....

  • Feret

    Hi,

    Yes I can do this with a control, but is this possible with an actual Form rather than a a control

  • Matt David

    Dear,

    if you use a windows user control you can add it to the aspx screen by adding <object> tag

    <object id="anyID" classid="DllFileName.dll#Namespace.classname" VIEWASTEXT>



  • PhilipRieck

    no
  • Pete Wojtkowiak

    hi,

    you can do that for form control, but it is not friendly for client,

    try that:

    <a href="aa.exe">aaa </a>



  • Windows Form from within Internet Explorer