用vb编写的一个模拟打字的打字软件。 Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows 窗体设计器生成的代码 " Public Sub New() MyBase.New() '该调用是 Windows 窗体设计器所必需的。 InitializeComponent() '在 InitializeComponent() 调 用之后添加任何初始化 End Sub '窗体重写 dispose 以清理组件列表。
这个软件包包含了Dicom相关的小软件,包括Dicom读写,以及网络相关的软件,每功能一般都是一个独立的程序,很实用。PACSview inherits its basic functionality from ACRNview, but accesses not to single image files, but to image boxes, which content complete image sets of studies. Additional features of PACS
! ! Unigraphics Modeling Application Menu File ! ! ! VERSION 120 UG6.0 ! *************** Changes to the Menubar itself *************** EDIT UG_GATEWAY_MAIN_MENUBAR ! *************** Format Menu *************** AFTER UG_ARRANGE_GROUP BUTTON UG_MODELI
vb.net写的计算器 Public Class Form1 Inherits System.Windows.Forms.Form Private dblNumA As Double = 0 Private dblNumB As Double = 0 Shared oper As String = "" Shared point As Boolean = False Shared dotnum As Integer = 0 Private db lNnm As Double = 0 Priva
AJAX .Net Wrapper quick usage guide Karl Seguin - http://www.openmymind.net/ - copyright 2005 (view AjaxGuide.doc for more detailed information) Step 1 - Create a reference to the ajax.dll file Step 2 - Set up the HttpHandler In the web.config, set
子,你可以看看 用户控件 usc/dg.ascx usc/dg.ascx.cs namespace startmssql.ucs { using System; using System.Data; using System.Drawing; using System.Web; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; public class dg : System.Web.UI.UserCont
在Visual Studio 2003下开发网站的都知道ASP.NET 1.1网站生成后都是一个唯一命名的程序集(项目名称.DLL),但是这种情况在Visual Studio 2005的网站开发中不见了。Visual Studio 2005给我们提供了“发布网站”这样方便的功能,不用在像以前一样COPY的部署,但是采用其“发布网站”的功能,会在站点的BIN目录中产生App_Code.compiled,App_Code.dll,App_Web_xxxxxx.dll,项目名称.dll等等这样的程序