Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProgramming Applications for Windows (J Richter) Pin
JGStanier13-Feb-04 3:19
JGStanier13-Feb-04 3:19 
GeneralRe: Programming Applications for Windows (J Richter) Pin
valikac13-Feb-04 4:48
valikac13-Feb-04 4:48 
GeneralRe: Programming Applications for Windows (J Richter) Pin
JGStanier13-Feb-04 4:58
JGStanier13-Feb-04 4:58 
GeneralRe: Programming Applications for Windows (J Richter) Pin
John M. Drescher13-Feb-04 5:16
John M. Drescher13-Feb-04 5:16 
GeneralRe: Programming Applications for Windows (J Richter) Pin
JGStanier13-Feb-04 5:26
JGStanier13-Feb-04 5:26 
GeneralRe: Programming Applications for Windows (J Richter) Pin
John M. Drescher13-Feb-04 6:29
John M. Drescher13-Feb-04 6:29 
Questionany ideas? Pin
cadinfo13-Feb-04 3:17
cadinfo13-Feb-04 3:17 
AnswerRe: any ideas? Pin
basementman13-Feb-04 4:37
basementman13-Feb-04 4:37 
This only occurs when the user has unchecked "show window contents while dragging" in the display applet in control panel.

You could use SystemParametersInfo() with the action of SPI_GETDRAGFULLWINDOWS to query the current value and set it to true just prior to dragging your window. Once the drag is complete, you can call SystemParametersInfo() again to restore SPI_GETDRAGFULLWINDOWS to the original value.

Seems like a lot of work and code purely for asthetics... I'd verify the requirement, twice.

 onwards and upwards... 
GeneralRe: any ideas? Pin
cadinfo13-Feb-04 14:44
cadinfo13-Feb-04 14:44 
GeneralMFC Functions Pin
Dev57813-Feb-04 2:56
Dev57813-Feb-04 2:56 
GeneralRe: MFC Functions Pin
Roger Allen13-Feb-04 3:06
Roger Allen13-Feb-04 3:06 
GeneralRe: MFC Functions Pin
Roger Allen13-Feb-04 3:08
Roger Allen13-Feb-04 3:08 
GeneralRe: MFC Functions Pin
RChin13-Feb-04 3:16
RChin13-Feb-04 3:16 
GeneralRe: MFC Functions Pin
Roger Allen13-Feb-04 4:54
Roger Allen13-Feb-04 4:54 
GeneralRe: MFC Functions Pin
RChin13-Feb-04 3:14
RChin13-Feb-04 3:14 
GeneralThanks Pin
Dev57813-Feb-04 3:17
Dev57813-Feb-04 3:17 
Generalabout voice recognise Pin
yingkou13-Feb-04 0:58
yingkou13-Feb-04 0:58 
QuestionDebug and .exe? Pin
p.tuony13-Feb-04 0:34
p.tuony13-Feb-04 0:34 
AnswerRe: Debug and .exe? Pin
David Crow13-Feb-04 3:49
David Crow13-Feb-04 3:49 
GeneralRe: Debug and .exe? Pin
p.tuony13-Feb-04 15:04
p.tuony13-Feb-04 15:04 
GeneralRe: Debug and .exe? Pin
David Crow16-Feb-04 4:48
David Crow16-Feb-04 4:48 
GeneralBest encryption techniques Pin
alex.barylski13-Feb-04 0:26
alex.barylski13-Feb-04 0:26 
GeneralRe: Best encryption techniques Pin
Felix Gartsman13-Feb-04 1:02
Felix Gartsman13-Feb-04 1:02 
Generalsockets and HTTP Pin
alex.barylski13-Feb-04 0:17
alex.barylski13-Feb-04 0:17 
GeneralRe: sockets and HTTP Pin
Niall Barr13-Feb-04 0:27
professionalNiall Barr13-Feb-04 0:27 

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.