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

C / C++ / MFC

 
AnswerRe: Create 16-bit process Pin
Michael Dunn18-May-07 15:06
sitebuilderMichael Dunn18-May-07 15:06 
GeneralRe: Create 16-bit process Pin
Hans Ruck18-May-07 18:58
Hans Ruck18-May-07 18:58 
Questionhow to open file in another computer Pin
zhongwenjia18-May-07 1:19
zhongwenjia18-May-07 1:19 
AnswerRe: how to open file in another computer Pin
Nelek18-May-07 2:32
protectorNelek18-May-07 2:32 
QuestionUsing arrow keys, two keys at once Pin
Johpoke18-May-07 0:23
Johpoke18-May-07 0:23 
AnswerRe: Using arrow keys, two keys at once Pin
kakan18-May-07 0:49
professionalkakan18-May-07 0:49 
GeneralRe: Using arrow keys, two keys at once Pin
Johpoke18-May-07 0:54
Johpoke18-May-07 0:54 
GeneralRe: Using arrow keys, two keys at once Pin
Hamid_RT18-May-07 1:05
Hamid_RT18-May-07 1:05 
AnswerRe: Using arrow keys, two keys at once Pin
Roger Stoltz18-May-07 1:01
Roger Stoltz18-May-07 1:01 
AnswerRe: Using arrow keys, two keys at once (Solved) Pin
Johpoke18-May-07 1:10
Johpoke18-May-07 1:10 
GeneralRe: Using arrow keys, two keys at once (Solved) Pin
Roger Stoltz18-May-07 1:39
Roger Stoltz18-May-07 1:39 
QuestionCreating Items in Outlook 2007 Pin
gunkel18-May-07 0:21
gunkel18-May-07 0:21 
Questiontool tips Pin
vivekphlp18-May-07 0:10
vivekphlp18-May-07 0:10 
AnswerRe: tool tips Pin
Hamid_RT18-May-07 0:23
Hamid_RT18-May-07 0:23 
GeneralRe: tool tips Pin
vivekphlp18-May-07 1:14
vivekphlp18-May-07 1:14 
GeneralRe: tool tips Pin
Hamid_RT18-May-07 1:46
Hamid_RT18-May-07 1:46 
AnswerRe: tool tips Pin
Manoj Kumar Rai18-May-07 4:10
professionalManoj Kumar Rai18-May-07 4:10 
AnswerRe: tool tips Pin
vivekphlp22-May-07 1:25
vivekphlp22-May-07 1:25 
QuestionHow to change position of propertysheet? Pin
Sethuraman.K18-May-07 0:01
Sethuraman.K18-May-07 0:01 
QuestionRe: How to change position of propertysheet? Pin
prasad_som18-May-07 0:05
prasad_som18-May-07 0:05 
AnswerRe: How to change position of propertysheet? Pin
Sethuraman.K18-May-07 0:20
Sethuraman.K18-May-07 0:20 
AnswerRe: How to change position of propertysheet? Pin
prasad_som18-May-07 0:47
prasad_som18-May-07 0:47 
GeneralRe: How to change position of propertysheet? Pin
Rajesh R Subramanian18-May-07 0:53
professionalRajesh R Subramanian18-May-07 0:53 
GeneralRe: How to change position of propertysheet? Pin
James R. Twine18-May-07 2:10
James R. Twine18-May-07 2:10 
prasad_som wrote:
You are using same window handle as hWndInsertAfter . Refer documentation for correct parameter.
And you are giving 0 and 0 as width and height of window. (Again, refer documentation)


   Having a zero width and height is fine - that is what the SWP_NOSIZE flag allows for (they are ignored), and since he also specified the SWP_NOZORDER flag, the first HWND parameter is ignored as well (I would say to "refer to the documentation", but that would be just plain scarstatic my telling that to an MVP...).  His problem is with one of the other flags he sets, can you guess which one...?

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: How to change position of propertysheet? Pin
prasad_som18-May-07 2:15
prasad_som18-May-07 2:15 

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.