C语言
yaak
这个作者很懒,什么都没留下…
展开
-
generate a random for the text disply
srand(GetTickCount());// update function, int ab = rand(); ab= ab % 200 ;// 200 is the max value CString string; //define a string type string.Format("%d",ab);//transfer int to string .转载 2006-09-21 23:54:00 · 596 阅读 · 0 评论 -
Usage of the vc timer
http://www.programfan.com/club/showtxt.asp?id=176868 http://hi.baidu.com/f234f234/blog/item/f0a2d200179edb11728b65d9.htmlhttp://www.kylinx.net/node/45/printhttp://zhidao.baidu.com/question/50转载 2006-09-22 00:48:00 · 1483 阅读 · 0 评论 -
About the class Crgn
The CRgn class used to to encapsulate a Windows graphics device interface (GDI) region for program unregulate windows . Construction转载 2006-09-25 15:21:00 · 1132 阅读 · 0 评论 -
Bitmap transfer into the Region
HRGN BitmapToRegion (HBITMAP hBmp, COLORREF cTransparentColor = 0, COLORREF cTolerance = 0x101010){ HRGN hRgn = NULL; if (hBmp) { // Create a memory DC inside which we will scan the b转载 2006-09-25 15:23:00 · 898 阅读 · 2 评论