Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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.
  • *Experts*
Posted
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.
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...