I'm doing a program on Windows Vista, and what I'd like to do is a program that has got a main window, and has got another window that control the main one, like Microsoft Access.
Can anyone help me out how to do it if possible.
Thanks Dan08.
I'm doing a program on Windows Vista, and what I'd like to do is a program that has got a main window, and has got another window that control the main one, like Microsoft Access.
Can anyone help me out how to do it if possible.
Thanks Dan08.
Short answer: yes — you can have a small “controller” window that drives a main window, but there are several ways to do it and some are better than others.
’s MDI hint is one approach, and and were right to point you at GUI toolkits. Practical guidance that complements those replies:
Important tips and cautions:
Pick the toolkit that already provides the behaviour you want (docking or panes) and design a small controller API. That keeps the implementation robust and straightforward without brittle platform hacks.
Jump to Post— zachabesh 5If you chose tkinter:
Google MDI + the toolkit of your choice.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.