N
news.microsoft.com
hi,
how can we get the forms collection object in a class as we did in VB 6. as
if we need to do same type of work in different forms we just make a common
function and pass form object into it and do our work as below:
we have a function lets supppose :
Function ChangeBackgroundColor(ByVal f as Form)
f.backcolor=RGB(245,215,145)
End Function
How can we do this in VB.NET??
Regards and Thanks if someone help me in this.
atif.
how can we get the forms collection object in a class as we did in VB 6. as
if we need to do same type of work in different forms we just make a common
function and pass form object into it and do our work as below:
we have a function lets supppose :
Function ChangeBackgroundColor(ByVal f as Form)
f.backcolor=RGB(245,215,145)
End Function
How can we do this in VB.NET??
Regards and Thanks if someone help me in this.
atif.