代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/242302/13065945
html 13222.html
Re: 小弟请教各位怎样可以在Visual Basic 里Display到Animation GIF档. ( 就像 ACDSee 一样可以观看会动的GIF )
Re
www.eeworm.com/read/242302/13071622
html 19897.html
Re: crystal reprot & visual basic
Re: crystal reprot & visual basic
www.eeworm.com/read/242302/13075141
html 9503.html
Re: 一篇文章请大家参考。(Say Goodbye to the Hardcore Visual Basic)
Re: 一篇文章请大家参考。(Say Goodbye
www.eeworm.com/read/242302/13076136
txt 如何根据需要改变控件中显示的图片.txt
图 片 如 果 以 单 独 文 件 的 形 式 存 放 , 可 以 使 用 LoadPicture调 用 。 如 果 放 在 .res文 件 , 然 后 编 译 到 exe中 , 可 以 使 用 LoadResPicture调 用 。 这 里 只 介 绍 LoadPicture, 关 于 资 源 文 件 参 考 QA002194 “Visual Basic中使用资源的技巧”。
下 面
www.eeworm.com/read/242302/13076239
txt 如何打印picturebox中的内容.txt
Visual Basic的 Printer对 象 支 持 PaintPicture方 法 , 可 以 支 持 打 印 位 图 。 其 语 法 为 :
Printer.PaintPicture picture, x1, y1, width1, height1, x2, y2, width2, height2, opcode
参 数 Picture是 必 需 的 , 指 明 要
www.eeworm.com/read/242302/13077916
txt vb提示“不能识别的数据库文件格式”.txt
<mark>Visual</mark> <mark>Basic</mark> 4.0只支持FoxPro 2.6以前的版本,不能识别<mark>Visual</mark> FoxPro 3.0的数据库。<mark>Visual</mark> <mark>Basic</mark> 5.0支持<mark>Visual</mark> FoxPro 3.0的数据库。看来,你需要升级软件的版本。另一个办法是使用支持<mark>Visual</mark> FoxPro 3.0的数据库的ODBC驱动程序,你可以下载ftp://ftp.microsoft.com/Softlib/MSLFILE ...
www.eeworm.com/read/242302/13078697
txt 如何打印picturebox中的内容.txt
Visual Basic的 Printer对 象 支 持 PaintPicture方 法 , 可 以 支 持 打 印 位 图 。 其 语 法 为 :
Printer.PaintPicture picture, x1, y1, width1, height1, x2, y2, width2, height2, opcode
参 数 Picture是 必 需 的 , 指 明 要
www.eeworm.com/read/242302/13078702
txt 能否直接打开打印机属性对话框.txt
虽 然 API中 有 PrinterProperties函 数 直 接 显 示 这 个 对 话 框 , 但 调 用 起 来 比 较 麻 烦 , 你 可 以 参 考 机 械 工 业 出 版 社 的 《 Visual Basic 5.0 Win32 API 开 发 人 员 指 南 》 , 作 者 Dan Appleman, 书 中 有 专 门 的 章 节 介 绍