Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.netfactory
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi all,
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?
Reply


Messages In This Thread
.netfactory - by punjprakash - 11-17-2010, 10:21 AM
RE: .netfactory - by Saket - 11-17-2010, 04:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)