求助:vb6写的代码,请问用vb.net怎么写
求助:
下面是用vb6写的代码,请问用vb.net怎么写?
Dim pt As New Point Dim x1 As Double Dim y1 As Double x1 = 100 y1 = 50 pt.Set x1, y1
.net中不支持pt的SET属性啊
求助:
下面是用vb6写的代码,请问用vb.net怎么写?
Dim pt As New Point Dim x1 As Double Dim y1 As Double x1 = 100 y1 = 50 pt.Set x1, y1
.net中不支持pt的SET属性啊
2004-11-09 22:37
把这段代码在VB6中写好,保存后,用.NET打开升级不就可以了.然后看看怎么写的也就行了.
2004-11-13 11:33

2004-11-16 18:45
2004-11-16 23:02
2004-11-16 23:05