J
João Santa Bárbara
hi all
i have this in C#
FunkyButton uc = component as FunkyButton;
and i want to translate to VB.NET
i have done this
dim uc as FunkyButton = Component ... but i think this is not the anwser
...
thks
JSB
i have this in C#
FunkyButton uc = component as FunkyButton;
and i want to translate to VB.NET
i have done this
dim uc as FunkyButton = Component ... but i think this is not the anwser
...
thks
JSB