Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionchange the format of media file Pin
vineet singh3-Nov-05 23:19
vineet singh3-Nov-05 23:19 
AnswerRe: change the format of media file Pin
Blake Miller4-Nov-05 10:51
Blake Miller4-Nov-05 10:51 
QuestionVC++ Pin
inew3-Nov-05 22:30
inew3-Nov-05 22:30 
AnswerRe: VC++ Pin
Rob Caldecott3-Nov-05 22:33
Rob Caldecott3-Nov-05 22:33 
AnswerRe: VC++ Pin
vikas amin4-Nov-05 1:41
vikas amin4-Nov-05 1:41 
AnswerRe: VC++ Pin
ThatsAlok6-Nov-05 21:22
ThatsAlok6-Nov-05 21:22 
Question"Got Focus" on a tab page Pin
Ger Hayden3-Nov-05 22:02
Ger Hayden3-Nov-05 22:02 
AnswerRe: "Got Focus" on a tab page Pin
Barm3-Nov-05 22:15
Barm3-Nov-05 22:15 
Hi
I have done something like that before... the information on the previous tab needs to be save when another tab is selected.. this is what i have done...

1. Create a variable to store the selected tab...
2. Use OnClickTab to find out which is the newly selected tab...
3. Check if different from last selected tab - if true... prompt save and save previous tab...
4. Refresh the information on the new tab...
5. Save new tab selection to variable

I hope this helps...

Thomas
GeneralRe: "Got Focus" on a tab page Pin
vikas amin4-Nov-05 2:14
vikas amin4-Nov-05 2:14 
GeneralRe: "Got Focus" on a tab page Pin
Ger Hayden4-Nov-05 4:17
Ger Hayden4-Nov-05 4:17 
AnswerRe: "Got Focus" on a tab page Pin
David Crow4-Nov-05 5:08
David Crow4-Nov-05 5:08 
QuestionHelp!!! Pin
friendly man3-Nov-05 21:48
friendly man3-Nov-05 21:48 
Questiontotally confused about UINT_PTR Pin
Saurabh.Garg3-Nov-05 21:46
Saurabh.Garg3-Nov-05 21:46 
AnswerRe: totally confused about UINT_PTR Pin
Johann Gerell3-Nov-05 22:24
Johann Gerell3-Nov-05 22:24 
AnswerRe: totally confused about UINT_PTR Pin
S. Senthil Kumar3-Nov-05 23:22
S. Senthil Kumar3-Nov-05 23:22 
AnswerRe: totally confused about UINT_PTR Pin
qfegd4-Nov-05 3:39
qfegd4-Nov-05 3:39 
QuestionHow to fix the bug of the program?Thank you! Pin
China_Boy3-Nov-05 21:28
China_Boy3-Nov-05 21:28 
AnswerRe: How to fix the bug of the program?Thank you! Pin
kakan3-Nov-05 21:35
professionalkakan3-Nov-05 21:35 
GeneralRe: How to fix the bug of the program?Thank you! Pin
China_Boy3-Nov-05 23:44
China_Boy3-Nov-05 23:44 
GeneralRe: How to fix the bug of the program?Thank you! Pin
toxcct4-Nov-05 2:29
toxcct4-Nov-05 2:29 
GeneralRe: How to fix the bug of the program?Thank you! Pin
ThatsAlok6-Nov-05 21:42
ThatsAlok6-Nov-05 21:42 
Questionhow much does the pre-compile header help to reduce the compile time? Pin
followait3-Nov-05 21:22
followait3-Nov-05 21:22 
AnswerRe: how much does the pre-compile header help to reduce the compile time? Pin
Johann Gerell3-Nov-05 22:24
Johann Gerell3-Nov-05 22:24 
Questionurgent: howto create an instance of unmanaged c++ classes Pin
FreeClimber3-Nov-05 20:56
FreeClimber3-Nov-05 20:56 
AnswerRe: urgent: howto create an instance of unmanaged c++ classes Pin
toxcct3-Nov-05 21:07
toxcct3-Nov-05 21:07 

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.