Click here to Skip to main content
15,917,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGetting the currently selected text in a CHtmlView Pin
Taka Muraoka25-May-03 1:09
Taka Muraoka25-May-03 1:09 
GeneralRe: Getting the currently selected text in a CHtmlView Pin
Michael Dunn25-May-03 1:32
sitebuilderMichael Dunn25-May-03 1:32 
GeneralList View Control Pin
Dennis L25-May-03 0:34
Dennis L25-May-03 0:34 
GeneralRe: List View Control Pin
Kuniva25-May-03 2:33
Kuniva25-May-03 2:33 
Generaltoolbar Pin
Drawil25-May-03 0:29
Drawil25-May-03 0:29 
GeneralRe: toolbar Pin
Michael Dunn25-May-03 1:35
sitebuilderMichael Dunn25-May-03 1:35 
GeneralRe: toolbar Pin
Drawil25-May-03 1:57
Drawil25-May-03 1:57 
GeneralOverruling WH_CBT hook behaviour Pin
S van Leent25-May-03 0:16
S van Leent25-May-03 0:16 
If I create a window, and I use the normal SetWindowsHook procedure like this:

<br />
SetWindowsHookEx(WH_CBT, (HOOKPROC)CBTProc, hInstance, NULL);<br />


It does work on self defined windowclasses but it doesn't seem to work with normal controls, like buttons and so on. How can I overrule this? If not possible, can I make a button using a selfdefined windowclass which calls the button procedure on it's turn?

LPCTSTR Dutch = TEXT("Double Dutch Smile | :) ");
Generalabsolute path of the console is running Pin
liongqi24-May-03 22:37
liongqi24-May-03 22:37 
GeneralRe: absolute path of the console is running Pin
Michael Dunn25-May-03 1:38
sitebuilderMichael Dunn25-May-03 1:38 
QuestionHow to open a database without MFC ? Pin
zakarias24-May-03 21:58
zakarias24-May-03 21:58 
AnswerRe: How to open a database without MFC ? Pin
randal bryant24-May-03 23:17
randal bryant24-May-03 23:17 
AnswerRe: How to open a database without MFC ? Pin
John M. Drescher25-May-03 3:42
John M. Drescher25-May-03 3:42 
QuestionIf 1 = true, 0 =false, why return 0 = successful? Pin
Link260024-May-03 21:01
Link260024-May-03 21:01 
AnswerRe: If 1 = true, 0 =false, why return 0 = successful? Pin
Ryan Binns24-May-03 21:27
Ryan Binns24-May-03 21:27 
AnswerRe: If 1 = true, 0 =false, why return 0 = successful? Pin
Michael Dunn25-May-03 2:53
sitebuilderMichael Dunn25-May-03 2:53 
GeneralRe: If 1 = true, 0 =false, why return 0 = successful? Pin
Link260025-May-03 3:01
Link260025-May-03 3:01 
GeneralRe: If 1 = true, 0 =false, why return 0 = successful? Pin
ZoogieZork25-May-03 10:00
ZoogieZork25-May-03 10:00 
GeneralRe: If 1 = true, 0 =false, why return 0 = successful? Pin
Link260025-May-03 11:30
Link260025-May-03 11:30 
GeneralRe: If 1 = true, 0 =false, why return 0 = successful? Pin
ZoogieZork25-May-03 14:32
ZoogieZork25-May-03 14:32 
QuestionWhere do you put the braces? Pin
Link260024-May-03 16:55
Link260024-May-03 16:55 
AnswerRe: Where do you put the braces? Pin
Wes Aday24-May-03 17:35
professionalWes Aday24-May-03 17:35 
AnswerRe: Where do you put the braces? Pin
Beer24-May-03 17:47
Beer24-May-03 17:47 
AnswerRe: Where do you put the braces? Pin
Robert Little24-May-03 17:57
Robert Little24-May-03 17:57 
AnswerRe: Where do you put the braces? Pin
Paul M Watt24-May-03 19:02
mentorPaul M Watt24-May-03 19: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.