1.1 key knowledge points
1. VB features, installation and startup
Understand the object-oriented, visual, and event-driven features of VB.
2. VB integrated development environment
Beginners can learn how to use the menu bar, toolbar, Toolbox window,
[Today bored to this point, special post a test for a bit]
The implementation of common algorithm in VB
This is based on the information obtained from the Internet, because the usual algorithm is implemented with C programs, almost do not see the
Excel| pie chart When I first used Excel, I was overwhelmed with Excel's chart features, and the graphs were pretty good.
。 Later, I tried to call Excel in VB to support the VBA function, found that the function is really powerful, is very
Recently, I need to write a small test program using VB, so I turned over the abandoned VB for a long time and installed a green version of 10 MB from the Internet. The RC4 algorithm is needed for testing in the code, so I searched the internet and
The following C # code:Int sum = 0;For (int I = 1; I {If (I % 2! = 0){Continue;}Sum + = I;}You can consider using the following VB. NET code:Dim sum As Integer, I As IntegerFor 1 To 100If (I Mod 2 = 0) ThenSum = sum + IEnd IfNextDim sum As Integer,
Someone has recently been using C # to write a Windows-like drawing tool that is stuck in the color-filled section. Employers and employees want him to use the seed fill algorithm coloring (do not call the Windows provided API, otherwise exercise a
VB & vb.net & C + + programming language BasicsFrom the understanding of VB to C #, to the vb.net in the C + + program design, there are some of the same very basic,These basic data, operations, Process Control, functions, and so on, in this main
VB cannot store and measure cumulative time in Date/Time fields, date/time is stored at a specific point in time instead of a time span, and cannot be stored in a date/time variable for more than 24 hours. If you enter 9:30, the input is not the
Chinese Lunar | Algorithm ' The following is a lunar algorithm about VB
' Date data definition method is as follows
' The first 12 bytes represent January-December for Semi-rotary or Luna, 1 for semi-rotary 30 days, 0 for the Moon 29 days,
'
Solve | problem | Source code global variable definition
Type hrdstate ' Huarong Road Chess representation
Current position of 12 pieces on the state (1 to) as Long ' chessboard
Superid as Long ' the position number of the chessboard, 0
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.