Jump to content

Waiting for a "menu"/title-less window


Recommended Posts

Hi,

I'm trying to automate a test for a piece of software running an application (the application I'm using is Paint.Net, a C# image editor). Unfortunately, the test severely slows down the application, to a degree that I can only use Send() to control menu items if I use a long Sleep() between Send()s.

I've looked at the forum and found this topic, however I suspect that neither Menu nor ToolBar controls will work on this menu, since it doesn't seem to be either - the class I see when I use the window spy is something like WindowsForms10.window.8.app.0.378734a. All the menu windows opened by this process are title-less and don't have text I can use to find them out.

Is there a way to use WinWait() to wait for windows spawned by a specific process/application? Could it be that this menu is toolbar-like and I've used the functions in the wrong way?

Thanks for your help, :)

Nitzan

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...