What should I do with VB, how can I do VB, how can I get it?

Updated on delicacies 2024-04-13
13 answers
  1. Anonymous users2024-02-07

    Oh. I kind of get what you mean.

    dim ww(9), mi(9), dd as integerdim tempstr as stringtempstr = ""

    Loop this if ww(dd) else tempstr = tempstr &"f"

    end if

    The end of the loop 36 is the same as fftfftffff

    if tempstr = "fftfftffff"Then i456 is the same as ffftttffff

    4569 is the same as ffftttfftf

    And so on and so forth, which is equivalent to making a flag bit yourself, as long as the flag is right, i

  2. Anonymous users2024-02-06

    Put into the array a(3) and do it with the following **:

    for k=0 to 3

    if ww(a(k))=mi(a(k)) then exit fornext k

    if k>3 then i

    Other cases are similarly written.

  3. Anonymous users2024-02-05

    dim s$()ii&,jj&

    s=split("3,6",",") 'Inside the preceding quotes are conditions, than yours 4,5,6,9

    jj=ubound(s)

    for ii=0 to jj

    if ww(val(s(ii)))=mi(val(s(ii)))then exit for

    nextif ii>jj then i

  4. Anonymous users2024-02-04

    1) Develop good study habits.

    It is not difficult to learn the introduction of VB programming, but it is a very important process, because it is at this time that the programming ideas are formed, and good programming habits are also formed at this stage.

    2) Learning programming should focus on understanding some important concepts.

    VB programming itself is not complicated, open a programming learning book, and what you see is nothing more than variables, functions, conditional statements, loop statements and other concepts. But to be able to program, you need to have a deep understanding of these concepts. Therefore, it is still important to pay attention to the learning of concepts at the beginning of the program.

    3. Learn the methods of VB programming.

    3) Do your own programming.

    In the introductory stage of programming, you should often write programs by yourself, and doing programming by yourself is the embodiment of creative thinking and a good way to cultivate logical thinking. Therefore, it is necessary to write more hands-on programs, and start with small program development, and gradually increase the scale of development programs.

    4) Read and borrow good programs designed by others.

    Look at the programs designed by others**, including the example programs in the textbook. After reading someone else's program, think about why he designed it the way it did.

    3. Learn the methods of VB programming.

    The focus of VB programming learning.

    Emphasis is placed on ideas, algorithms, programming ideas, and program implementation.

    Sentences are just expression tools, which require positive thinking in class, try to understand in class, and apply them flexibly.

    Learn to analyze and solve problems using computer programming.

    6) Develop good programming habits.

    Emphasis on readability; Variables should be annotated;

    The program concept should be explained;

    learn how to debug programs;

    Analyze whether the results are correct or not.

    3. Learn the methods of VB programming.

    Learn the specific requirements of VB programming:

    1) Preview before class, listen carefully to the class and take appropriate notes, carefully review and digest the content learned after class, and complete the homework.

    2) Write more programs and focus on practice.

    Programming class is a high-intensity mental work, not to listen to, nor to watch, but to practice.

    Only by doing it yourself and writing some programs can you have a sense of accomplishment, and then become interested in the course, and learn it more calmly. It's only when you've written a lot of programs that you get insights and feel comfortable using them.

    The cultivation of hands-on ability is the biggest difference between this course and previous courses.

    3. Learn the methods of VB programming.

    3) A few points that should be paid attention to when debugging the program on the computer:

    Before getting on the computer, you should carefully do the experimental questions on paper (including the design of the form interface, the writing of events, etc.).

    After each time you get on the plane, you should summarize it, record the problems that you have not figured out, and ask the teacher or classmates.

    Usually, you should take more spare time to debug the program on the computer. Pay attention to the prompts of the system, and ask why when you encounter problems.

    3. Learn the methods of VB programming.

    4) Maintain a good learning attitude.

    Be self-confident, self-reliant, and proactive in learning.

    Overcome your fear of difficulties and build confidence in learning to program well.

  5. Anonymous users2024-02-03

    Please make the problem clear first.

  6. Anonymous users2024-02-02

    VB language: Please make it clear.

  7. Anonymous users2024-02-01

    First of all, learn the basics, that is, the necessary knowledge.

    1.Able to understand general sentences and grammar.

    Connect with the database module, and connect the database connection statement.

    3.Turn on, close, update data, and more.

    4.The basic configuration of the VB environment is used.

    The above things are easy to say, but people who have not written a program are often very difficult to do, and at this time we need a reference example, generally speaking, you need to learn while doing it, so that the effect is often better than reading a few books.

    1. In the early stage, write some simple programs, such as a simple book management system, first focus on the data connection module, learn the data module well, and then we can write some basic programs, 2 On this basic program, and then try to add some functions you want, one by one.

    3 If you don't understand, you need to look for information on the Internet and find references until you fully understand and can write this function.

    4. Be good at applying what you have learned, and try to help others who have encountered the same problems as you.

    In this process, you will realize the joy of programming, and grow through learning and thinking.

    5.After the basics have been improved, it is recommended that you read some VB advanced programming books, and then you will find that things that seemed complicated in the past are not as difficult as you think.

    Of course, everyone's learning methods are different, the feet of the stand are not the same, and the things that are not seen are the same, I am not a VB master, the above is just some personal learning experience, I hope it will be useful to you! I hope to adopt

  8. Anonymous users2024-01-31

    It takes time, write more**, write your own will.

  9. Anonymous users2024-01-30

    1. Learn the basic requirements of programming.

    2. Functions and characteristics of VB.

    3. Learn the methods of VB programming.

    Requirements for learner knowledge:

    First of all, you need to have a certain mathematical foundation in learning programming. Computers have a great connection with mathematics, and throughout the history of computers, mathematical models of computers (Turing machines, proposed by Alan Turing) and architecture (proposed by John von Neuman) were all proposed by mathematicians, and the earliest computers were also designed for numerical calculations. Therefore, to learn computer science well, you need to have a certain mathematical foundation.

    However, for beginners, the requirements in terms of math foundation are not very high, and from my personal point of view, having a high school math level is about the same.

    How to learn VB programming well.

    Learn the basic requirements of programming.

    Requirements for learner knowledge:

    Secondly, learning the design of the program sales section requires a certain logical thinking ability. Logical thinking takes a long period of exercise, and if you feel that you are deficient in logical thinking ability, it doesn't matter, because writing a program itself is also an exercise in logical thinking. The logical foundation that beginners should have in programming can be learned from high school mathematics.

    How to learn VB programming well.

    Learn the basic requirements of programming.

    Familiar with Visual Basic operating environment and design tools, able to design application interfaces.

    Master and understand the basic concepts of object-oriented programming.

    Master the basic knowledge of VB language, programming methods, and be able to read generally difficult programs;

  10. Anonymous users2024-01-29

    1. Start with a simple program, read a book and copy one first, and then try to change some small attributes, you will have the joy of success!

    In doing so, you will become familiar with the VB programming environment, know the simple composition of the program, and how to generate an exe file.

    2. Start to learn the use of each basic control according to the book system and do more exercises.

    3. When you are proficient in basic controls, you can try to make some simple small software, such as calculators, simple data storage programs (such as flower sales systems), or graphic programs (such as simple animations, pool games, etc.).

    4. When you finish 3 with your own methods, you will know which aspect you still need to learn more about, learn more, at this time you can look at the forum more to see what others will think, and also help you understand the relevant work**.

    5. Choose advanced tutorial books according to your own direction, communicate with others, and analyze how other people's programs are implemented. Try writing something similar yourself, analyzing what can be improved.

    My own experience is almost the same, I didn't study computer science in college, I can say that after graduation, I completely taught VB on my own, and for a while I worked all night in order to write serial port programs, and then I found that there is pressure to be motivated. Although I'm not a master now, I'm no longer a rookie. I also understood the meaning of programming.

    I hope you become a master soon.

  11. Anonymous users2024-01-28

    1. Buy a few teaching books and study them carefully.

    2. Do more exercises.

    3. Go to the forum to learn more.

    If it goes on for so long, another master will appear in a few months.

  12. Anonymous users2024-01-27

    Enthusiastic netizens are right!

  13. Anonymous users2024-01-26

    Do more operation questions and summarize the rules of similar questions.

Related questions
15 answers2024-04-13

It's similar to a calculator.,Numbers can be entered on the interface.,You can also use the keyboard to enter.,Later dedicated**!! >>>More

13 answers2024-04-13

Use the timer control to change the location of the jerry every once in a while.

9 answers2024-04-13

You can read some e-magazines about men's fashion online. >>>More

5 answers2024-04-13

Oil cake method: raw material recipe 2 kg of white flour, 100 grams of refined salt, 600 grams of minced green onions, and kilograms of peanut oil (about 800 grams). >>>More

17 answers2024-04-13

Dai's secret claypot rice, which can't stop after taking a bite, can actually be made with a rice cooker.