Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCRecordset+ date Pin
paulosuckow14-Jun-07 11:24
paulosuckow14-Jun-07 11:24 
QuestionUsing MySQL from VC++ 6 Pin
Accius14-Jun-07 10:41
Accius14-Jun-07 10:41 
AnswerRe: Using MySQL from VC++ 6 Pin
led mike14-Jun-07 10:49
led mike14-Jun-07 10:49 
GeneralRe: Using MySQL from VC++ 6 Pin
Accius14-Jun-07 21:03
Accius14-Jun-07 21:03 
GeneralRe: Using MySQL from VC++ 6 Pin
Accius14-Jun-07 21:08
Accius14-Jun-07 21:08 
GeneralRe: Using MySQL from VC++ 6 Pin
led mike15-Jun-07 4:29
led mike15-Jun-07 4:29 
QuestionMouse event pecularity in vertical scrollbar Pin
Vancouver14-Jun-07 9:47
Vancouver14-Jun-07 9:47 
AnswerRe: Mouse event pecularity in vertical scrollbar [modified] Pin
Mark Salsbery14-Jun-07 10:08
Mark Salsbery14-Jun-07 10:08 
That sounds strange.

If the scrollbars are standard scrollbars (not controls) then they are part of the non-client
area of the static control. I would expect the wParam of a WM_NCMOUSEMOVE message in the static
control then would be HTHSCROLL/HTVSCROLL.

*edit* I guess I should clarify - what sounds strange to me is that the parent would get a
mousemove message when the cursor is on the scrollbar of a child window...

-- modified at 16:15 Thursday 14th June, 2007

"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder

GeneralRe: Mouse event pecularity in vertical scrollbar Pin
Vancouver14-Jun-07 10:15
Vancouver14-Jun-07 10:15 
GeneralRe: Mouse event pecularity in vertical scrollbar Pin
Mark Salsbery14-Jun-07 10:24
Mark Salsbery14-Jun-07 10:24 
GeneralRe: Mouse event pecularity in vertical scrollbar Pin
Vancouver14-Jun-07 11:07
Vancouver14-Jun-07 11:07 
GeneralRe: Mouse event pecularity in vertical scrollbar Pin
Mark Salsbery14-Jun-07 11:23
Mark Salsbery14-Jun-07 11:23 
QuestionRegistering COM dll on 64-bit XP Pin
rana7414-Jun-07 7:27
rana7414-Jun-07 7:27 
Questiontwo instances of a DLL Pin
act_x14-Jun-07 7:06
act_x14-Jun-07 7:06 
AnswerRe: two instances of a DLL Pin
Matthew Faithfull14-Jun-07 8:17
Matthew Faithfull14-Jun-07 8:17 
QuestionExporting data to mutiple.txt files Pin
ciphus2114-Jun-07 6:08
ciphus2114-Jun-07 6:08 
AnswerRe: Exporting data to mutiple.txt files Pin
CPallini14-Jun-07 10:27
mveCPallini14-Jun-07 10:27 
AnswerRe: Exporting data to mutiple.txt files Pin
David Crow14-Jun-07 10:35
David Crow14-Jun-07 10:35 
AnswerRe: Exporting data to mutiple.txt files Pin
led mike14-Jun-07 10:44
led mike14-Jun-07 10:44 
QuestionForced scoping as a programming technique? Pin
Cyrilix14-Jun-07 5:53
Cyrilix14-Jun-07 5:53 
AnswerRe: Forced scoping as a programming technique? Pin
Michael Dunn14-Jun-07 6:27
sitebuilderMichael Dunn14-Jun-07 6:27 
GeneralRe: Forced scoping as a programming technique? Pin
Nemanja Trifunovic14-Jun-07 6:28
Nemanja Trifunovic14-Jun-07 6:28 
GeneralRe: Forced scoping as a programming technique? Pin
Cyrilix14-Jun-07 6:43
Cyrilix14-Jun-07 6:43 
GeneralRe: Forced scoping as a programming technique? Pin
jbarton14-Jun-07 8:53
jbarton14-Jun-07 8:53 
GeneralRe: Forced scoping as a programming technique? Pin
Cyrilix14-Jun-07 9:38
Cyrilix14-Jun-07 9:38 

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.