| View previous topic :: View next topic |
| Author |
Message |
TraxMate Master Cheater
Reputation: 0
Joined: 01 Mar 2008 Posts: 363
|
Posted: Mon May 18, 2009 4:15 pm Post subject: [C++] Tab between edit controls |
|
|
Hi, I've created 3 edit controls using CreateWindowEx() and I want to be able to tab between them but I don't know how. I've given them the styles WS_TABSTOP and WS_GROUP that ResEdit say I must use to be able to tab. I've even tried without both of them and with only WS_TABSTOP but I still can't tab between them. Is it something more that's needed to tab between the controls?
EDIT: Nvm, desided to use dialogues instead.
|
|
| Back to top |
|
 |
talkerzero Grandmaster Cheater
Reputation: 1
Joined: 24 Jul 2008 Posts: 560 Location: California
|
Posted: Fri May 22, 2009 8:57 am Post subject: |
|
|
| I don't know the answer to your question, but why "nvm"? Even if you're going to use dialogues now, maybe someday you'll still need the answer to this question.
|
|
| Back to top |
|
 |
TraxMate Master Cheater
Reputation: 0
Joined: 01 Mar 2008 Posts: 363
|
Posted: Fri May 22, 2009 10:02 am Post subject: |
|
|
| talker0 wrote: | | I don't know the answer to your question, but why "nvm"? Even if you're going to use dialogues now, maybe someday you'll still need the answer to this question. | Well, dialogues have this feature built in so that you don't have to worry about it.
|
|
| Back to top |
|
 |
talkerzero Grandmaster Cheater
Reputation: 1
Joined: 24 Jul 2008 Posts: 560 Location: California
|
Posted: Fri May 22, 2009 11:25 am Post subject: |
|
|
| Suppose someday you stop using dialogs?
|
|
| Back to top |
|
 |
TraxMate Master Cheater
Reputation: 0
Joined: 01 Mar 2008 Posts: 363
|
Posted: Fri May 22, 2009 1:48 pm Post subject: |
|
|
| I don't think I will stop using dialogs because of it's simplicity to use. Beside I only use dialogs as popup windows. I still use CreateWindowEx() for the main window.
|
|
| Back to top |
|
 |
|