更改IDR_MainFrm指向的ico文件, 该图标有两种格式,32×32和16×16,这两种格式都要改,还可以在主框架的OnCreate函数里指定使用哪个图标:修改MFC标题栏上的图标下边提供两种方法:一、方法一:在MainFrm的OnCreate()里HICON m_hIcon;m_hIcon = AfxGetApp()->LoadIcon(IDI_ICON_01);SetIcon(m_hIcon, TRUE); // Set big iconSetIcon(m_hIcon, FALSE); // Set small icon其中图标IDI_ICON_01需要首先 Read More
posted @ 2013-05-10 16:17
vranger
Views(905)
Comments(0)
Diggs(0)
http://hellojunwang.net/Resources.htmlComputational GeometryThe Geometry Center(UIUC)Computational Geometry Pages(UIUC)Geometry in Action(UIC)Geometric Resource(UFL)CAGD Applets(UKA)Voronoi/Delaunay Applet(CornellUniversity)Directory of Computational Geometry Software(Dr.Nina Amenta)Theoretical Comp Read More
posted @ 2013-05-10 14:39
vranger
Views(1170)
Comments(0)
Diggs(1)

浙公网安备 33010602011771号