Part 1
Original article:
Last month (vol. 2, issue 9), I gave an executive overview of the conversion process, and started looking at converting General VB6 code to VB. net. this month I will finish General conversions, including DLLs, then start on Database conversions. next month, in the final segment, I will cover converting ASP. net web pages, and look at
When I used it, the effect was good. The conversion of a single unit was good, but there were many obvious errors in conversion from VB. NET to C,
For example
Ilist list;
List (INDEX) --> convert to list (INDEX) instead of list [Index]
Tostring, tolower, getnextentry
Not converted to add ()
Online conversion of VB. NE
VB. NET: query ID card information and VB. net id card information
Sometimes we need to verify or check a person's ID card information.
You can use the Baidu ID card query interface, including the extended information.
To see http://apistore.baidu.com/apiworks/servicedetail/113.html
You can see the random
[Note: The original alicloud post must point out the source of the original article link]
Keywords: Visual Basic 6/Visual Basic. NET mobile programming, smartphone PDA Pocket PC, Palm OS, Sybian series60 Mobile Application Development
Previously, we only knew that we could use VB to develop PPC platform applications in mobile application development. When I was looking for s60 development materials, I found
Many companies I have worked for are selecting VB. net, as their core development tool, has gone through a long period of time. One of their major concerns is that if they do not use the C # language, they cannot develop pure. net Framework code. There are two main reasons for them to come to the conclusion that, first of all, due to the running restrictions of
[Vb.net] XML File Parsing in VB. NET, vb. netparsingIntroduction
Parsing XML files has always been time consuming and sometimes tricky.. NET framework provides powerful new ways of parsing XML. The varous techniques know to parse xml files with. NET framework are usingXmlTex
The simplest example of compiling and calling DLL in VB. NET, and the compiling example of vb. netdll
DLL (Dynamic Link Library) is a very useful thing. It is very important to develop large projects, because when many people cooperate in development, they can assign a task to each person and use DLL to complete it, when combined, there will be no conflict. Here
VB. NET Winform and vb. netwinform
Recently, a winform program is required for development. Use VB. NET to write.
At the beginning of development, you need to implement a form set as a multi-Document Interface (MDI) Sub-form container. To implement this function, start to
VB. NET WinForm: Get the User Name of the running program, vb. netwinform
A program may be run by multiple users as follows:In the WinForm environment of VB. NET, how does one obtain the User Name?You can use the following method:
Code:Public Shared Function GetProcessOwne
In the VB project, reference "Microsoft Excel 11.0 Object" 11.0 as the version number. It is not important. The Excel2000 is 9.0.
Declarative Variables
Dim xlApp As Excel. ApplicationDim xlBook As Excel. WorkbookDim xlSheet As Excel. WorksheetSet xlApp = CreateObject ("Excel. Application ")
Use TemplateSet xlBook = xlApp. Workbooks. Open (App. Path "common .xls ")On Error GoTo 0Set xlSheet = xlBook. Worksheets (1)XlApp. Visible = FalseXlSheet. Activa
To elaborate on VB. NET (top)
(Author: Green Apple Studio compiled March 07, 2001 14:47)
Proposed by Microsoft Corporation. NET concept, is infiltrating into our life from all aspects. The role it will produce, as one industry expert describes: "Please forget what you think you know." NET will change everything! " Tha
.
Protected: A protected class member can only be accessed by a derived class of that class and within the class itself. You can use the protected keyword to make a class member a protected class member.
Friend: A class member with a friend-level access restriction can only be used within the program that defines the class, and using the Friend keyword makes the class member have a friend-level access restriction.
Protected friend: This is a combination of Protected and friend two types of ac
A project involves a scenario in which the original project written by Vb/c# to invoke some of Python's methods to accomplish a particular operation, which involves invoking the Python scripting method in the. Net framework.The procedure is as follows:1): Show a simple python code, pass a parameter, and return the modified string, the file name is mytest.pydef mytestfunction (name) return " " + Name2):
code of the cost machine, and then run the code.
B.. NET Framework is composed of two elements: the base class library (BCL) and the common language (CLR.
Ii. VB. NET and VB
VB. net is a programming language and can be seen as
Program
You no longer need to use the WIN32 application programming interface or VB Shell function to start the external application. Because you can use. NET Framework to further simplify the code by doing this operation with the System.Diagnostics.Process class.
Although. NET makes a lot of things more complicated, but it's not the start of an external applicat
The number of new postings on the. NET blog has been decreasing. I think everyone should be diligent, share their experience and ideas, do not let this blog decline.
VB supports the feature "optional parameters" starting from 4.0. That is, some of the parameters of a function or subroutine are optional and can be invoked without input. In fact, VB from the begin
Vb. NET Create irregular form Montaque (original)
In general, the form of an application is a regular, rectangular form. Sometimes for a particular purpose, we want to change the shape of the application form, such as being a MP3 player, a small clock, and so on, which requires "customizing" our Application. In addition, specially shaped forms can sometimes attract the attention of users, making them pay s
Developers have been asking Microsoft to add more multi-threaded functionality to VB, as well as for vb.net. VB6 has supported the creation of multithreaded EXE, DLL, and OCX. However, using multithreading is probably not a very accurate word. Therefore VB6 only supports cells that run multiple single-threaded threads. A unit is actually a space for code execution, and the bounds of the cell limit the access of the code to anything other than the unit
You no longer need to use Win32 application programming interfaces or vB Shell functions to start external applications. Because you can use the system. Diagnostics. Process class in the. NET Framework to further simplify the code. Although. Net makes a lot of things more complex, it is not here to start external applications. In traditional vbprograms, you can u
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.