| View previous topic :: View next topic |
| Author |
Message |
Coppi
Joined: 23 Feb 2005 Posts: 5
|
Posted: Wed Feb 23, 2005 11:38 am Post subject: ThunderRT6ComboBox |
|
|
I want to adress a ThunderRT6ComboBox in an Visual C++ application. It responds to ControlSend, ThunderRT6ComboBox1,{DOWN}{DOWN}{DOWN} but not to Control, ChooseString, someString, ThunderRT6ComboBox1, or to Control, Choose, 2, ThunderRT6ComboBox1.
Is there anyone who can help me?
Thank you!
Coppi |
|
| Back to top |
|
 |
BoBo Guest
|
Posted: Wed Feb 23, 2005 1:07 pm Post subject: |
|
|
ThunderRT6ComboBox --->
Not much help I know, but I had to tell you - you're not alone. I hate it.
If someone is able to tell me/us how to send text to it with Send-/Postmessage in a proper/reliable way I would be more then happy ...
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Wed Feb 23, 2005 2:12 pm Post subject: |
|
|
| If you haven't already tried, you could monitor the control using a tool such as Winspector Spy. See Rajat's SendMessage Tutorial for guidance. |
|
| Back to top |
|
 |
Coppi
Joined: 23 Feb 2005 Posts: 5
|
Posted: Wed Feb 23, 2005 2:44 pm Post subject: |
|
|
| Thank you for the hint. I'll try it. |
|
| Back to top |
|
 |
|