What you can do instead is set the background color of the form to your border color. (In Line 8)
Now you can fill the rectangle which is inside your border with your actual background color.
Main Topics
Browse All TopicsI am looking at creating a particular effect on a form, yes in some way i am taking some ideas from the old winamp skin but i am just starting with GDI. What i am aiming to do is create a coloured border around the form with some effects on it to make it look 3d. However i'm not bothered on the 3d effect for the moment. I have done it but i feel this is inefficient and a bit long winded and i am sure there is another way around this. I have attached the code below so you can see what i m doing.
I have also attached a random screenshot i grabbed from google images of winamp so you can see what i am trying to sort of achieve (it is the really thin border around the outside.
Currently i am drawing 4 rectangles around the outside of the form, which obviously gives it the border effect i am looking for but there must be another way to do this?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
@kaufmed:
I do know that winamp uses graphics, however for me this is more a self training thing for GDI. I find the best way to teach myself something is to start a project that needs the particular thing i want to learn and then jump in. I know this is not the best method but working through examples doesn't really help me for real world situations. So in this instance, i am going to draw an app with everything drawn through GDI
Business Accounts
Answer for Membership
by: superchiefPosted on 2009-05-08 at 03:49:08ID: 24334725
I have now updated the paint to this (in total):
Select allOpen in new window