¡@

Home 

c# Programming Glossary: automate

Find size of object instance in bytes in c#

http://stackoverflow.com/questions/1128315/find-size-of-object-instance-in-bytes-in-c-sharp

this question Janie I'd really stay away from trying to automate this at least right away. Let some human learn what the problem.. automation to assist the human in her analysis a fully automated system may not be necessary. This does remind me a bit of the..

How to get the range of occupied cells in excel sheet

http://stackoverflow.com/questions/1284388/how-to-get-the-range-of-occupied-cells-in-excel-sheet

the range of occupied cells in excel sheet I use C# to automate an excel file. I was able to get the workbook and the sheets..

include line numbers in stack trace without pdb?

http://stackoverflow.com/questions/1328836/include-line-numbers-in-stack-trace-without-pdb

your stack traces get submitted to a website you can even automate the conversion so that developers will already be getting fully..

How can you automate Firefox from C# application?

http://stackoverflow.com/questions/137880/how-can-you-automate-firefox-from-c-sharp-application

can you automate Firefox from C# application Start with the simplest task of..

Webbrowser behaviour issues

http://stackoverflow.com/questions/18572635/webbrowser-behaviour-issues

behaviour issues I am trying to automate Webbrowser with .NET C#. The issue is that the control or should..

C# how to add Excel Worksheet programatically Office XP / 2003

http://stackoverflow.com/questions/193092/c-sharp-how-to-add-excel-worksheet-programatically-office-xp-2003

am just starting to fiddle with Excel via C# to be able to automate the creation and addition to an Excel file. I can open the file..

What's a good, if any, .NET Windows automation library?

http://stackoverflow.com/questions/2052915/whats-a-good-if-any-net-windows-automation-library

any .NET assembly. The purpose of the library must be to automate Windows push a button select a window send keys record playback.. the WPF to be installed on the system. It can however automate everything from Win32 apps to HTML in a browser. JasonTrue suggested..

WebBrowsing in C# - Libraries, Tools etc. - Anything like Mechanize in Perl?

http://stackoverflow.com/questions/2149867/webbrowsing-in-c-sharp-libraries-tools-etc-anything-like-mechanize-in-perl

been using WatiN to great effect. It's an easy way to 1 automate user input w IE and 2 navigate the DOM. share improve this..

UAC need for console application

http://stackoverflow.com/questions/227187/uac-need-for-console-application

line tool to embed it into your executable. You can automate this as a post build step by placing the following line as a..

Looking for replacement for Snippet Compiler [closed]

http://stackoverflow.com/questions/2775055/looking-for-replacement-for-snippet-compiler

We have a hack someone wrote here that they're using to automate some queries or something but it would be great if LINQPad supported..

How can I unit test a Windows Service?

http://stackoverflow.com/questions/42150/how-can-i-unit-test-a-windows-service

call methods on a class library assembly. That way you can automate unit tests against the class library methods and the design..

How to execute a command in a remote computer?

http://stackoverflow.com/questions/428276/how-to-execute-a-command-in-a-remote-computer

the .NET Framework namespace System.Management you can automate administrative tasks using Windows Management Instrumentation..

C#: How to access an Excel cell?

http://stackoverflow.com/questions/472959/c-how-to-access-an-excel-cell

excel share improve this question If you are trying to automate Excel you probably shouldn't be opening a Word document and..

How can I send a file document to the printer and have it print?

http://stackoverflow.com/questions/6103705/how-can-i-send-a-file-document-to-the-printer-and-have-it-print

card. So I generate a PDF for each student and I'd like to automate the printing process instead of having the user generated pdf..

WPF WebBrowser control - how to supress script errors?

http://stackoverflow.com/questions/6138199/wpf-webbrowser-control-how-to-supress-script-errors

the popups from appearing as i am using the WebBrowser to automate admin tasks on a website. SupressScriptErrors does not appear..

How to test file download with Watin / IE9?

http://stackoverflow.com/questions/7500339/how-to-test-file-download-with-watin-ie9

Examples of IoC Containers [closed]

http://stackoverflow.com/questions/770039/examples-of-ioc-containers

is a lot more to IoCs but that is a basic concept. You can automate the injection of constructors to avoid the calls directly to..

C# moving the mouse around realistically

http://stackoverflow.com/questions/913646/c-sharp-moving-the-mouse-around-realistically

to build a mouse 'mover' function so that I can basically automate the process. I want to create realistic mouse movements but..