Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Pageframe to Transparent Backstyle

Status
Not open for further replies.

bigspank

Programmer
Aug 10, 2001
28
US
I would like to know if anyone can tell me how to set my pageframes and tabs and buttons to a backstyle that is transparent to enable the background color to show through them? When you sow a thought, you reap an act. When you sow an act, you reap a habit. When you sow a habit, you reap a character. When you sow a character, you reap a destiny.
 
I don't believe you can. About the best you can do is to use the GetSysColor() API call to find the current color(s) and set each Page's BackColor and/or ForeColor Properties. This could probably be done in the Page Init() method or in it's Activate() method if you think the users are constantly changing these values.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top