¡@

Home 

c# Programming Glossary: automating

IApplicationActivationManager::ActivateApplication in C#?

http://stackoverflow.com/questions/12925748/iapplicationactivationmanageractivateapplication-in-c

C http blogs.msdn.com b windowsappdev archive 2012 09 04 automating the testing of windows 8 apps.aspx My question is how do I use..

How can I write to an Excel spreadsheet using Linq?

http://stackoverflow.com/questions/1527790/how-can-i-write-to-an-excel-spreadsheet-using-linq

figure out the order of the columns. Then assuming you're automating Excel pass the result of DbDataReader .GetValues to Excel's.. results in. You might need to reorder stuff. If you're not automating Excel you'd need to dump the values in using the Jet OLEDB provider..

How to access Microsoft Word existing instance using late binding

http://stackoverflow.com/questions/2203968/how-to-access-microsoft-word-existing-instance-using-late-binding

to connect to an already running Excel instance and then automating this instance using late binding. Update Here is a short sample..

Business Case for ReSharper

http://stackoverflow.com/questions/2298308/business-case-for-resharper

some very specific cases it has saved weeks or months by automating mechanical tasks that have to be applied over a lot of files...

Is there any way to automate windows forms testing?

http://stackoverflow.com/questions/25343/is-there-any-way-to-automate-windows-forms-testing

gui layer. I have seen watin and the watin recorder for automating tests on web application by accessing the controls and automating.. tests on web application by accessing the controls and automating them. However I am struggling to find a watin equivalent for..

Is there a way to retrieve a C# app's current memory usage?

http://stackoverflow.com/questions/461139/is-there-a-way-to-retrieve-a-c-sharp-apps-current-memory-usage

a way to retrieve a C# app's current memory usage I am automating some profiling tasks and want to log heap space and generation..

Downloading a file with Watin in IE9

http://stackoverflow.com/questions/6125285/downloading-a-file-with-watin-in-ie9

a file with Watin in IE9 I'm having an issue with automating the process of downloading a file from a website. The website..

C# HttpWebRequest website sign in

http://stackoverflow.com/questions/7198005/c-sharp-httpwebrequest-website-sign-in

to switch from a web browser control to http requests for automating tasks for speed. With this function I can post data and receive..

How can I Monitor HTTP Traffic and Get a List of URLs in C#?

http://stackoverflow.com/questions/7671552/how-can-i-monitor-http-traffic-and-get-a-list-of-urls-in-c

copying and pasting one by one. That leads to my task of automating the 'tag collection' by making a program via C# that does the..

C# Excel Automation: Retrieving rows after AutoFilter() with SpecialCells() does not seem to work properly

http://stackoverflow.com/questions/7742106/c-sharp-excel-automation-retrieving-rows-after-autofilter-with-specialcells

First time poster here . I'm having the following trouble automating Excel 2010 from a WinForms C# application. My test table looks..

how to disable compatibility check in excel while automating through c#

http://stackoverflow.com/questions/8879082/how-to-disable-compatibility-check-in-excel-while-automating-through-c-sharp

to disable compatibility check in excel while automating through c# I am using Excel 2007 interop assembly to automate..