Answer Posted / manpreet singh
1.Sub procedure--which does not returns a value
2.Function procedure--return a value
3.event handling procedure
4.property procedure--also can contain code
but two types of general procedure used.
function procedure and sub procedure
example for Sub procedure
Private sub procedure_name(parameterlist)
......Action to be performed
End Sub
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Types of DBCombo boxes
What are the important components of OLEDB?
What is the use of ActiveX Documents?
Is there any way to pass a variable to a form apart from using global variables?
How do I create a window with a small title bar as in a floating toolbar?
What do you mean by provider?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
DHTML Is used for what?
How can you force new objects to be created on new threads?
How would you add elements in TreevieW Control?
How many File System Controls are there ? Explain.
Is it possible to Access BackEnd procedures? Explain.
Which method is preferred to save data like database to the disk?
Types of cursors in DAO?
Is visual basic easy?