Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup Window

Status
Not open for further replies.

ShyFox

Programmer
Joined
Mar 22, 2003
Messages
210
Location
ES
How do you show a popup window (not from your own application)apearing from a buton?
Regards


As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
 
Shyfox

Can you explain what you want to do? Do you want to run an external application from a command button in your application?

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Mike
No ... I want to acces another aplication's popup menu from my application. But that popup it's showed by a button with checked/unchecked properties. So as long that button is checked the popup is showed else it's hidden.
Now . . . how can I know the hWnd of that button (that has no caption, I think it's caption it's in the code) by knowing only it's parent class and the window that posses it. If I would know this hWnd I could send it a mouse click to it and acces the popup.
Regards

As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top