随笔分类 -  VB

工作中VB使用心得
摘要:Changing Print Job Start Time Uses ADSI to change the start time for all print jobs larger than 400K to 2 AM. Set objPrinter = GetObject("WinNT://atl-dc-02/ArtDepartmentPrinter,printqueue"... 阅读全文
posted @ 2009-10-29 15:19 大漠银狐 阅读(1712) 评论(0) 推荐(0)
摘要:''标准对话框(SmDialog)    ''    Option Explicit    ''''定义一个全局变量,用于保存字体的各种属性    Public Type SmFontAttr    FontName As String ''字体名    FontSize As ... 阅读全文
posted @ 2009-10-28 16:47 大漠银狐 阅读(719) 评论(0) 推荐(0)
摘要:Hi:I'm using VB6 and am trying to compensate for the scrollbar max of 32767. Here's what I'm trying to do. I have a picture control within a picture control. Let's call the outside picture control pic... 阅读全文
posted @ 2009-08-27 10:27 大漠银狐 阅读(1463) 评论(0) 推荐(0)