vb.net - VB Script into Windows Forms Application -


i'm new in vb world, have script want run if button clicked.

i'm working vs 2010 , (window form app) need paste script? or should need open class that? that's have now:

public class form1      private sub button1_click(byval sender system.object, byval e system.eventargs) handles button1.click      end sub end class 

and script dont know paste or call


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -