我的环境VB 6.5 & office 2002 sp3
Application.CommandBars.Item(48).Controls.Item(1).X 里面没有Picture这个属性。。怎么设置?
是不是要在VB环境里引用什么库文件或者什么的?
帮顶
引用
是FaceId属性
什么意思?
FaceId 也只能在监视器里看到,跑的时候 ......
If db.State = adStateOpen Then
db.Close
End If
rc.CursorLocation = 3
db.Open "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=courseexamine;Data Source=" + server_n ......
1、在vs2005下 vb 判断listbox 是否选中
用Selected(i)没用
要如何判读是否选择?
2、在vs2005下,vb画圆
Dim g As Graphics = picboxCircle.CreateGraphics()
g.DrawArc(New Pen(Color.Black), 0, 0, CInt ......
信息表情况1:
编号 名称 修改日期
1 abcdef 2009-11-13
2 abgdheyu 2009-11-14
3 abcdeerttef 2009-11-15
4 ww35cd ......
Dim x As String
Dim y As Variant
x = "20091114"
x = Format("20091114", "yyyymdd")
很简单的VB语句,我印象中是这样的格式,但是运行起来为什么报溢出错误呢?
應當是Format函數本身的原因。只要2009,11,14之間隔開,比如"2009 11 ......
大家好,我要打印一份文件 需要双面打印 正面打
Printer.Font.Size = 14
Printer.Font.Bold = False
Printer.Print
Printer.Print " 车辆一致性证书第一部分(车辆总体信息--用于完整车辆)"
Printer.Print
......