asp
am 12.12.2006 12:32:11 von iskofajardo
can somebody give a simple control/example using windows API with asp
or asp.net?? or somebody can tell me anything regarding with the
relationship between windows api to asp?
thanks in advance
best regards,
francis fajardo
Re: asp
am 12.12.2006 12:47:00 von reb01501
iskofajardo@yahoo.com wrote:
> can somebody give a simple control/example using windows API with asp
> or asp.net?? or somebody can tell me anything regarding with the
> relationship between windows api to asp?
>
ASP and ASP.Net are quite different technologies so it is unlikely you will
get hel with it in a classic ASP newsgroup such as this. I would suggest
microsoft.public.dotnet.framework.aspnet.
With classic ASP, there is no way to directly use API functions from script
technology. You have to build a "wrapper" dll, perhaps using VB6, to do
this. Google should provide you with examples.
--
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"
client computer name
am 13.12.2006 06:29:56 von iskofajardo
hello there...
how can i get the client computer name upon registration in asp?
suppose i want create a registration for Log-in control in one company.
i don't let the user to customize his/her username...because of some
reasons. so i only want to get the computer name of the user which can
be used as his/her automatic username...
can somebody give me the codings in asp?
client computer name
am 13.12.2006 06:30:15 von iskofajardo
hello there...
how can i get the client computer name upon registration in asp?
suppose i want create a registration for Log-in control in one company.
i don't let the user to customize his/her username...because of some
reasons. so i only want to get the computer name of the user which can
be used as his/her automatic username...
can somebody give me the codings in asp?
thanks in advance