visual Studio 2005

CopperKid

New Member
Hey Everyone!

what im doing is creating acustom browser for the web

i got some sample code for the basics but im trying to fix a bug...
when the window is minimized it works and the buttons are great
but when i maximive the window and the dock style isnt set to all it doesnt change the size of the browser control... and if i do set it to dock style maximize then it will increase the size but also go behind the navigation buttons

so thats the problem
my solution ideas are
a) fix the broswer control part so that it doesnt move over the buttons
or
b) create a nav bar of some sort so that it will stay infront of the browser contol...

any help is greatly appreciated

thanks in advance
Copperkid
 
yea more so the just having fun, seeing what i can do...
and btw i got it to kinda work but apparantly bottom and right are read only properties and i dont know how to change it to not read only...if any one has an idea
 
yea i tried the dock
BUT
i dont want it to lock on the top of the window (nav bar and address bar are there)
so im looking for a way to use the dock like that but take it a bit off the top
 
i dont want it to lock on the top of the window (nav bar and address bar are there)
Set the dock stlye for for nav bar and address bar too, so that they'll be always on top. And your browser will be located under them.
 
Back
Top