0

How i can destroy form, I want: creatr Form1(start application), create Form 2, destroy Form1, working with form2, then create form 3, destroy form2. but I not know how to destroy form.

Sir Rufo
  • 18,395
  • 2
  • 39
  • 73
Manitikyl
  • 115
  • 3

1 Answers1

3

Call DisposeOf() on each Form when needed.

Remy Lebeau
  • 555,201
  • 31
  • 458
  • 770