Is there a way?http://forums.asp.net/t/1248930.aspx/1?Is+there+a+way+Fri, 18 Apr 2008 07:32:37 -040012489302302975http://forums.asp.net/p/1248930/2302975.aspx/1?Is+there+a+way+Is there a way? <p>Hi, my question will be confusing. I need to create a system to click the options automatically. I have a tool where it has about 20 selections from dropdown list to be selected and after this selection when i click send it will grab the data from database and send the respective data to excel. And i need to do this every day. So i need to create a windows application where first i need to preset the selections and save. Then when i run it should link to the tool and automatically send the data to excel. So is it possible? Advice please..</p> 2008-04-17T01:55:00-04:002302996http://forums.asp.net/p/1248930/2302996.aspx/1?Re+Is+there+a+way+Re: Is there a way? <p>Try <a href="http://www.macroexpress.com/">http://www.macroexpress.com/</a></p> 2008-04-17T02:16:30-04:002303126http://forums.asp.net/p/1248930/2303126.aspx/1?Re+Is+there+a+way+Re: Is there a way? <p>hi, thanks for the link. any other links or advice&nbsp;while trying this ?</p> 2008-04-17T04:17:17-04:002303132http://forums.asp.net/p/1248930/2303132.aspx/1?Re+Is+there+a+way+Re: Is there a way? <p>Can i know what language you have used to create the tool which contains the drop down list. </p> <p>If it is a .net winform, then you can expose the click and send functionality through a separate public method. You can then refer to this assembly, maybe from a command line utility that can loop through the options you have selected (Stored in an XML file etc) and submit each option to the exposed public method. This is just one of the ideas, there may be more.</p> <p>-pradeep_tp&nbsp;</p> <p>&nbsp;</p> 2008-04-17T04:27:22-04:002303223http://forums.asp.net/p/1248930/2303223.aspx/1?Re+Is+there+a+way+Re: Is there a way? <p>I didnt create the tool, i just use it. So i dont know much about the tool</p> 2008-04-17T05:40:31-04:002305926http://forums.asp.net/p/1248930/2305926.aspx/1?Re+Is+there+a+way+Re: Is there a way? <p>Hi,</p> <p>Did you talk about Windows Application? This is the forum about ASP.NET. If this issue is about WinForm definitely, you can post it at: </p> <p><a href="http://forums.microsoft.com/MSDN/default.aspx?SiteID=1">http://forums.microsoft.com/MSDN/default.aspx?SiteID=1</a> <br> Trying to check the issue with experts there may be more helpful. </p> <p>Hope it helps.</p> <p>&nbsp;</p> 2008-04-18T05:46:55-04:002306181http://forums.asp.net/p/1248930/2306181.aspx/1?Re+Is+there+a+way+Re: Is there a way? <p>Its not necessary to be a windows app, it can be web app as well.</p> 2008-04-18T07:32:37-04:00