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!

What kind of controls does a window have?

Status
Not open for further replies.

Fursten

Programmer
Joined
Dec 27, 2000
Messages
403
Location
PT
Hi,

Is there any API that let us know what kind of components/controls (labels, buttons...) does a window have? I already sow the Enum"Something" APi´s..but nothing usefull for this.

After I´m able to know which components a window have, I would like to change some properties of that component. For instance, if a window have a label in it, I would like to change, for example, the caption of that label. I know we can send a message to change something in the window itself... but what I want is to change something in a component of the window...

Any ideias? :)

 
ups... everything is a window :P That´s the answer.

Sorry the question.
 
Hi again!

I realised that every visual basic control is a window except a image control... how come? :P

If I have an image control in a Form, for instance, Am I able to change it?

Thankx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top