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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -