Click here to Skip to main content
15,921,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: OnActivateApp -> fails sometimes... Pin
Rage23-May-07 1:19
professionalRage23-May-07 1:19 
AnswerRe: OnActivateApp -> fails sometimes... Pin
Arman S.23-May-07 3:26
Arman S.23-May-07 3:26 
QuestionGlobalAddAtom function Pin
tom groezer23-May-07 0:41
tom groezer23-May-07 0:41 
AnswerRe: GlobalAddAtom function Pin
CPallini23-May-07 0:57
mveCPallini23-May-07 0:57 
QuestionPlease HELP!!! How do you create a dialog wizard inside a tab control?? [modified] Pin
dboogieman22-May-07 23:49
dboogieman22-May-07 23:49 
AnswerRe: Please HELP!!! How do you create a dialog wizard inside a tab control?? Pin
Joan M23-May-07 0:10
professionalJoan M23-May-07 0:10 
GeneralRe: Please HELP!!! How do you create a dialog wizard inside a tab control?? Pin
dboogieman23-May-07 0:37
dboogieman23-May-07 0:37 
GeneralRe: Please HELP!!! How do you create a dialog wizard inside a tab control?? Pin
Joan M23-May-07 0:45
professionalJoan M23-May-07 0:45 
If you have a propoerty sheet and a tab control, then it is normal that they are behaving in this way, as they are different controls that are not intended to work together if you don't program it by yourself.

What I'd do is:

make the property sheet not in wizard style and then insert a next, previous... button in each page, then it will be easy to use the same code that you are using now in order to go to the next tab and at the same time you'll get the right tab above (without coding).
QuestionHow to define each other class in self? Pin
hanlei000000000922-May-07 23:20
hanlei000000000922-May-07 23:20 
AnswerRe: How to define each other class in self? Pin
Sarath C22-May-07 23:49
Sarath C22-May-07 23:49 
QuestionKeep a DLL generated dialog on top Pin
fusion2344X22-May-07 22:57
fusion2344X22-May-07 22:57 
AnswerRe: Keep a DLL generated dialog on top Pin
Naveen23-May-07 1:41
Naveen23-May-07 1:41 
GeneralRe: Keep a DLL generated dialog on top Pin
fusion2344X23-May-07 5:18
fusion2344X23-May-07 5:18 
GeneralRe: Keep a DLL generated dialog on top [modified] Pin
Naveen23-May-07 14:10
Naveen23-May-07 14:10 
QuestionRe: Keep a DLL generated dialog on top Pin
David Crow23-May-07 4:04
David Crow23-May-07 4:04 
QuestionFolder Pin
josip cagalj22-May-07 21:34
josip cagalj22-May-07 21:34 
AnswerRe: Folder Pin
Hamid_RT22-May-07 21:58
Hamid_RT22-May-07 21:58 
Questionmenu change Pin
prithaa22-May-07 21:25
prithaa22-May-07 21:25 
AnswerRe: menu change Pin
Nelek22-May-07 23:28
protectorNelek22-May-07 23:28 
AnswerRe: menu change Pin
Anurag Gandhi23-May-07 0:06
professionalAnurag Gandhi23-May-07 0:06 
Question__loctotime_t function in Win32 Pin
bouli22-May-07 21:17
bouli22-May-07 21:17 
AnswerRe: __loctotime_t function in Win32 Pin
Hamid_RT22-May-07 21:34
Hamid_RT22-May-07 21:34 
AnswerRe: __loctotime_t function in Win32 Pin
_AnsHUMAN_ 22-May-07 22:43
_AnsHUMAN_ 22-May-07 22:43 
GeneralRe: __loctotime_t function in Win32 Pin
bouli22-May-07 22:46
bouli22-May-07 22:46 
QuestionRe: __loctotime_t function in Win32 Pin
David Crow23-May-07 4:11
David Crow23-May-07 4:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.