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