搜索资源列表
ODBCReadBmp
- 利用VC提供的数据库接口ODBC进行位图文件的读取和显示-VC provide ODBC database interface for the Bitmap File read and display
ODBC
- ODBC相关源码,比较详细 利用ODBC读位图文件;浏览图像文件-ODBC-related source, a more detailed reading bitmap file using ODBC browse image files
Kinescope
- 《学通Visual C 的24堂课(软件开发羊皮卷)系列》第20课屏幕录像模块,包括屏幕抓图 、抓取鼠标、将位图数据流写入AVI文件、将AVI文件转换成位图数据等-"Learning through Visual C 24 lessons (software development scrolls) series," The first 20-screen video lesson modules, including screen shots, grab the mouse, to write
PB-Set-menu-background-color
- PB设置菜单的背景色 //使用API函数LoadImage()调入BITMAP图像 ls_BitMapFileName = Pic2.Bmp ll_hBitMap = LoadImage(0, ls_BitMapFileName, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE) //创建位图刷子 ll_BitMapBrush = CreatePatternBrush(ll_hBitmap) //设置MENUINFO结构 lstr_M