|
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: virtually_void
|
Rating:
|
|

First of all, if you are thinking Outlook Express, just forget it. The only three ways of integrating with Outlook Express are (and this is just my guessing) by paying Microsoft a lot of money and by giving them a really good reason to why you want to do that, or by hooking in through the encryption-entry, or by creating a proper hook and hacking your way in there. I've done the hacking (due to missing funds) and it's not a pretty sight, it works but it's everything from clean....
|
|
|
|
Total Hits: 183 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

The following example obtains a TextPattern object from a text control. A TextPatternRange object, representing the textual content of the entire document, is then created using the DocumentRange property of this TextPattern. Two additional TextPatternRange objects are then created for the sequential search and highlight functionality....
|
|
|
|
Total Hits: 327 | Today: 0
|
Author: Amrish Deep Ravidas
|
Rating:
|
|

Word Automation through C# is all about programmatically generating the Word Document using C# code. Working on Word is considered to be straightforward, but doing the same programmatically gets a little intricate. Word automation almost completely involves working with objects and reference types. Almost all of the tasks which we perform on word 2003 can be done programmatically using C# or VB. Tasks like Inserting Table of Contents, Linking documents, Mail Merge, Inserting Documents, Embedding...
|
|
|
|
Total Hits: 277 | Today: 0
|
Author: Grant Simms.
|
Rating:
|
|

This article describes how to add variable replacements into your snippet generated code, or even a simple copy and paste function. The first thing we need to do is trap the code changed event from the IDE, we need to have a mechanism that allows us to look up a value to replace. Now we need to replace the inserted code. This will also allow us to use the functionality as an inline variable replacement, like word uses auto-correct. Secondly, we need this mechanism to work in conjunction with the...
|
|
|
|
Total Hits: 795 | Today: 0
|
|
Rating:
|
|

This article demonstrates how to automate Excel to create a command bar that contains buttons, drop-down list boxes, combo boxes, and pop-up menus....
|
|
|
|
Total Hits: 2565 | Today: 0
|
|
Rating:
|
|

This article demonstrates how to automate Excel from Visual C# .NET to fill and retrieve values in a multi-cell range by using arrays....
|
|
|
|
Total Hits: 1815 | Today: 0
|
|
Rating:
|
|

This step-by-step article shows you how to create a Visual C# .NET client that gets an Automation Reference to a running instance of an Office program....
|
|
|
|
Total Hits: 992 | Today: 0
|
|
Rating:
|
|

This step-by-step article shows you how to start the application that is associated with a given document extension or file type without needing to know the name or location of the associated application. For example, you can start Arcade.bmp with the application that is associated with the .bmp file extension, which is MSPaint.exe in most cases....
|
|
|
|
Total Hits: 2117 | Today: 0
|
|
Rating:
|
|

This step-by-step article describes how to automate PowerPoint with Visual C# .NET to create and then show a PowerPoint presentation....
|
|
|
|
Total Hits: 725 | Today: 0
|
|
Rating:
|
|

This step-by-step article shows you how to use the .NET Framework Process class to start another application from your code and have the code wait for the other application to close before it continues. When the code waits for the application to finish, there are two options: Wait indefinitely for the other application to either finish or be closed by the user. Specify a time-out period after which you can close the application from your code. This article presents two code samples that demonstr...
|
|
|
|
Total Hits: 1073 | Today: 0
|
|
Rating:
|
|

This step-by-step article describes how to handle Excel events from an Automation client that is developed with Visual C# .NET. Visual C# .NET uses delegates to handle Component Object Model (COM) events. Delegates are a new concept in Visual Studio .NET. In the case of COM events, a delegate listens for events from the COM server, and forwards them to a Visual C# function....
|
|
|
|
Total Hits: 1916 | Today: 0
|
|
Rating:
|
|

You may want to display, or embed, an Office document directly on a Visual C# .NET Form. Visual C# .NET does not provide an OLE control that allows you to embed an Office document on a form. If you want to embed an existing document and open it as an in-place ActiveX document object within a Visual C# .NET form, a potential solution for you is to use the Microsoft WebBrowser control. This article demonstrates how to browse to an existing Office document and display it inside a Visual C# .NET for...
|
|
|
|
Total Hits: 819 | Today: 0
|
|
Rating:
|
|

This step-by-step article shows you how to start the default Internet browser....
|
|
|
|
Total Hits: 215 | Today: 0
|
Author: Dr. James McCaffrey
|
Rating:
|
|

Though it has only been around for a relatively short amount of time, Windows PowerShellTM is already one of my favorite tools. I recently discovered that Windows PowerShell has all the features you need for creating a tiny library that will enable you to write ultralightweight UI automation.
In this month's column, I will show you how to create a small collection of custom Windows PowerShell cmdlets that perform Windows® UI automation tasks. These include obtaining handles to application...
|
|
|
|
Total Hits: 418 | Today: 0
|
Author: 15seconds
|
Rating:
|
|

Essentially, home automation is the ability to control devices around your house from your PC. For example, if you go away on holidays, you could schedule your PC to rotate your lights on a normal schedule. Turn them all off during the day, then back on in the evening and finally all off again at night. This of course would give the impression that you are at home and potentially thwart robbery attempts. Other examples would be having the coffee pot and toaster automatically begin at 7:00 am and...
|
|
|
|
Total Hits: 344 | Today: 0
|
Author: codeproject
|
Rating:
|
|

You’ll have come across many situations in which you will need to generate a random password comprised of random alphanumeric and punctuation characters. While there are many tools out there that will do this for you, why not write a class in C# that will do it for you, especially when C# makes it so simple and easy....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Dr. James McCaffrey
|
Rating:
|
|

Though it has only been around for a relatively short amount of time, Windows PowerShellTM is already one of my favorite tools. I recently discovered that Windows PowerShell has all the features you need for creating a tiny library that will enable you to write ultralightweight UI automation....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Dr. James McCaffrey
|
Rating:
|
|

There are several techniques you can use to test the user interface of a Windows® application. For example, you can use System.Reflection classes to test Microsoft® .NET Framework applications or you can test both .NET and native applications by calling Win32® API functions such as FindWindow—either with unmanaged C++ or with C# or Visual Basic® by using the P/Invoke mechanism....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Dr. James McCaffrey
|
Rating:
|
|

Windows PowerShellTM, the new Microsoft command shell and scripting language, is a great platform for several kinds of lightweight test automation. In this month's Test Run column, I show you how to use Windows PowerShell to create quick and easy UI test automation for any kind of Web application by automating Internet Explorer®. This column is primarily intended for beginners, but experienced engineers will find some interesting information here, too....
|
|
|
|
Total Hits: 1 | Today: 0
|
Author: Robert Corvus
|
Rating:
|
|

Have you ever successfully built your project and had all your unit tests run green only to find out your app blows up as soon as you try to login? Wouldn’t it be great to have a “smoke test” that automatically verifies that the user can actually get to the web app and login? Using the free open-source Watin (pronounced “watt inn”) in your test project, you can automatically test how a user interacts with your web app, including logins, page loads, button clicks, and form submits, using a real b...
|
|
|
|
|
|