Windows编程基础--窗体篇(这篇文章可能会对你学习WINDOWS编程有些帮助) ... wndclass.hIcon=LoadIcon(NULL,IDI_APPLICATION); file://设置窗口的图标 wndclass.hCursor=LoadCursor(NULL,IDC_ARROW); file://设置鼠标光标形状 wndclass.hbrBackground=GetStockObiect(WHITE_BRUSH); file://设置窗口背景为白色 ...
基于8个网页-相关网页
...dIcon(NULL,IDI_APPLICATION); file://设置窗口的图标 wndclass.hCursor=LoadCursor(NULL,IDC_ARROW); file://设置鼠标光标形状 wndclass.hbrBackground=GetStockObiect(WHITE_BRUSH); file://设置窗口背景为白色 ..
基于4个网页-相关网页
我们已经将画布清理干净(将画布的背景色设置为“白色”),并且当鼠标移至画布时,光标变为交叉(在 X11 中有 78种标准的鼠标光标形状,其名称可以在头文件 cursorfont.h 中找到,典型安装时,这个头文件可以在/usr/X11/include/X11/ 目录中找到。)
There are 78 standard mouse cursor shapes in X11, the names of which can be found in the header file cursorfont.h, which in a typical installation can be found in the /usr/X11/include/X11/ directory.
应用推荐