搜索资源列表
VFP的ERP的管理软件
- VFP的ERP的管理软件,源代码完整,位图自己布充下吧-VFP ERP management software, the source code integrity, bitmap filling their cloth under it
ODBCReadBmp
- 利用VC提供的数据库接口ODBC进行位图文件的读取和显示-VC provide ODBC database interface for the Bitmap File read and display
All_about_Bitmap_Indexes
- all about oracle bitmap index
liulanweitu
- 用VC++在对话框中实现了预览位图的效果-In the dialog box using VC++ implements the preview bitmap effects
Enroll
- 基于MFC的ODBC数据库实例,提供了关于数据库的建立,录入,修改,维护,运行的程序-For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp
ODBC
- ODBC相关源码,比较详细 利用ODBC读位图文件;浏览图像文件-ODBC-related source, a more detailed reading bitmap file using ODBC browse image files
Oracle-Reference
- Oracle学习参考,包括ROWID的概念、索引的概念、唯一索引、组合索引、位图索引和 基于函数的索引等。 -Oracle Learning Resources, including the ROWID of the concept, the concept of indexing, unique indexes, composite indexes, bitmap indexes and function-based indexes.
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