mjb3030 Posted August 29, 2003 Posted August 29, 2003 What is the best way to create a fully graphic windows form that functions like a web page (mouseover effects, etc.) but is used in a standard Windows app? See the attached image for an example of what I mean. Quote
*Experts* mutant Posted August 29, 2003 *Experts* Posted August 29, 2003 You would have to owner draw your controls, meaning that you draw them yourself. There is no standard controls that look like that, you could also search the internet for controls like that. Quote
mjb3030 Posted August 29, 2003 Author Posted August 29, 2003 Isn't the menu the only class that has the ownerdraw property? How would I go about doing that with a button? Quote
*Experts* mutant Posted August 29, 2003 *Experts* Posted August 29, 2003 You can draw to a control in its paint event or OnPaint override. Quote
pjv Posted August 29, 2003 Posted August 29, 2003 So basically what you want is: 1) A form with a nice background pic/overridden OnPaint to draw the swirly thing on the left (or it could be a simple control I suppose). 2) Semi-transparent buttons based on pictures (two pics?) 3) Some kind of pretty white panel with rounded edges 4) An Item list control of some variety Let me know if you manage those.. I'd like to see the result :) Pete Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.