c++.windows.32-bits - GetText
- Phill (6/6) Jan 08 2004 Hi there
- Jan Knepper (7/17) Jan 09 2004 Yeah, the button should have an ID and/or and HWND that is being passed
- Phill (6/23) Jan 09 2004 Ok I thought there was that method,
- Jan Knepper (6/9) Jan 09 2004 Ah! That explains something...
- Phill (5/14) Jan 09 2004 yes thats the reason I called it a method :o))
Hi there Is there a way to get the Text of the clicked button without iterating through all of the buttons to check the state? Any help is be appreciated Phill.
Jan 08 2004
Yeah, the button should have an ID and/or and HWND that is being passed to you message handler. There you should be able to do a GetWindowText on the HWND. Phill wrote:Hi there Is there a way to get the Text of the clicked button without iterating through all of the buttons to check the state? Any help is be appreciated Phill.-- ManiaC++ Jan Knepper
Jan 09 2004
Ok I thought there was that method, but I didnt know you could use it with a button(Im from Java). Thanks Phill. "Jan Knepper" <jan smartsoft.us> wrote in message news:btmj4v$sl8$1 digitaldaemon.com...Yeah, the button should have an ID and/or and HWND that is being passed to you message handler. There you should be able to do a GetWindowText on the HWND. Phill wrote:Hi there Is there a way to get the Text of the clicked button without iterating through all of the buttons to check the state? Any help is be appreciated Phill.-- ManiaC++ Jan Knepper
Jan 09 2004
Phill wrote:Ok I thought there was that method, but I didnt know you could use it with a button(Im from Java).Ah! That explains something... -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Jan 09 2004
yes thats the reason I called it a method :o)) I keep forgetting! Phill. "Jan Knepper" <jan smartsoft.us> wrote in message news:btn7lh$1tbi$2 digitaldaemon.com...Phill wrote:Ok I thought there was that method, but I didnt know you could use it with a button(Im from Java).Ah! That explains something... -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Jan 09 2004