472,364 Members | 2,112 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,364 software developers and data experts.

trying to run winform (.dll) on local webpage (like an applet)

Hello,
I'm trying to run a very basic winform dll (just some graphics to show it's
executing) locally on my PC by calling it from a webpage... (not using IIS
or anything else)... I'm used by doing this with java applets for years and
it works fine...

The .dll file is in the same directory as the webpage file...

The problem is that it not executing (IE just shows a red cross you
know...)... BUT when I upload it to a webserver on the internet it works
fine!!! Why is that? Can I not execute it locally not using a webserver?
This is just clientcode! I've checked the security settings in IE and on
the dotnet framework in the control panel in Windows but everything seems
ok...

Maybe I've got the whole point wrong?

Thanks a lot for your help,
Tobias

Here's the webpage code:

<html>
<body>
<object
id=myDotNetTest

classid="CustomerControl.dll#Microsoft.Samples.Win Forms.Cs.CustomerControl.C
ustomerControl"
width=464 height=320>
</object>
<br>
testboy!
</body>
</html>

Jul 21 '05 #1
0 1402

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Tobias Nilsson | last post by:
Hello, I'm trying to run a very basic winform dll (just some graphics to show it's executing) locally on my PC by calling it from a webpage... (not using IIS or anything else)... I'm used by doing...
1
by: Mikkel Faarup | last post by:
Hi All I have run into a problem using NANT. When building with NANT and local characters like æ ø å are used in file- and method-names NANT reports an XMLParser error? VS.Net builds fine...
1
by: HypoThraXer | last post by:
Hi! I'd first like to refer to an article I read earlier: http://www.csharphelp.com/archives/archive109.html?printable=yes This article had originated from this group itself. What this...
2
by: Stefan Reinmers | last post by:
hi there, i include in a webpage (with the object tag) a dll to show in the webpage a windowsform (windowscontrollib.dll) when i test all on the development pc (winxp ,framework 1.1) it works fine....
8
by: smthames | last post by:
I have a pretty sophisticated applet running from several JARs. The main applet is in a signed JAR and performs local file accesses. This works fine. However, the applet in this signed JAR is...
7
by: babacrash | last post by:
Hello, I have designed a webpage mainly consisting in JavaScript code. It has to load an XML document's content when it is loaded so as to show a content depending on the XML data. Both the...
4
by: Karl | last post by:
Does anyone have a sample of an .hta file. I need to put Access data in a local webpage. The data needs to be displayed in an html table.(like a continous form) So far I have the following but...
5
by: JohnLorac | last post by:
Hello, can somebody help me with saving file into local disk using javascript? I made some sample code which unfortunately won't work :(. Applet sample file: public class IO extends...
0
by: Martinuss | last post by:
Can someone help me for a actionscript in Flash CS4 how to start 'local' applications like MsWord,from swf file (actionscript 2.0)webbased and as stand alown flash player?
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.