Click here to Skip to main content
15,897,187 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralControls Disappeat when I press "Enter" on a PropertyPage Pin
iffi99212-Feb-04 3:08
iffi99212-Feb-04 3:08 
GeneralRe: Controls Disappeat when I press "Enter" on a PropertyPage Pin
Maximilien12-Feb-04 3:14
Maximilien12-Feb-04 3:14 
QuestionMFC: Continuosly looping problem? Pin
Ashman11-Feb-04 22:19
Ashman11-Feb-04 22:19 
AnswerRe: MFC: Continuosly looping problem? Pin
David Crow12-Feb-04 2:56
David Crow12-Feb-04 2:56 
GeneralCapturing mouse coordinates Pin
techysavvy11-Feb-04 21:54
techysavvy11-Feb-04 21:54 
GeneralRe: Capturing mouse coordinates Pin
jerry0davis11-Feb-04 22:07
jerry0davis11-Feb-04 22:07 
GeneralRe: Capturing mouse coordinates Pin
Iain Clarke, Warrior Programmer11-Feb-04 22:25
Iain Clarke, Warrior Programmer11-Feb-04 22:25 
GeneralRe: Capturing mouse coordinates Pin
Vitali Halershtein11-Feb-04 22:29
Vitali Halershtein11-Feb-04 22:29 
Hi,

GetCursorPos function retrieves the cursor's position, in screen coordinates. Just use it in your click handler.

BOOL GetCursorPos(
LPPOINT lpPoint // cursor position
);



Vitali
http://www.creative-case.com
GeneralWho are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq11-Feb-04 20:51
Atif Mushtaq11-Feb-04 20:51 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Antti Keskinen11-Feb-04 20:55
Antti Keskinen11-Feb-04 20:55 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
lynhoo11-Feb-04 22:02
lynhoo11-Feb-04 22:02 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 0:45
Atif Mushtaq12-Feb-04 0:45 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 0:42
Atif Mushtaq12-Feb-04 0:42 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Antti Keskinen12-Feb-04 9:06
Antti Keskinen12-Feb-04 9:06 
GeneralRe: Who are intrested in Nokia Symbian Series60 mobile phone development using VC++ Pin
Atif Mushtaq12-Feb-04 18:22
Atif Mushtaq12-Feb-04 18:22 
GeneralBitmap Pin
Best Friend11-Feb-04 20:07
Best Friend11-Feb-04 20:07 
GeneralRe: Bitmap Pin
Antti Keskinen11-Feb-04 20:45
Antti Keskinen11-Feb-04 20:45 
GeneralRe: Bitmap Pin
Best Friend12-Feb-04 19:37
Best Friend12-Feb-04 19:37 
GeneralHandle to scrollbar in CListCtrl Pin
JussiL11-Feb-04 19:49
JussiL11-Feb-04 19:49 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen11-Feb-04 20:37
Antti Keskinen11-Feb-04 20:37 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL11-Feb-04 21:50
JussiL11-Feb-04 21:50 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Shog912-Feb-04 4:54
sitebuilderShog912-Feb-04 4:54 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Anonymous12-Feb-04 8:18
Anonymous12-Feb-04 8:18 
GeneralRe: Handle to scrollbar in CListCtrl Pin
JussiL16-Feb-04 4:25
JussiL16-Feb-04 4:25 
GeneralRe: Handle to scrollbar in CListCtrl Pin
Antti Keskinen12-Feb-04 19:41
Antti Keskinen12-Feb-04 19:41 

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.