المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Automated save as webpage completed by C#



C# Programming
10-24-2009, 07:10 AM
I want to automated call function "save as" and choise "save as type = webpage completed..." from Webbrowser Control (Windows Forms, C#).
I found the source code in link "http://www.codeproject.com/KB/shell/iesaveas.aspx?msg=1101501" but i can't understand C++. From this code i want to build a funtion DownloadHTMLCompleted(String URI, String FileName) by C++ or C#, then call this funtion from C#.
Help me!