Finished project tried running on other computer, half misses off screen.
Ok i got my application, put it on my other computer which has a smaller screen. And i have my controls in a panel but it still gets them chopped off by the screen.
the part highlighted in yellow is the bit that gets missed off, what can i do here as i still want the search to be on the right.
How can i make the controls fit in the screen even on a smaller screen.
Remember to rate posts with the button on the left()
Re: Finished project tried running on other computer, half misses off screen.
Anchor those controls to the Right and Top sides only.
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Re: Finished project tried running on other computer, half misses off screen.
Originally Posted by Emcrank
yes the other screen is smaller than that, but if i made it smaller i wouldn't be able to put things where i wanted them would i?
You missed post #3?
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Re: Finished project tried running on other computer, half misses off screen.
ok thankyou ive fixed that but now i have another problem.
The webbrowser goes underneith the ToolStrip at the bottom
The webbrowser is set to dock Fill and the toolstrip is set to Dock Bottom
How do i fix this?
its the bit highlighted
Remember to rate posts with the button on the left()
Re: Finished project tried running on other computer, half misses off screen.
Hello,
I have just tried to reproduce this, but I have not been able to.
What other controls do you have on the form? Can you open the Document Outline Window (View | Other Windows | Document Outline) and show a screen shot of it?
You might also want to think about using a ToolStripContainer.