Click here to Skip to main content
15,892,059 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalnamespace and DLL issues Pin
Joris van der Pol26-Jul-05 8:25
Joris van der Pol26-Jul-05 8:25 
GeneralKeyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 7:06
c121hains26-Jul-05 7:06 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 8:04
David Crow26-Jul-05 8:04 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 8:14
c121hains26-Jul-05 8:14 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 9:10
David Crow26-Jul-05 9:10 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Kuniva26-Jul-05 12:41
Kuniva26-Jul-05 12:41 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow27-Jul-05 2:46
David Crow27-Jul-05 2:46 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Anonymous26-Jul-05 13:04
Anonymous26-Jul-05 13:04 
The keyboard hook proc must be either a global function or a static member of your class.

Also, hooks are in dll's if they are global hooks (work no matter where teh input focus is). If the hook is in your .exe then it will only catch keyboard events when the exe has the keyboard focus.
QuestionDoes anybody know any good WIN32 SDK sites? Pin
jinzhecheng26-Jul-05 6:51
jinzhecheng26-Jul-05 6:51 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
David Crow26-Jul-05 7:59
David Crow26-Jul-05 7:59 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
Anonymous26-Jul-05 13:05
Anonymous26-Jul-05 13:05 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
Jack Puppy26-Jul-05 15:01
Jack Puppy26-Jul-05 15:01 
GeneralRe: Does anybody know any good WIN32 SDK sites? Pin
jinzhecheng27-Jul-05 3:32
jinzhecheng27-Jul-05 3:32 
Generalinsert a chart into a dialog Pin
Marc Soleda26-Jul-05 6:24
Marc Soleda26-Jul-05 6:24 
GeneralSize of a dialog box Pin
si_6926-Jul-05 5:12
si_6926-Jul-05 5:12 
GeneralRe: Size of a dialog box Pin
toxcct26-Jul-05 5:19
toxcct26-Jul-05 5:19 
GeneralRe: Size of a dialog box Pin
Renjith Ramachandran26-Jul-05 8:45
Renjith Ramachandran26-Jul-05 8:45 
Generalwinsock2: SPI problems Pin
superstition26-Jul-05 4:39
superstition26-Jul-05 4:39 
GeneralRe: winsock2: SPI problems Pin
Peter Weyzen26-Jul-05 10:21
Peter Weyzen26-Jul-05 10:21 
GeneralRe: winsock2: SPI problems Pin
superstition26-Jul-05 20:35
superstition26-Jul-05 20:35 
QuestionCListCtrl 260 character limit???? Pin
Anonymous26-Jul-05 3:28
Anonymous26-Jul-05 3:28 
AnswerRe: CListCtrl 260 character limit???? Pin
mark novak26-Jul-05 3:46
mark novak26-Jul-05 3:46 
GeneralRe: CListCtrl 260 character limit???? Pin
Anonymous26-Jul-05 4:09
Anonymous26-Jul-05 4:09 
GeneralDynamic popup menu [edited - bis] Pin
toxcct26-Jul-05 3:04
toxcct26-Jul-05 3:04 
GeneralRe: Dynamic popup menu Pin
mark novak26-Jul-05 3:09
mark novak26-Jul-05 3:09 

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.