Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC TOOLBAR HANDLE Pin
ninolaroca3-Sep-06 21:32
ninolaroca3-Sep-06 21:32 
QuestionSize of the pane is changing Pin
radhika281-Sep-06 0:35
radhika281-Sep-06 0:35 
QuestionIs the Components and Controls Gallery gone? Pin
dluo31-Aug-06 23:56
dluo31-Aug-06 23:56 
Questionhow to move Modeless Dialogs with Parent dialog ?? Pin
MacGadger31-Aug-06 23:53
MacGadger31-Aug-06 23:53 
AnswerRe: how to move Modeless Dialogs with Parent dialog ?? Pin
_AnsHUMAN_ 1-Sep-06 0:37
_AnsHUMAN_ 1-Sep-06 0:37 
GeneralRe: how to move Modeless Dialogs with Parent dialog ?? Pin
MacGadger1-Sep-06 0:52
MacGadger1-Sep-06 0:52 
GeneralRe: how to move Modeless Dialogs with Parent dialog ?? Pin
_AnsHUMAN_ 1-Sep-06 1:08
_AnsHUMAN_ 1-Sep-06 1:08 
QuestionGetWindowText problem Pin
matijsmoest31-Aug-06 23:33
matijsmoest31-Aug-06 23:33 
I use GetWindowText to get the text of a focused object. (lets say a button)

<br />
HWND Btn = ::GetFocus;<br />
<br />
TCHAR ButtonText[1024];<br />
<br />
GetWindowText(Btn, ButtonText, 1024);<br />


This work fine for most windows application.
But when I try this for an application like Firefox I get a NULL-string.

Does anyone have a generic solution to get the text of these non-windows objects..?
AnswerRe: GetWindowText problem Pin
prasad_som31-Aug-06 23:58
prasad_som31-Aug-06 23:58 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 0:06
matijsmoest1-Sep-06 0:06 
GeneralRe: GetWindowText problem Pin
prasad_som1-Sep-06 0:18
prasad_som1-Sep-06 0:18 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 1:13
matijsmoest1-Sep-06 1:13 
GeneralRe: GetWindowText problem [modified] Pin
prasad_som1-Sep-06 1:34
prasad_som1-Sep-06 1:34 
GeneralRe: GetWindowText problem Pin
ThatsAlok1-Sep-06 0:36
ThatsAlok1-Sep-06 0:36 
GeneralRe: GetWindowText problem Pin
matijsmoest1-Sep-06 1:08
matijsmoest1-Sep-06 1:08 
AnswerRe: GetWindowText problem Pin
Michael Dunn1-Sep-06 5:55
sitebuilderMichael Dunn1-Sep-06 5:55 
QuestionTabControl Pin
sheshidar31-Aug-06 23:00
sheshidar31-Aug-06 23:00 
QuestionCode Coverage tool for wxDevC++ Pin
Pavan Rao31-Aug-06 22:48
Pavan Rao31-Aug-06 22:48 
QuestionStructure??? Pin
Programm3r31-Aug-06 22:47
Programm3r31-Aug-06 22:47 
AnswerRe: Structure??? [modified] Pin
toxcct31-Aug-06 22:54
toxcct31-Aug-06 22:54 
GeneralRe: Structure??? Pin
Programm3r31-Aug-06 23:02
Programm3r31-Aug-06 23:02 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 0:23
MayankT1-Sep-06 0:23 
GeneralRe: Structure??? Pin
lemur21-Sep-06 1:20
lemur21-Sep-06 1:20 
GeneralRe: Structure??? Pin
MayankT1-Sep-06 2:00
MayankT1-Sep-06 2:00 
GeneralRe: Structure??? Pin
toxcct1-Sep-06 2:01
toxcct1-Sep-06 2:01 

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.