参考链接:http://hi.baidu.com/yanh105/blog/item/ddd85cf9fff419949f51465c.htmlhttp://iphone.tgbus.com/tutorial/use/201111/20111118151520.shtmlhttp://iphone.tgbus.com/zt/homeicon/代码如下:#import <UIKit/UIKit.h>@interface OMGViewController : UIViewController<UITableViewDelegate,UITableViewDataSource&g Read More
posted @ 2012-02-20 18:40 javawebsoa Views(206) Comments(0) Diggs(0)
void CGdiplusTestView::OnDraw(CDC* pDC){ CGdiplusTestDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); // TODO: add draw code for native data here // device context for painting CDC dcMemory; dcMemory.CreateCompatibleDC(NULL); CRect bkRect; GetClientRect(&bkRect); CBitmap bit... Read More
posted @ 2012-02-20 12:53 javawebsoa Views(285) Comments(0) Diggs(0)