Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Combobox list height? Pin
Joaquín M López Muñoz6-Nov-01 19:57
Joaquín M López Muñoz6-Nov-01 19:57 
GeneralRe: Combobox list height? Pin
clintsinger7-Nov-01 6:03
clintsinger7-Nov-01 6:03 
GeneralFrom one ListBox to another Pin
Monica6-Nov-01 10:54
Monica6-Nov-01 10:54 
GeneralRe: From one ListBox to another Pin
Ravi Bhavnani6-Nov-01 11:03
professionalRavi Bhavnani6-Nov-01 11:03 
GeneralListBoxes and the magic of VKeyToItem() Pin
Andrew Stampor6-Nov-01 10:50
Andrew Stampor6-Nov-01 10:50 
GeneralRe: ListBoxes and the magic of VKeyToItem() Pin
Ravi Bhavnani6-Nov-01 11:15
professionalRavi Bhavnani6-Nov-01 11:15 
GeneralRe: ListBoxes and the magic of VKeyToItem() Pin
Andrew Stampor6-Nov-01 11:26
Andrew Stampor6-Nov-01 11:26 
GeneralSetCapture hell Pin
Christian Graus6-Nov-01 10:41
protectorChristian Graus6-Nov-01 10:41 
I am working on a dialog that needs to recieve mouse events when I am outside it. In the past I had used a timer in order to call SetCapture when the mouse left the Window, but I felt that was a bit ugly, so this time I tried using WindowFromPoint and passing on messages to windows outside or contained by my own if they were not the ones I was wanting to capture. I found I had to write specific code to press my Close button and I cannot move my dialog. My first approach worked much better, but I always feel that a contant timer == a kludge. Should I just shut up and use the way that works fine, or is there a third, better option ( or maybe something I am missing with option two ) ? I am passing on client and non client mouse events and they work for my child windows, but while Spy++ tells me the messages are being passed to my frame/button, they don't work.




Christian

After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001

GeneralRe: SetCapture hell Pin
Andrew Peace6-Nov-01 13:27
Andrew Peace6-Nov-01 13:27 
GeneralRe: SetCapture hell Pin
Jon Hulatt6-Nov-01 22:16
Jon Hulatt6-Nov-01 22:16 
Generalbrowser Pin
6-Nov-01 9:45
suss6-Nov-01 9:45 
General#include "everything.h" Pin
Jamie Hale6-Nov-01 9:18
Jamie Hale6-Nov-01 9:18 
GeneralRe: #include "everything.h" Pin
PJ Arends6-Nov-01 9:31
professionalPJ Arends6-Nov-01 9:31 
GeneralRe: #include "everything.h" Pin
Jamie Hale6-Nov-01 9:36
Jamie Hale6-Nov-01 9:36 
GeneralRe: #include "everything.h" Pin
DanYELL6-Nov-01 13:21
DanYELL6-Nov-01 13:21 
GeneralRe: #include "everything.h" Pin
Steen Krogsgaard6-Nov-01 22:20
Steen Krogsgaard6-Nov-01 22:20 
GeneralRe: #include "everything.h" Pin
Tomasz Sowinski7-Nov-01 0:48
Tomasz Sowinski7-Nov-01 0:48 
GeneralRe: #include "everything.h" Pin
Jamie Hale7-Nov-01 4:23
Jamie Hale7-Nov-01 4:23 
GeneralRe: #include "everything.h" Pin
Tomasz Sowinski7-Nov-01 7:19
Tomasz Sowinski7-Nov-01 7:19 
GeneralRe: #include "everything.h" Pin
Jamie Hale7-Nov-01 7:51
Jamie Hale7-Nov-01 7:51 
GeneralRe: #include "everything.h" Pin
Tomasz Sowinski7-Nov-01 8:12
Tomasz Sowinski7-Nov-01 8:12 
GeneralRe: #include "everything.h" Pin
Mukkie7-Nov-01 9:30
Mukkie7-Nov-01 9:30 
Generalread the color Pin
6-Nov-01 8:58
suss6-Nov-01 8:58 
GeneralRe: read the color Pin
Nish Nishant6-Nov-01 9:08
sitebuilderNish Nishant6-Nov-01 9:08 
GeneralRe: read the color Pin
Christian Graus6-Nov-01 10:07
protectorChristian Graus6-Nov-01 10:07 

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.