Visual Basic (.NET): Difference between revisions

Content deleted Content added
Lamparter (talk | contribs)
m Fixed license reference
The term 'current window' is more commonly used in programming contexts, making it clearer for readers.
Tag: Reverted
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 [[activecurrent window]].
 
Visual Basic 6: