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
How do I call help files from a VB program?
What is instantiating?
Explain about trees structures work.
How to find the current record position in data control?
___ argument can be used to make a menuitem into bold.
What is dao in visual basic?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
How do I make an animated icon for my program?
Can you tell me the properties of the controls?
What is the use of Visual Basic Document file?
Explain about manipulating the recordset object
What is the use of progress Bar Control?
Draw Sequence Modal of RDO? Explain.
Are there any examples of commercial applications built using Visual Basic?
How can you Implement windows functionality in VB?