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

C / C++ / MFC

 
QuestionRe: return a map from a function Pin
David Crow8-Jun-07 2:24
David Crow8-Jun-07 2:24 
AnswerRe: return a map from a function Pin
Rajkumar R7-Jun-07 19:55
Rajkumar R7-Jun-07 19:55 
AnswerRe: return a map from a function Pin
Michael Dunn7-Jun-07 19:57
sitebuilderMichael Dunn7-Jun-07 19:57 
AnswerRe: return a map from a function Pin
Hamid_RT7-Jun-07 21:04
Hamid_RT7-Jun-07 21:04 
Questionmoving dialog to system tray Pin
rajeevktripathi7-Jun-07 19:31
rajeevktripathi7-Jun-07 19:31 
AnswerRe: moving dialog to system tray Pin
Hamid_RT7-Jun-07 21:22
Hamid_RT7-Jun-07 21:22 
QuestionExtended Style not shown Pin
Chilli717-Jun-07 18:39
Chilli717-Jun-07 18:39 
AnswerRe: Extended Style not shown Pin
Stephen Hewitt7-Jun-07 19:00
Stephen Hewitt7-Jun-07 19:00 
Try this:
MyCTabCtrl.SetWindowPos(NULL, 0, 0, 0, 0, SWP_NOZORDER|SWP_NOMOVE|SWP_NOSIZE|SWP_FRAMECHANGED);


I think this should work, assuming I understood your question properly.


Steve

GeneralRe: Extended Style not shown Pin
Chilli717-Jun-07 19:52
Chilli717-Jun-07 19:52 
Questionpls help me Pin
saisp7-Jun-07 18:18
saisp7-Jun-07 18:18 
GeneralRe: pls help me Pin
thammadi7-Jun-07 18:42
thammadi7-Jun-07 18:42 
GeneralRe: pls help me Pin
saisp7-Jun-07 18:49
saisp7-Jun-07 18:49 
AnswerRe: pls help me Pin
Hamid_RT7-Jun-07 19:23
Hamid_RT7-Jun-07 19:23 
AnswerRe: pls help me Pin
Chilli717-Jun-07 19:26
Chilli717-Jun-07 19:26 
GeneralRe: pls help me Pin
Chilli717-Jun-07 19:40
Chilli717-Jun-07 19:40 
GeneralRe: pls help me Pin
saisp7-Jun-07 20:18
saisp7-Jun-07 20:18 
QuestionRe: pls help me Pin
David Crow8-Jun-07 2:20
David Crow8-Jun-07 2:20 
QuestionHow to activate intellisense in C/C++ Pin
C#Coudou7-Jun-07 15:17
C#Coudou7-Jun-07 15:17 
AnswerRe: How to activate intellisense in C/C++ Pin
Mark Salsbery7-Jun-07 16:20
Mark Salsbery7-Jun-07 16:20 
AnswerRe: How to activate intellisense in C/C++ Pin
Michael Dunn7-Jun-07 19:57
sitebuilderMichael Dunn7-Jun-07 19:57 
AnswerRe: How to activate intellisense in C/C++ Pin
hansipet7-Jun-07 23:07
hansipet7-Jun-07 23:07 
GeneralRe: How to activate intellisense in C/C++ Pin
C#Coudou12-Jun-07 19:06
C#Coudou12-Jun-07 19:06 
QuestionGetting Installed Softwares Pin
Akin Ocal7-Jun-07 10:36
Akin Ocal7-Jun-07 10:36 
AnswerRe: Getting Installed Softwares Pin
David Crow7-Jun-07 10:42
David Crow7-Jun-07 10:42 
GeneralRe: Getting Installed Softwares Pin
Akin Ocal7-Jun-07 10:54
Akin Ocal7-Jun-07 10:54 

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.