I have interesting question how I can my form to be multiple. Let's say made up of two windows.
For example, the Skype in Win7 has two windows. See the attachment for more details.
I have interesting question how I can my form to be multiple. Let's say made up of two windows.
For example, the Skype in Win7 has two windows. See the attachment for more details.
You mean, you want to have 2 forms to be displayed on the screen at one time when the program starts? If so then at design time.
1. Look at your program options, make sure the second form is in the autocreate list.
2. Set the second forms visible to true. Now when you run the app both forms are shown (no code required).
Bookmarks