代码搜索:bitmap

找到约 10,000 项符合「bitmap」的源代码

代码结果 10,000
www.eeworm.com/read/351177/10675244

h ddbitmap.h

///////////////////////// // DDBitmap.h : v0010 // Written by : Li Haijun // Compiler : Microsoft Visual C++ 4.0 // v0010 : Nov.28.1996 ///////////////////////// // to show the special bitmap
www.eeworm.com/read/351177/10675380

h ddbutton.h

///////////////////////// // DDButton.h : v0010 // Written by : Li Haijun // Compiler : Microsoft Visual C++ 4.2 // v0010 : Oct.25.1996 ///////////////////////// //////////////////////////
www.eeworm.com/read/351177/10675771

h ddmenu.h

///////////////////////// // DDMenu.h : v0010 // Written by : Li Haijun // Compiler : Microsoft Visual C++ 4.0 // v0010 : Nov.07.1996 ///////////////////////// /////////////////////////////
www.eeworm.com/read/467979/6997691

rc images.rc

BALLBMP BITMAP "ball.bmp" MASKBMP BITMAP "ballmask.bmp"
www.eeworm.com/read/458258/7300294

rc victorddraw_res.rc

TVictorDDraw8 BITMAP "VictorDDraw8.bmp"
www.eeworm.com/read/332034/12784493

txt 为ctreeview添加背景图.txt

如何为CTREEVIEW添加背景图 The tree view control does not support an owner drawn control - not yet. This makes it somewhat difficult to display an image as a background. However, it can be done and we will
www.eeworm.com/read/330633/12877974

doc updates.doc

Xlib version 2 modifications Files modified: XLIB.INC XMAIN.ASM DEMO.C 26-09-92 - PRIMARILY JUST ADDED SUPPORT FOR PEL PANNING Pel panning code added to allow for panning to an
www.eeworm.com/read/143154/12893870

txt colorspace_doc.txt

Ever wanted one of those fancy color picking dialogs that apps like Corel PhotoHouse have ? If you did, here it is !! IMPORTANT : Please copy the 2 bitmap files CCRGB.BMP and CCHSB.BMP into yo
www.eeworm.com/read/141112/13038233

rc teeimaba.rc

TIMAGEBARSERIES BITMAP TImageBarSeries.bmp TEEMONEY BITMAP TeeMoney.bmp
www.eeworm.com/read/242302/13076268

txt 如何清除图像框的图像.txt

如 果 是 在 设 计 时 , 先 在 属 性 窗 口 中 选 择 Picture属 性 , 这 时 你 应 该 看 到 “ (Bitmap)” 这 样 的 字 样 , 然 后 按 下 Del键 , 这 样 就 会 变 为 “ (None)” , 图 像 被 清 除 了 。 如 果 是 在 运 行 时 , 使 用 .Picture = LoadPicture()。