Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionvector.push_back, item disappears [modified] Pin
Anthony Mushrow9-Mar-08 14:26
professionalAnthony Mushrow9-Mar-08 14:26 
GeneralRe: vector.push_back, item disappears Pin
Mark Salsbery9-Mar-08 14:42
Mark Salsbery9-Mar-08 14:42 
GeneralRe: vector.push_back, item disappears Pin
Anthony Mushrow9-Mar-08 14:56
professionalAnthony Mushrow9-Mar-08 14:56 
GeneralRe: vector.push_back, item disappears Pin
Mark Salsbery9-Mar-08 15:05
Mark Salsbery9-Mar-08 15:05 
GeneralRe: vector.push_back, item disappears Pin
Anthony Mushrow9-Mar-08 15:18
professionalAnthony Mushrow9-Mar-08 15:18 
GeneralRe: vector.push_back, item disappears Pin
Mark Salsbery9-Mar-08 15:31
Mark Salsbery9-Mar-08 15:31 
QuestionThe old story of "DEBUG vs RELEASE" Pin
Joseph Marzbani9-Mar-08 5:55
Joseph Marzbani9-Mar-08 5:55 
QuestionRe: The old story of "DEBUG vs RELEASE" Pin
CPallini9-Mar-08 6:16
mveCPallini9-Mar-08 6:16 
GeneralRe: The old story of "DEBUG vs RELEASE" Pin
john56329-Mar-08 21:32
john56329-Mar-08 21:32 
GeneralCopy constructor problem [modified] Pin
followait9-Mar-08 5:48
followait9-Mar-08 5:48 
GeneralRe: Copy constructor problem Pin
CPallini9-Mar-08 5:58
mveCPallini9-Mar-08 5:58 
GeneralRe: Copy constructor problem Pin
Rajkumar R9-Mar-08 20:26
Rajkumar R9-Mar-08 20:26 
GeneralStandalone EXE Pin
ddspliting9-Mar-08 4:21
ddspliting9-Mar-08 4:21 
GeneralOh, they made it again! Pin
CPallini9-Mar-08 5:50
mveCPallini9-Mar-08 5:50 
GeneralRe: Standalone EXE Pin
followait9-Mar-08 5:51
followait9-Mar-08 5:51 
GeneralRe: Standalone EXE Pin
ddspliting9-Mar-08 10:12
ddspliting9-Mar-08 10:12 
GeneralRe: Standalone EXE Pin
CPallini9-Mar-08 11:18
mveCPallini9-Mar-08 11:18 
GeneralRe: Standalone EXE Pin
followait9-Mar-08 15:49
followait9-Mar-08 15:49 
GeneralRe: Standalone EXE Pin
ddspliting14-Mar-08 4:12
ddspliting14-Mar-08 4:12 
GeneralUnexpected linker fault Pin
Anthony Appleyard9-Mar-08 3:14
Anthony Appleyard9-Mar-08 3:14 
AnswerRe: Unexpected linker fault Pin
Rajkumar R9-Mar-08 3:38
Rajkumar R9-Mar-08 3:38 
GeneralRe: Unexpected linker fault Pin
CPallini9-Mar-08 3:41
mveCPallini9-Mar-08 3:41 
Generalunqualified name in template Pin
George_George9-Mar-08 3:07
George_George9-Mar-08 3:07 
GeneralDetailed .map file Pin
ForNow9-Mar-08 2:54
ForNow9-Mar-08 2:54 
GeneralRecord the number of command clicks on the main GUI Pin
Golden Lee9-Mar-08 1:47
Golden Lee9-Mar-08 1:47 
Hi,
I'm trying to record user operations (i.e. mouse clicks and/or keystrokes) to certain commands such as Open, Save, Play, Render, and so on. For example, I can use std:map<std::string sCommandID, int iVisit> to count up mouse clicks and/or keystrokes because I want to maintain a commands visiting history list (ordered from the most cliked command to the least clicked one) for each current login user to my application. When the user login to the application, the a commands visiting history list will be presented as an easy reach position on the screen. Worthy of mention is that I want to record the user operations occurred only on main GUI, for example buttons on the toobar, status bar, task pane, main menu bar, and etc. Unlike the screen capture programs (for example, Northon Screen Cam), I don't want to capture the mouse movement, and save the on-screen pictures dynamically at a certain frame rate.

What Microsoft development library or API functions shall I use? Could you give me some programming tips concerned?
Thank you.

GoldenLee

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.