473,387 Members | 1,549 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

How to call Visual C dll and .Net dll at clientside?

Tom
I'm developing c# Asp.net application (rewriting VB6 Application)
and I have a few questions :

How to call (1) How to call dll
(2) Net dll at clientSide ?
I guess that I have to use JavaScipt.
also, will I get security messagebox each time I use it ?
Sep 14 '08 #1
2 1454
Tom
I'm developing c# Asp.net application (rewriting VB6 Application)
and I have a few questions :

How to call at clientSide (1) VC++ dll
(2) .Net dll

I guess that I have to use JavaScipt.
also, will I get security messagebox each time I use it ?
Sep 14 '08 #2
"Tom" <a@a.awrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
I'm developing c# Asp.net application (rewriting VB6 Application)
and I have a few questions :

How to call (1) How to call dll
(2) Net dll at clientSide ?
I guess that I have to use JavaScipt.
also, will I get security messagebox each time I use it ?
Generally speaking you can't do this, at least, not natively...

This is one of the fundamental differences between an application which runs
on the desktop and one which runs in a browser. All modern browsers are
designed specifically to prevent any interaction with the hardware (and
software) of the machine on which they are running, for obvious security
reasons.

You can, of course, write an ActiveX control which can do virtually
anything, but this will mean that you will be restricted to Internet
Explorer and you will have to ramp security right down just to get the
ActiveX control to run.

Silverlight offers more possibilities, especially version 2 which is still
in beta testing:
http://silverlight.net/

The simplest thing is probably to explain what you're trying to do...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Sep 14 '08 #3

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

Similar topics

33
by: John Timbers | last post by:
I'd like to purchase Visual C# .Net for learning purposes only since it's a lot cheaper than Visual Studio (note that I'm a very experienced C++ developer). Can someone simply clarify the basic...
4
by: Rob Shorney | last post by:
Hi, I am using .Net 2003 , c# asp.net. The situation i have is this. I have a asp.net page which in the codebehind maintains an xml document in memory. The user can click on a button to popup a...
3
by: RFS666 | last post by:
Hello together, I tried to find out about populating an asp.net server control (a dropdownlist) from the clientside jscript, but I didn't find a solution up to now. I cannot use a html...
3
by: Adrian | last post by:
Hi http://www.codeguru.com/csharp/csharp/cs_misc/com/article.php/c4263/ If I create a clientside dll as in the above above link how would I then call it from a local HTML page using JS? thanks
19
by: thisis | last post by:
Hi All, i have this.asp page: <script type="text/vbscript"> Function myFunc(val1ok, val2ok) ' do something ok myFunc = " return something ok" End Function </script>
97
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in...
16
by: susiedba | last post by:
hey I used to be able to take VB6 code and paste it into a HTML page and it would run on the clientside does anyone know if this is possible in VB 2005? Thanks -Susie
3
by: Angus | last post by:
I have a web page with a toolbar containing a Save button. The Save button can change contextually to be a Search button in some cases. Hence the button name searchsavechanges. The snippet of...
0
by: Cubaman | last post by:
On Sep 14, 3:49 pm, "Tom" <a...@a.awrote: You could also use a java applet, wich run in many os and browsers Best regards.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.