Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use MFC classes in WinAPI app Pin
lapenkov4-Jun-04 0:00
lapenkov4-Jun-04 0:00 
GeneralRe: How to use MFC classes in WinAPI app Pin
toxcct4-Jun-04 0:04
toxcct4-Jun-04 0:04 
GeneralRe: How to use MFC classes in WinAPI app Pin
Diddy4-Jun-04 0:05
Diddy4-Jun-04 0:05 
GeneralRe: How to use MFC classes in WinAPI app Pin
John M. Drescher4-Jun-04 5:45
John M. Drescher4-Jun-04 5:45 
GeneralRe: How to use MFC classes in WinAPI app Pin
Rodrigo Pinto Pereira de Souza4-Jun-04 7:21
Rodrigo Pinto Pereira de Souza4-Jun-04 7:21 
GeneralInvalidate() Pin
cruschy3-Jun-04 23:34
cruschy3-Jun-04 23:34 
GeneralRe: Invalidate() Pin
Diddy3-Jun-04 23:43
Diddy3-Jun-04 23:43 
GeneralRe: Invalidate() Pin
Johan Rosengren4-Jun-04 3:32
Johan Rosengren4-Jun-04 3:32 
Drawing a fucus rectangle while the mouse is being moved is one of the very, very few operations where you might draw directly instead of in OnDraw.

Basically, you:
draw and save using the initial mouse position in OnLButtonDown

erase the saved rect, updating it, drawing the ract and save it again in OnMouseMove

erase the saved rectangle in OnLButtonUp

You might want to use DrawFocusRect, which uses XOR as the drawing operation (that is, erases the rectanle if it is already drawn).

GeneralRe: Invalidate() Pin
basementman4-Jun-04 6:07
basementman4-Jun-04 6:07 
GeneralRe: Invalidate() Pin
Blake Miller4-Jun-04 14:20
Blake Miller4-Jun-04 14:20 
Generalbluetooth includes [edit] ON WINDOWS !!! [/edit] Pin
toxcct3-Jun-04 23:06
toxcct3-Jun-04 23:06 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:10
jmkhael3-Jun-04 23:10 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:12
toxcct3-Jun-04 23:12 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:15
toxcct3-Jun-04 23:15 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:21
jmkhael3-Jun-04 23:21 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:23
toxcct3-Jun-04 23:23 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:31
jmkhael3-Jun-04 23:31 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:33
toxcct3-Jun-04 23:33 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:35
jmkhael3-Jun-04 23:35 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:38
toxcct3-Jun-04 23:38 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:45
jmkhael3-Jun-04 23:45 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:47
toxcct3-Jun-04 23:47 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:55
jmkhael3-Jun-04 23:55 
GeneralRe: bluetooth includes Pin
toxcct4-Jun-04 0:00
toxcct4-Jun-04 0:00 
GeneralRe: bluetooth includes Pin
jmkhael4-Jun-04 0:05
jmkhael4-Jun-04 0:05 

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.