Populating the combobox in another application using SendMessage

caeanis

Freshman
Joined
Sep 6, 2006
Messages
40
I have a small vb.net app that I used to pull data from a website. I want to be able to pull up window in another application (Remedy) and populate data in a given Remedy Ticket Window. Is there a way to access a specific control with thing the Remedy app, like for instance a combobox which provides choises for issue type, or issue description? I use FindWindow to point to the right window and this works but I'm not sure if it's possible to set focus to a particular control in that window and either set its value with a string or to choose a specific choice if its a combobox. Is this possible?
 
Back
Top