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
 
Back
Top