Difference Types of Procedures in VB?
Answers were Sorted based on User's Feedback
Answer / krithika
sub,function,property,operator,generic function
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
I have several megabytes of memory. Why do I get an "out of memory" error?
___ property is used to change to ___ value to access a identity column'in datacontrols.
What areTypes of compatability in VB and their usage ?
How do you avoid the "Invalid use of null" error when reading null values from a database?
What is the use of progress Bar Control?
Scope of API?s can be of different types, what are they Why API functions are Required?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is ActiveX Explain?
What are the new events in textbox that has been included in VB6.0
How would you attach pictures in column headers of List View Control?
Explain the types of Views in Listview Control?
Which type of object requires this object?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)