yelp666 Posted June 1, 2004 Posted June 1, 2004 Hi all, I was wondering if there was any extension for WinInet. WinInet was designed for API32, so I was wondering if Microsoft has developed anything specific for Windows Forms. Thx for any help Quote
Administrators PlausiblyDamp Posted June 1, 2004 Administrators Posted June 1, 2004 There is no direct WinInet support / one-to-one mapping in .Net. However .Net does provide the System.Net and System.Net.Sockets namespaces, you will find a WebClient class - this is a wrapper around a lot of HTTP functionality (upload / download etc). Also search these forums or places like http://www.codeguru.com and you will find several FTP implementations in .Net. Out of interest was there a specific piece of functionality from WinINet you were after? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
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.