setting the class of the window

  • Thread starter Thread starter Ram Baruch
  • Start date Start date
R

Ram Baruch

Hi,
Is it possible to set the class of the window of my application (So when I'm
using spy++ and I select this window I'll get this name)?
Regards,
Ram.
 
Ram,
Is it possible to set the class of the window of my application (So when I'm
using spy++ and I select this window I'll get this name)?

You can override the CreateParams property of your window and return
the name of an existing class. The actual class used will be a
subclass of the one you provide.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top