Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem reading string from registry Pin
26-Sep-01 0:23
suss26-Sep-01 0:23 
GeneralRe: Problem reading string from registry Pin
Michael P Butler26-Sep-01 0:33
Michael P Butler26-Sep-01 0:33 
GeneralRe: Problem reading string from registry Pin
Anders Molin26-Sep-01 0:34
professionalAnders Molin26-Sep-01 0:34 
GeneralRe: Problem reading string from registry Pin
Gavin Jerman26-Sep-01 2:06
Gavin Jerman26-Sep-01 2:06 
GeneralRe: Problem reading string from registry Pin
26-Sep-01 4:12
suss26-Sep-01 4:12 
GeneralRe: Problem reading string from registry Pin
Michael Dunn26-Sep-01 8:45
sitebuilderMichael Dunn26-Sep-01 8:45 
QuestionI was wondering - why isn't WM_LBUTTONUP received? Pin
26-Sep-01 0:23
suss26-Sep-01 0:23 
AnswerRe: I was wondering - why isn't WM_LBUTTONUP received? Pin
Tomasz Sowinski26-Sep-01 1:01
Tomasz Sowinski26-Sep-01 1:01 
List control enters modal message loop after pressing the mouse button. Here's what MSDN says:

WM_LBUTTONDOWN: Processed in different ways depending on whether a click or drag operation is being initiated. To determine which operation is involved, the list view control enters a modal message loop until either the button is released or the mouse is moved.

This means that WM_LBUTTONUP will not get through message loop of your application.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: I was wondering - why isn't WM_LBUTTONUP received? Pin
26-Sep-01 13:47
suss26-Sep-01 13:47 
Generalslow OpenGL in MFC Pin
25-Sep-01 23:43
suss25-Sep-01 23:43 
GeneralRe: slow OpenGL in MFC Pin
26-Sep-01 7:01
suss26-Sep-01 7:01 
GeneralRe: slow OpenGL in MFC Pin
JoNy26-Sep-01 22:33
JoNy26-Sep-01 22:33 
GeneralTree Control again... Pin
25-Sep-01 23:23
suss25-Sep-01 23:23 
GeneralRe: Tree Control again... Pin
Tomasz Sowinski26-Sep-01 1:12
Tomasz Sowinski26-Sep-01 1:12 
GeneralRe: Tree Control again... Pin
26-Sep-01 3:45
suss26-Sep-01 3:45 
GeneralTimer (without message map) Pin
Le Ridder Noir25-Sep-01 23:18
Le Ridder Noir25-Sep-01 23:18 
GeneralRe: Timer (without message map) Pin
Steen Krogsgaard26-Sep-01 0:23
Steen Krogsgaard26-Sep-01 0:23 
QuestionStatic initializers à la Java? Pin
Tom Nuydens25-Sep-01 23:07
Tom Nuydens25-Sep-01 23:07 
AnswerRe: Static initializers à la Java? Pin
Christian Graus25-Sep-01 23:21
protectorChristian Graus25-Sep-01 23:21 
AnswerRe: Static initializers à la Java? Pin
Tomasz Sowinski26-Sep-01 1:09
Tomasz Sowinski26-Sep-01 1:09 
AnswerRe: Static initializers à la Java? Pin
Tom Nuydens26-Sep-01 23:19
Tom Nuydens26-Sep-01 23:19 
Generalif ( yousaid.GetAt(current_pos) == "[A-Z]" ) Pin
Tryhard25-Sep-01 22:24
Tryhard25-Sep-01 22:24 
GeneralRe: if ( yousaid.GetAt(current_pos) == "[A-Z]" ) Pin
Christian Graus25-Sep-01 22:43
protectorChristian Graus25-Sep-01 22:43 
GeneralRe: if ( yousaid.GetAt(current_pos) == "[A-Z]" ) Pin
markkuk25-Sep-01 22:48
markkuk25-Sep-01 22:48 
QuestionHow to load ASP page from CDialog - very urgent Pin
Bartek25-Sep-01 22:02
Bartek25-Sep-01 22:02 

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.