2 Attachment(s)
[2008] Different "menu's"?
Hi peoples! :wave:
I've seen applications that got different "menu's (menues)", They've also make their ownz menus!
( With menus i mean the blue thing in an application that is highest up! that's in my internet too, there the red X button is E.T.C! )
I wanna know how 2 make my own "menu", and how to make so i can move the application :) (like the blue "menu" there up, when u hold down the mouse and draw it, it's moves! that i must know how 2 do too :))
Well, i searched after an application with different "menu" and i made my self fast the orginal menu that is on the mostly programs.
Re: [2008] Different "menu's"?
Do you mean diferent shapes on your form?
Re: [2008] Different "menu's"?
Quote:
Originally Posted by kake_fisk
Do you mean diferent shapes on your form?
Yes :)
Re: [2008] Different "menu's"?
Okay, sorry, i don't know how :\
But try to search google ;)
Re: [2008] Different "menu's"?
I've search @ google :/
Whatever, but i really want to know how to make a form that i put the "FormBorderStyle" to None
And then i want make a place there i can draw the form! (i will think that this would work if i make a picturebox on the place there i want it to be able to move the form by drawing it.)
But i dont know how to code it then! Please heelp
Re: [2008] Different "menu's"?
Re: [2008] Different "menu's"?
i've got the same probs :mad:
Re: [2008] Different "menu's"?
You guys are talking about building your own title bar (which has nothing to do with a menu)
What would be involved is setting the form's border style to none and drawing the entire border and the entire title bar. This can all be done using GDI+ but it'll take lots of work.
IchLiebeVB: A picture box can't do what you're thinking
Good luck