Difference Types of Procedures in VB?

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


Please Help Members By Posting Answers For Below Questions

How do I call help files from a VB program?

1181


What is instantiating?

1932


Explain about trees structures work.

804


How to find the current record position in data control?

1634


___ argument can be used to make a menuitem into bold.

1551


What is dao in visual basic?

697


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?

1364


How do I make an animated icon for my program?

1167


Can you tell me the properties of the controls?

1754


What is the use of Visual Basic Document file?

2005


Explain about manipulating the recordset object

739


What is the use of progress Bar Control?

1695


Draw Sequence Modal of RDO? Explain.

1807


Are there any examples of commercial applications built using Visual Basic?

1459


How can you Implement windows functionality in VB?

1859