大家推荐一个VB视频教程
我学的是C# 现在工作需要要学习VB 大家给我推荐一个好的视频教程,好的书本教材也推荐一些
http://download.csdn.net/source/1371398
http://download.csdn.net/source/1627094
http://download.csdn.net/source/1627065
http://download.csdn.net/source/1469194
http://download.csdn.net/source/1638154
很好的资料,谢谢!
谢谢你了
http://pcedu.pconline.com.cn/videoedu/asp/0903/1587195.html
基础教程
看看再说。
??????
相关问答:
login.aspx.vb:
Public ReadOnly Property nameT() As String
Get
Return TextBox1.Text
&nb ......
Printer.ScaleMode = 6
6表示毫米
Printer.PaperSize = vbPRPSA4
'初始坐标
x = 1
y = 4
'最大的线筐
Printer.DrawStyle = 0
Printer.Line (x, y)-(x + 132.5, y) ......
要用vb打印一条线,长度是100毫米怎么写?
关注
VB code:
Printer.ScaleMode = vbMillimeters
Printer.Line (10, 10)-(110, 10)
Printer.ScaleMode = vbMillimeters
Print ......
用VB怎么只针对windows自带的文件的右键添加菜单 如(.txt .doc)
这个是只针对以这两个为扩展名的文件操作
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\txtfile\shell\[随便起名]\command]
@= ......
VB 如何通过API获取网卡的硬件信息,比如:
我的网卡为:
Atheros L1 Gigabit Ethernet 10/100/1000Base-T Controller
如何通过这个网卡名获得像下面这个样的信息
\Device\Tcpip_{113F8C45-C710-4CA4-97 ......