Click here to Skip to main content
15,912,021 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC Pin
kumaraghuru29-Apr-06 21:06
kumaraghuru29-Apr-06 21:06 
GeneralRe: MFC Pin
Joe Woodbury29-Apr-06 23:34
professionalJoe Woodbury29-Apr-06 23:34 
AnswerRe: MFC Pin
bob1697230-Apr-06 4:59
bob1697230-Apr-06 4:59 
QuestionActive X Control supporting problem Pin
chybin29-Apr-06 19:19
chybin29-Apr-06 19:19 
AnswerRe: Active X Control supporting problem Pin
YaronNir29-Apr-06 22:18
YaronNir29-Apr-06 22:18 
Questioncontrolling another application Pin
Sam 200629-Apr-06 16:18
Sam 200629-Apr-06 16:18 
AnswerRe: controlling another application Pin
Justin Tay29-Apr-06 18:29
Justin Tay29-Apr-06 18:29 
AnswerRe: controlling another application Pin
YaronNir29-Apr-06 21:29
YaronNir29-Apr-06 21:29 
use SPY++ application (shipped with Visual Studio) to determine the relation ship between the main window and the rich edit. meaning is it a child of a child or a child of a child of a child.
once you've figured it out, use GetWindow() method with GW_CHILD parameter, until you've got the proper HWND that points to the rich edit control....


Yaron

Ask not what your application can do for you,
Ask what you can do for your application
GeneralRe: controlling another application Pin
Sam 200630-Apr-06 2:20
Sam 200630-Apr-06 2:20 
AnswerRe: Displaying a HTML string in memory that links to an external CSS document Pin
borono29-Apr-06 16:12
borono29-Apr-06 16:12 
Question[Message Deleted] Pin
Tito-K4L29-Apr-06 11:31
Tito-K4L29-Apr-06 11:31 
QuestionConverting a bmp to a raw image Pin
Tito-K4L29-Apr-06 11:30
Tito-K4L29-Apr-06 11:30 
QuestionAdding Functionality to a COM/Ocx Pin
AryaSoft29-Apr-06 11:00
AryaSoft29-Apr-06 11:00 
QuestionGDI+ does not work in release mode Pin
sdancer7529-Apr-06 10:31
sdancer7529-Apr-06 10:31 
Questionhelp plz Pin
big_denny_20029-Apr-06 9:21
big_denny_20029-Apr-06 9:21 
AnswerRe: help plz Pin
Justin Tay29-Apr-06 10:45
Justin Tay29-Apr-06 10:45 
AnswerRe: help plz Pin
Saurabh.Garg29-Apr-06 16:03
Saurabh.Garg29-Apr-06 16:03 
QuestionResponding to CPropertySheet messages Pin
sdancer7529-Apr-06 8:58
sdancer7529-Apr-06 8:58 
QuestionHow To Get Current Module (dll) Handle Pin
Adnan56229-Apr-06 3:50
Adnan56229-Apr-06 3:50 
AnswerRe: How To Get Current Module (dll) Handle Pin
cmk29-Apr-06 5:04
cmk29-Apr-06 5:04 
GeneralRe: How To Get Current Module (dll) Handle Pin
Adnan56229-Apr-06 5:47
Adnan56229-Apr-06 5:47 
GeneralRe: How To Get Current Module (dll) Handle Pin
Taka Muraoka29-Apr-06 7:54
Taka Muraoka29-Apr-06 7:54 
GeneralRe: How To Get Current Module (dll) Handle Pin
Adnan56229-Apr-06 9:06
Adnan56229-Apr-06 9:06 
GeneralRe: How To Get Current Module (dll) Handle Pin
cmk29-Apr-06 12:11
cmk29-Apr-06 12:11 
GeneralRe: How To Get Current Module (dll) Handle Pin
Adnan56226-May-06 3:17
Adnan56226-May-06 3:17 

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.