Ask a Question related to ASP Components, Design and Development.
-
Prabhat #1
How to Use ActiveX for Client PC using ASP
Hi Friends,
I have created one ActiveX DLL in VB that has one public function
("GetClientCPUID") which will return a string of the CPUID. I want to use
this to get the clients CPUID and retuern to webserver. I am new to using
activeX in client side.
In Asp how can I send this ActiveX to client browser? (I will instruct my
users to allow this activeX). Is there a way I will execute this activeX in
clients PC and get the return value and return to the server for my
processing? Please suggest the ways that I can do this.
Also suggest what are the situations that I should know before I proceed. I
think there will might a issue when I upgrade the activeX and the client
those are using the current one may face problem so I think I will need a
way to uninstall the register the new one. I am not sure of this. Please
suggest.
Thanks
Prabhat
Prabhat Guest
-
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
client-to-client communication via SOAP
I am in the intial stage of architecting and building an application in which each client running the application will occasionally send a set of... -
Adding client-script to handle client events
My code is in a search box pop-up that is opened by a parent page. From the search box, I need to be able to add code to a hyperlink in my datagrid... -
DBD::Oracle --- build w/8 client vs. usage w/9 client
Just a double check. Does anyone know for sure whether I will have problems if I build DBD::Oracle using the Oracle 8.x client and then try to use... -
XP, IBM Access Connections, Cisco VPN client, Novell client
I am having this problem getting IBM laptops to login to the wired network after I installed the latest IBM Access Connections software and the... -
Mike Brind #2
Re: How to Use ActiveX for Client PC using ASP
Prabhat wrote:OT groups removed from Crosspost.> Hi Friends,
>
> I have created one ActiveX DLL in VB that has one public function
> ("GetClientCPUID") which will return a string of the CPUID. I want to use
> this to get the clients CPUID and retuern to webserver. I am new to using
> activeX in client side.
>
> In Asp how can I send this ActiveX to client browser?
Which bit of "You cannot do this in ASP" did you not understand? Why
on earth did you cross post to two ASP groups?
--
Mike Brind
Mike Brind Guest
-
Prabhat #3
Re: How to Use ActiveX for Client PC using ASP
> OT groups removed from Crosspost.
I did not cross post. I have made CC to the post. An d I think that is not>
> Which bit of "You cannot do this in ASP" did you not understand? Why
> on earth did you cross post to two ASP groups?
>
> --
> Mike Brind
corsspost. I am not asking you the question that cant be done in ASP. I
asked how Can I send ActiveX DLL to client browser and return value to
server, Is that not possible in ASP???????
Prabhat Guest
-
Anthony Jones #4
Re: How to Use ActiveX for Client PC using ASP
"Prabhat" <not_a_mail@hotmail.com> wrote in message
news:e4FMwGUiGHA.2188@TK2MSFTNGP04.phx.gbl...No you can't>> > OT groups removed from Crosspost.
> >
> > Which bit of "You cannot do this in ASP" did you not understand? Why
> > on earth did you cross post to two ASP groups?
> >
> > --
> > Mike Brind
> I did not cross post. I have made CC to the post. An d I think that is not
> corsspost. I am not asking you the question that cant be done in ASP. I
> asked how Can I send ActiveX DLL to client browser and return value to
> server, Is that not possible in ASP???????
>
Anthony Jones Guest
-
Mike Brind #5
Re: How to Use ActiveX for Client PC using ASP
Prabhat wrote:No.>> > OT groups removed from Crosspost.
> >
> > Which bit of "You cannot do this in ASP" did you not understand? Why
> > on earth did you cross post to two ASP groups?
> >
> > --
> > Mike Brind
> I did not cross post. I have made CC to the post. An d I think that is not
> corsspost. I am not asking you the question that cant be done in ASP. I
> asked how Can I send ActiveX DLL to client browser and return value to
> server, Is that not possible in ASP???????
Mike Brind Guest
-
Bob Barrows [MVP] #6
Re: How to Use ActiveX for Client PC using ASP
Prabhat wrote:
That's the definition of a crosspost.>>> OT groups removed from Crosspost.
>>
>> Which bit of "You cannot do this in ASP" did you not understand? Why
>> on earth did you cross post to two ASP groups?
>>
>> --
>> Mike Brind
> I did not cross post. I have made CC to the post.
Multiposting: posting individual separate messages to multiple newsgroups.
This is very much frowned upon since it is the equivalent of running into a
crowded room, screaming out a question, and then, without waiting for a
reply, running into another crowded room to scream the same question. When
people find that they've wasted their time responding to a question that has
already been answered elsewhere, they can get extremely annoyed at the
questioner, making it less likely that they will respond to that questioner
in the future. Does this sound like a good strategy for getting as many
people as possible to help you?
Crossposting: sending a single message to multiple newsgroups by either
including a list of the newsgroups in the To field, or using the CC as you
did. This practice is not frowned upon as much as multiposting ... EXCEPT
when you include irrelevant newsgroups in your crosspost. Even more so when
you've been previously advised that your question was irrelevant for those
groups. Irritating the people from whom you want support is not the best way
to get their support.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows [MVP] Guest
-
Peter Torr \(MS\) #7
Re: How to Use ActiveX for Client PC using ASP
"Prabhat" <not_a_mail@hotmail.com> wrote in message
news:ug9vhzTiGHA.5036@TK2MSFTNGP04.phx.gbl...Use the object tag, and IE will install it automatically (assuming the> I have created one ActiveX DLL in VB that has one public function
> ("GetClientCPUID") which will return a string of the CPUID. I want to use
> this to get the clients CPUID and retuern to webserver. I am new to using
> activeX in client side.
>
> In Asp how can I send this ActiveX to client browser? (I will instruct my
> users to allow this activeX). Is there a way I will execute this activeX
> in
> clients PC and get the return value and return to the server for my
> processing? Please suggest the ways that I can do this.
security settings and the user will allow it).
[url]http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/object.asp[/url]
If these are client machines you control, it would be preferable to install
the control NOT via drive-by download, but via a setup.exe. You could do
this in a login script (which wouldn't require users to be local
administrators)
Peter
--
Peter Torr - [url]http://blogs.msdn.com/ptorr[/url]
HD DVD Program Manager
Peter Torr \(MS\) Guest
-
Prabhat #8
Re: How to Use ActiveX for Client PC using ASP
Hi Peter,
Yes you are right. I have seen some of samples in website that they use the
Object TAG for sending the ActiveX to client. Actually I did not know the
procedure and I was not sure if it install it or not. I think I can use the
TAG in ASP page to send to client. But I get reply in this post that NOooo.
Here I am not sure how can i execute that in clients browser and return the
value to server. Can you please advice me.
Thanks
Prabhat
[url]http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/object.asp[/url]>
> Use the object tag, and IE will install it automatically (assuming the
> security settings and the user will allow it).
>
>install>
> If these are client machines you control, it would be preferable to> the control NOT via drive-by download, but via a setup.exe. You could do
> this in a login script (which wouldn't require users to be local
> administrators)
>
> Peter
>
> --
> Peter Torr - [url]http://blogs.msdn.com/ptorr[/url]
> HD DVD Program Manager
>
>
Prabhat Guest
-
Bob Barrows [MVP] #9
Re: How to Use ActiveX for Client PC using ASP
Prabhat wrote:
Followup-To set to> Hi Peter,
>
microsoft.public.scripting.vbscript,microsoft.publ ic.scripting.jscript
Please continue discussions there.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest



Reply With Quote

