answersLogoWhite

0

Although these two terms refer to similar processes there is a technical difference. A procedure is a snippit of code that is a specific list on instructions that a program may execute once or twice. Basically a procedure will only run once everytime it's action is called. A function is kind of like a loop. A function mainly concerns variables where the variable is increasing each time delivering different numbers each time the function is repeated. Here are some examples. A program saves your work when you click the save button is a procedure. A video converter convertes 7,000 frames is a function.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
RossRoss
Every question is just a happy little opportunity.
Chat with Ross
More answers

Event procedure contains the actual name of the control an underscore(_) and the event name.

General procedure is declared when several event procedure performs same action.

Event procedures work the same way as general procedures do, but they can be called by objects such as command buttons or text boxes. They may also have variables that are available to use within the called procedure.

User Avatar

Wiki User

14y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Basic defferences between general procedures and event procedures in Visual Basic language?
Write your answer...
Submit
Still have questions?
magnify glass
imp