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
OLE is used for _______
State about the different types of visual basic data?
Whether HTML supports multimedia: and document links?
what is the Difference between Dynaset and Snapshot?
Why API functions are Required?
Draw Sequence Modal of DAO and Explain?
what is the Difference between Recordset and Querydef?
Recordset object consists what?
what is the Difference between Tabletype and Snapshot?
What do you mean by provider?
What are some methods you can use to send data from one VB executable to another one?
Whether HTML supports multimedia: and document links?
Is there a way to break long lines in VB code?
What is the use of Hyperlink control for DHTML applications?
What is Internet Explorer and its uses?