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

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

1298


Clear property is available in ____,___ control.

1072


Explain about form creation in Visual Basic?

571


How would you add elements in TreevieW Control.

1527


Timer control contains ________ no. of events.

1743






Where can I get good up-to-date information about VB?

913


What are the tools available for Debuggiu in VB?

1486


Is visual basic easy?

545


When/Why should I use Option Explicit?

976


Draw Sequence Modal of DAO and Explain?

1505


what are the Differenct Types of Procedures in VB?

1464


Differentiate between DAO,ADO and Adodc as in data access objects?

6334


How many objects resides in ADO ?

1512


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

1869


How would you access objects created in ActiveX Exe and ActiveX D1T ?

1550