03 2015 档案
摘要://鼠标点击控件按住不放,控件跟随移动。施放则不移动//这里的控件可以更换为其他控件。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Dr...
阅读全文
摘要:Function SelectByID2( _ ByVal Name As System.String, _ ByVal Type As System.String, _ ByVal X As System.Double, _ ByVal Y As System.Double, _ ...
阅读全文
摘要:SELECT * INTO [新数据库名].[dbo].[新的表名] FROM [老数据库名].[dbo].[老的表名]
阅读全文
摘要:在这些天敲写和调试学生信息管理系统的时候,经常会用到EOF(Endof File)和BOF(Before of File),稍加不注意查询我们的数据库就会出错,那么这俩到底是何方神圣,是怎么用的,之间又有什么区别呢?一、认识 BOF:指当前记录位置位于Recordset对象的第一个记录之前 ...
阅读全文
摘要:1 'SolidWorks API Help 2 'Move Bodies Example (VB.NET) 3 'This example shows how to move all of the bodies in a part document. 4 5 '----------------...
阅读全文
摘要:1 Imports SolidWorks.Interop.sldworks 2 Imports SolidWorks.Interop.swconst 3 Imports System.Runtime.InteropServices 4 Imports System 5 6 Partial Cla...
阅读全文
摘要:1 Imports SolidWorks.Interop.sldworks 2 Imports SolidWorks.Interop.swconst 3 Imports System.Runtime.InteropServices 4 Imports System 5 6 Partial Cla...
阅读全文