Click here to Skip to main content
15,926,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: is this VC++ compiler bug, or my bug ? :) Pin
jhwurmbach17-Jan-03 4:16
jhwurmbach17-Jan-03 4:16 
GeneralRe: is this VC++ compiler bug, or my bug ? :) Pin
Joaquín M López Muñoz17-Jan-03 4:57
Joaquín M López Muñoz17-Jan-03 4:57 
GeneralRe: is this VC++ compiler bug, or my bug ? :) Pin
Tim Smith17-Jan-03 5:02
Tim Smith17-Jan-03 5:02 
GeneralRe: is this VC++ compiler bug, or my bug ? :) Pin
Mike Nordell17-Jan-03 23:43
Mike Nordell17-Jan-03 23:43 
GeneralWindow positon when maxed Pin
S O S17-Jan-03 2:18
S O S17-Jan-03 2:18 
GeneralRe: Window positon when maxed Pin
peterchen17-Jan-03 3:03
peterchen17-Jan-03 3:03 
GeneralRe: Window positon when maxed Pin
S O S17-Jan-03 3:41
S O S17-Jan-03 3:41 
GeneralRe: Window positon when maxed Pin
peterchen17-Jan-03 4:40
peterchen17-Jan-03 4:40 
?? I get sth. like
ptMinPosition = { -6, -25 }
rcNormalPosition = { 241, 417, ... }

(It's an MDI child, and I set wndplacement.flags = WPF_SETMINPOSITION; before I call, but that should not make a difference...)
WINDOWPLACEMENT wpabs;
wpabs.length = sizeof(wpabs);
wpabs.flags  = WPF_SETMINPOSITION;
wnd.GetWindowPlacement(&wpabs);






Those who not hear the music think the dancers are mad.  [sighist] [Agile Programming]
GeneralRe: Window positon when maxed Pin
S O S18-Jan-03 0:19
S O S18-Jan-03 0:19 
GeneralRe: Window positon when maxed Pin
peterchen18-Jan-03 0:44
peterchen18-Jan-03 0:44 
QuestionAnyone encoutered this error ???? Pin
BlackRider17-Jan-03 2:12
BlackRider17-Jan-03 2:12 
AnswerRe: Anyone encoutered this error? YES. Pin
Bartosz Bien17-Jan-03 2:18
Bartosz Bien17-Jan-03 2:18 
GeneralRe: Anyone encoutered this error? YES. Pin
BlackRider17-Jan-03 3:00
BlackRider17-Jan-03 3:00 
GeneralRe: Anyone encoutered this error? YES. Pin
Jim A. Johnson17-Jan-03 5:44
Jim A. Johnson17-Jan-03 5:44 
QuestionHow to retrieve the object path from a shortcut? Pin
Abin17-Jan-03 1:22
Abin17-Jan-03 1:22 
AnswerRe: How to retrieve the object path from a shortcut? Pin
AlexO17-Jan-03 2:48
AlexO17-Jan-03 2:48 
GeneralPut data into excel Pin
Igor Kondrasovas17-Jan-03 1:11
professionalIgor Kondrasovas17-Jan-03 1:11 
GeneralRe: Put data into excel Pin
xxhimanshu17-Jan-03 1:21
xxhimanshu17-Jan-03 1:21 
GeneralRe: Put data into excel Pin
HENDRIK R17-Jan-03 1:30
HENDRIK R17-Jan-03 1:30 
GeneralRe: Put data into excel Pin
peterchen17-Jan-03 1:28
peterchen17-Jan-03 1:28 
GeneralRe: Put data into excel Pin
Ryan B.17-Jan-03 3:11
Ryan B.17-Jan-03 3:11 
GeneralRe: Put data into excel Pin
Anonymous17-Jan-03 1:34
Anonymous17-Jan-03 1:34 
GeneralRe: Put data into excel Pin
peterchen17-Jan-03 2:33
peterchen17-Jan-03 2:33 
GeneralAdding Gif-Animation Pin
Alex H 198317-Jan-03 1:00
Alex H 198317-Jan-03 1:00 
GeneralRe: Adding Gif-Animation Pin
Alex H 198317-Jan-03 4:51
Alex H 198317-Jan-03 4:51 

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.