Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Windows Registry Pin
Perspx25-Jun-07 11:11
Perspx25-Jun-07 11:11 
QuestionButton down increment Pin
Oliver12325-Jun-07 9:48
Oliver12325-Jun-07 9:48 
AnswerRe: Button down increment Pin
jk chan25-Jun-07 14:27
jk chan25-Jun-07 14:27 
AnswerRe: Button down increment [modified] Pin
Mark Salsbery25-Jun-07 14:31
Mark Salsbery25-Jun-07 14:31 
AnswerRe: Button down increment Pin
Michael Dunn25-Jun-07 17:34
sitebuilderMichael Dunn25-Jun-07 17:34 
QuestionRe: Button down increment Pin
Mark Salsbery25-Jun-07 17:47
Mark Salsbery25-Jun-07 17:47 
GeneralRe: Button down increment Pin
Mark Salsbery25-Jun-07 17:50
Mark Salsbery25-Jun-07 17:50 
AnswerRe: Button down increment Pin
John R. Shaw25-Jun-07 20:44
John R. Shaw25-Jun-07 20:44 
It has been a while, but essentially you just need to start a timer that calls a timer message handler of you choice. The timer handler keeps doing the increment until you release the button. When you release the button, then you need to release the timer. This is very similar as to how one selects lines in a text editor (or web page), that is a timer is used to make the window scroll when you mover the mouse cursor near the edge of the window when selecting text.

INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

QuestionConverting project from VC++ 6.0 to Visual Studio 2005 [modified] Pin
al250025-Jun-07 9:41
al250025-Jun-07 9:41 
AnswerRe: Converting project from VC++ 6.0 to Visual Studio 2005 Pin
al250025-Jun-07 10:52
al250025-Jun-07 10:52 
QuestionCreating threads Pin
tom groezer25-Jun-07 8:56
tom groezer25-Jun-07 8:56 
AnswerRe: Creating threads Pin
led mike25-Jun-07 9:32
led mike25-Jun-07 9:32 
QuestionWhile debugging linker can't open *.exe file because it still is in use Pin
knapak25-Jun-07 8:35
knapak25-Jun-07 8:35 
QuestionShortcut key? Pin
dSolariuM25-Jun-07 6:43
dSolariuM25-Jun-07 6:43 
AnswerRe: Shortcut key? Pin
Cyrilix25-Jun-07 7:05
Cyrilix25-Jun-07 7:05 
AnswerRe: Shortcut key? Pin
James R. Twine25-Jun-07 8:44
James R. Twine25-Jun-07 8:44 
QuestionDebug Problem Pin
VC_RYK25-Jun-07 4:22
VC_RYK25-Jun-07 4:22 
AnswerRe: Debug Problem Pin
Cedric Moonen25-Jun-07 4:40
Cedric Moonen25-Jun-07 4:40 
GeneralRe: Debug Problem Pin
VC_RYK25-Jun-07 4:46
VC_RYK25-Jun-07 4:46 
AnswerRe: Debug Problem Pin
led mike25-Jun-07 4:41
led mike25-Jun-07 4:41 
GeneralRe: Debug Problem Pin
VC_RYK25-Jun-07 4:46
VC_RYK25-Jun-07 4:46 
GeneralRe: Debug Problem Pin
led mike25-Jun-07 4:59
led mike25-Jun-07 4:59 
AnswerRe: Debug Problem Pin
Cyrilix25-Jun-07 4:45
Cyrilix25-Jun-07 4:45 
Questiongenetic algorithm or particle swarm algorithm with VC++ or Malab Pin
gentleguy25-Jun-07 3:41
gentleguy25-Jun-07 3:41 
Questionis it possible to set a menu to CWnd etc? Pin
includeh1025-Jun-07 2:32
includeh1025-Jun-07 2:32 

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.