| Visual Basic preparation of the virus |
| The computer industry believe that everyone hates a computer virus, she gives us a lot of trouble and losses, you know that the virus preparation methods and process it? I only prepared VB, for example, lifted her veil. VB with the preparation of the... |
| Visual Basic achieve point-to-point communication |
| The use of TCP protocol, if a need to create custom applications, it is necessary to identify the server name or IP address. Application of communications port at any time will be carefully monitoring the news issued by each other, this is the system... |
| VB with the realization of multi-media API |
| Windows is calling the library mmsystem.dll. Following is a statement calling the API (the code of these procedures on the statement in part): 1. 'CD player and AVI needed a statement. DeclareFunctionmciSendStringLib MMSYSTEM (ByVallpstrCommandasStri... |
| Visual Basic achievement of Office Assistant |
| Abstract: This paper describes the Visual Basic 6.0 development environment in their own applications on Microsoft's Active X control agents to carry out the general method of programming. Keywords: Visual Basic 6.0, Active X, Agent Introduction I be... |
| VB with the closure of the screen protection |
| How to turn off ScreenSave function, to change the time Timeout In addition, only hope that this change in the use of Windows when it (the next boot to restore the status quo), the final parameters changed SPIF_SENDWININICHANGE (not SPIF_UPDATEINIFIL... |
| Vb at the tape to delete the folder in a folder |
| OptionExplicit PrivateSubCommand1_Click () DimstrPathNameAsString StrPathName = \ \ strPathName = InputBox (\ Enter the need to delete the folder name: \ \ deleted folder \) IfstrPathName = \ \ ThenExitSub OnErrorGoToErrorHandle SetAttrstrPathName, v... |
| How to get the drive letter?-Vb Guide |
| ion Explicit Private Declare Function GetDriveType Lib \ kernel32 \ Alias \ GetDriveTypeA \ _ (ByVal nDrive As String) As Long 'GetLogicalDriveStrings - access to a string, which contains all the logic of the current drive to the root drive path Priv... |
| The most efficient way to read the text file |
| Read the text of the document is the most efficient way to use the Input $ function, as the course of the following: Function FileText (filename $) As String Dim handle As Integer handle = FreeFile Open filename $ For Input As # handle FileText = Inp... |
| VB to use ASP object instance methods |
| VB to use ASP object instance many people believe that the methods used by it, the article is aimed Novice to facilitate learning. Development: 1. Activex Dll the establishment of new projects 2. Revise the name Project 3. Amend the name of the Modul... |
| VB code to obtain information system |
| Private Type SYSTEM_INFO dwOemID As Long dwPageSize As Long lpMinimumApplicationAddress As Long lpMaximumApplicationAddress As Long dwActiveProcessorMask As Long dwNumberOrfProcessors As Long   |
|