搜索资源列表
pb9(topwiz)
- 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
bitmap
- PB截图程序 可以截取全屏 或者制定图片空间的图片-PB screenshot program
bitmap
- pb下截图的控件 ,可以截取全屏或者一个控件的图片 然后存入剪贴板-pb screenshot under control, you can intercept the pictures full screen or a control and then into the clipboard
PB_Programming_Great_code_Bitmap_button
- PB编程设计实现位图按钮大代码PB Programming Great code Bitmap button-PB Programming Great code Bitmap button
bitmap
- pb实现图片的截取保存 pb实现图片的截取保存-pb pb achieve picture interception saved the image to achieve the interception to save the image to achieve the interception saved pb
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
bitmap-PB
- 纯PB代码写的 实现屏幕抓图 可以试一下-Pure VB code written