Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27352

[RESOLVED] Pass FormName as an Argument to a function

$
0
0
How to pass a FormName as an argument to a Function ?
This is how I used in my VB6 version. How to do the same in VB.net ?

HTML Code:

Public Sub MyEnabled(pStatus As Boolean, FName As Form)
        Dim Item As Control
        For Each Item In FName
              ///
        Next
End Sub


Viewing all articles
Browse latest Browse all 27352

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>