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
Post a Comment