michael_hk Posted June 21, 2004 Posted June 21, 2004 Hi guys, I am classic ASPer and I know very little about ASP.NET. I know I need to use ActiveX stuff to access web clients' hard disk, but how to do the same thing with .NET? Thanks. Michael Quote There is no spoon. <<The Matrix>>
eramgarden Posted June 21, 2004 Posted June 21, 2004 look into HttpFileCollection http://www.c-sharpcenter.com/asp.net/FileUpload.htm Quote
michael_hk Posted June 22, 2004 Author Posted June 22, 2004 look into HttpFileCollection http://www.c-sharpcenter.com/asp.net/FileUpload.htm Thanks for your reply eramgarden, but that's not what I need. I want to access client's local resources, like registry, harddisk. I know it can be done with ActiveX control, but not sure what to use in .NET. :confused: :confused: Quote There is no spoon. <<The Matrix>>
bungpeng Posted June 23, 2004 Posted June 23, 2004 You can still using ActiveX control like what you use previously, because ASP.NET still run in browser, client side process is nothing to do with server side languages. In .NET environment, you can use "Windows Control Library", it is similar to ActiveX control in VB6, but the big issue is, the client side need to has .NET Framework in their pc, so I think it is not practical at the moment Quote
michael_hk Posted June 23, 2004 Author Posted June 23, 2004 You can still using ActiveX control like what you use previously, because ASP.NET still run in browser, client side process is nothing to do with server side languages. In .NET environment, you can use "Windows Control Library", it is similar to ActiveX control in VB6, but the big issue is, the client side need to has .NET Framework in their pc, so I think it is not practical at the moment Got it, thanks. ;) Quote There is no spoon. <<The Matrix>>
*Gurus* Derek Stone Posted June 24, 2004 *Gurus* Posted June 24, 2004 http://www.elitevb.com/content/01,0096,01/ Quote Posting Guidelines
michael_hk Posted June 24, 2004 Author Posted June 24, 2004 http://www.elitevb.com/content/01' date='0096,01/[/quote'] Useful link, thanks Derek Stone. Quote There is no spoon. <<The Matrix>>
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.