Hi Friends!
I am creating a project & want to minimized its form like photoshop in its own status bar. How can I do this ? Any Idea .... ?

Recommended Answers

All 3 Replies

MDI...

New Project > Menu Item Project > Add Form > MDI > Change Form1's Property MDI Child = True
Menu Item Project > Properties > Start up Object > MDIForm1 > OK
Double click MDIForm1 to get to its Form Load() Event
Add

Load Form1
Form1.WindowState = vbMaximized
Form1.Visable = True

Run and minimized child form

Good Luck

you simply need to use MDI form and other forms that you want to minimize as child form of the MDI.

Deva all of your answer wasn't clear. you answer sortly. some time many man didn't understand like me. cause we are (like me) are new in vb. so please answer like vb5prgrmr.

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.