caeanis Posted September 25, 2008 Posted September 25, 2008 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? Quote
Administrators PlausiblyDamp Posted September 25, 2008 Administrators Posted September 25, 2008 Never used it personally but IIRC Remedy does have a COM interface you can use for automation - that would probably be an easier method. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.