vb.net - Question on example on MSDN -
i have been trying use http://msdn.microsoft.com/en-us/library/akfttx8c(v=vs.90).aspx example vb see how virtual function works example used on msdn doesn't have sub main!
i tried playing around can't working. have idea on how should setup? thanks!
just add following main
:
module appentrypoint sub main() testpoly() end sub end module
and yes, should have been obvious description in msdn article …
Comments
Post a Comment