Content deleted Content added
m Fixed license reference |
Proudbharati (talk | contribs) 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 [[
Visual Basic 6:
|