08 2007 档案

摘要:In my VC MFC develop expericence, I always find that it is really poor of the microsoft provided to us, but we have no much project budget to bug a beautiful third-ctrl. So sometimes we need do some work to modify the standard Control. For the purpose of reuse, I have my library database, though lots of them come from internet, and I just did little work. but I still very pleasure to share with your guys. At first, I want introduce XListCtrl to you. This control was developed by Ha 阅读全文
posted @ 2007-08-24 11:22 vEteran.lu 阅读(1513) 评论(2) 推荐(0)
摘要:CWebBrowser2 ctrl provide two method to link a web page: Navigate2(VARIANT* URL, VARIANT* Flags, VARIANT* TargetFrameName, VARIANT* PostData, VARIANT* Headers) Navigate(LPCTSTR URL, VARIANT* Flags, VARIANT* TargetFrameName, VARIANT* PostData, VARIANT* Headers) My requirement is very simple, give a link: such as www.sina.com, navigate to web page. At first, I use method Navigate because it is easy to use. But sometimes I find that it get a error page while I can link the 阅读全文
posted @ 2007-08-17 19:43 vEteran.lu 阅读(1715) 评论(1) 推荐(0)