VB.NET
‘全局变量 Dim prePos As Integer Dim preTime As Long
'timer1_tick() 内 Dim curPos As Integer Dim time As Long time = timeGetTime Dim curSpeed As Integer curSpeed = (curPos-prePos)/(time-preTime) prePos = curPos preTime = time
分形次数为1时,图形正确,二以上就不对了。
(VB)为什么timer事件没有触发?只运行到显示桌面程序就不往下执行了,谢谢!
VS2008编写遇到了 IMxDocument未定义
用vb.net向access文件添加数据
调用word的com对象的基础环境搭建!
如何在应用程序中嵌入并执行swf文件?