What change in visual studio 2015 in method call public sub from form other? -
i have use vs 2010 build application when upgrade vs 2015 method not work:
in form1 have public sub:
public sub showdatabase() .... end sub
in form2 call:
.... form1.showdatabase() ....
it not work when @ form2 call public sub.
how fix this.
thankyou!
Comments
Post a Comment