Is it possible to split the PPC screen so that an application can be running on 3/4 of the screen, while a custom tool bar remains visible either above or below it
I need this badly; I hope it's possible...
Thanks,
Pete M
Is it possible to split the PPC screen so that an application can be running on 3/4 of the screen, while a custom tool bar remains visible either above or below it
I need this badly; I hope it's possible...
Thanks,
Pete M
Split screen in native
Mike Yeager
Hi,
Right now there isn't any MFC class support for split screen in VS2005. I think you will need to handle this issue in your code by managing the window objects.
Thanks
microsci
Hi,
When you say custom toolbar do you mean a tool bar in the application If that is the case then that can be done with a toolabr in the main frame window, while you use the view for displaying the actual window.
Thanks
yanivpinhas
Thanks for the reply. I am actually refering to essentially displaying 2 forms simulataneously using a split screen. One Form occupying 3/4 of the screen running displaying an application (Navigation software, for example). And the other form serving as a control tool bar to navigate to other from to launch other apps.
Is this possible