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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -