CFlatCombo XP style? |
Post Reply |
Author | |
Ark42
Senior Member Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Posted: 20 October 2003 at 2:15pm |
I'm looking at the sample FlatCombo_vc60 and there is a checkbox called
"Office XP style interface" which I thought should make the combo boxes
get the XP blue outline instead of a 3D border appearing when you hover
over them, but the checkbox has no effect, and the code behind it:
void CFlatComboDlg::OnXpmodeswitch() { xtAfxData.bXPMode = !xtAfxData.bXPMode; UpdateData(FALSE); RedrawWindow(NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE | RDW_ALLCHILDREN); } doesn't seem to work. I tried the bXPMode flag in my own project and couldn't get it to work either. |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Ryan Sorry about it, fixed in outgoing version. |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Cezariusz
Moderator Group Joined: 14 May 2003 Location: Poland Status: Offline Points: 16 |
Post Options
Thanks(0)
|
Could you give away some information about the new version? When it's going to be available and what changes can we expect? |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |