Visual Basic (.NET): Difference between revisions

Content deleted Content added
The term 'current window' is more commonly used in programming contexts, making it clearer for readers.
Tag: Reverted
Reverted 1 edit by Proudbharati (talk): Use the language in the reference
Line 161:
* In Visual Basic 2008, the inclusion of {{code|2=vbnet|ByVal sender as Object}}, {{code|2=vbnet|ByVal e as EventArgs}} has become optional.
 
The following example demonstrates a difference between Visual Basic 6 and VB.NET. Both examples close the [[currentactive window]].
 
Visual Basic 6: