11-17-2010, 10:21 AM
Hi all,
I want to write some instructions within the form,I can create form and radiobutton,textboxes but how to write my instructions?
what about writing inthe form itself?
I want to write some instructions within the form,I can create form and radiobutton,textboxes but how to write my instructions?
Code:
Set MainForm = DotNetFactory.CreateInstance("System.Windows.Forms.Form", "System.Windows.Forms")
Set TextField = DotNetFactory.CreateInstance("System.Windows.Forms.TextBox", "System.Windows.Forms")
Set Button = DotNetFactory.CreateInstance("System.Windows.Forms.Button", "System.Windows.Forms")
Set objPosition = DotNetFactory.CreateInstance("System.Drawing.Point","System.Drawing",x,y)
what about writing inthe form itself?