how can i use two forms simultaneously.........
i have one form which displays the entire components..and one which displays the report of selected components.....
now if i want the preport to open on click of a button ho can i do that...
or is there any way i can use tabs.....
please guide me........

Recommended Answers

All 5 Replies

hi,


Create a Mdi form and in the mdiform create menus using menu editor.
After Creating the menus write the coding to open the form "Form1.show". Then make the two forms child of the mdiform by setting the property "mdichild = True".

Finally run the Mdiform and open two forms at the time. Then press at the time "Ctrl" and "tab" to view the both forms at the time.

Regards
Shailu.:)

commented: thanks for the anwer +1

thanks for your answer.........
and how can we use tabs in the same form

Hi,

use "Microsoft SS tab Control"..
U hace to add it to ur tool box from this menu:
Project>>Components..

Regards
Veena

Hi,

use "Microsoft SS tab Control"..
U have to add it to ur tool box from this menu:
Project>>Components..

Regards
Veena

commented: nice and easy +1

oh....
is that it........
thank you.......

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.