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
What is form in visual basic?
Is visual basic easy?
Specify technical & functional architecture of your last 2 projects.
Explain the "cursortype" and "Locktype" in VB?
What is ado in vb.net?
What is the difference between change event in normal combobox and dbcombobox?
what are the Types of LockEdits in RDO?
Explain about form creation in Visual Basic?
What is the-use of property page Wizard in ActiveX Control?
What is ActiveX Control?
How do I call help files from a VB program?
Clear property is available in ____,___ control.
How do you change the icon and otherwise manipulate the DOS box?
How do you create a form in visual basic?
Write the steps in Creating ActiveX Dll and Active Exe?