代码搜索:visualbasic
找到约 5,805 项符合「visualbasic」的源代码
代码结果 5,805
www.eeworm.com/read/123586/14622698
vb rs232.vb
'Keith Langer 2/5/02
'Modified to handle overlapped IO and provide asynchronous read/write
Imports System
Imports System.Runtime.InteropServices
Imports Microsoft.VisualBasic
Imports System.Threa
www.eeworm.com/read/219023/14897568
cs authentication.cs
using System;
using System.DirectoryServices;
using System.Runtime.InteropServices;
using System.Collections;
using System.Collections.Specialized;
using Microsoft.VisualBasic;
using System.Secu
www.eeworm.com/read/6626/94217
vb form1.vb
Imports VB = Microsoft.VisualBasic
Public Class Form1
Inherits System.Windows.Forms.Form
Private Declare Function GetTempFileName Lib "kernel32" Alias "GetTempFileNameA" (ByVal lpszPath A