Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > Visual Basic.Net > Automation
Search:
What's New - What's Hot

OPCWare DA Automation Wrapper - VB.NET        
Total Hits: 31  |  Today: 0 Author: KRISHNA PRASAD.N       Rating:  
Read Reviews | Write Review |              Your Rating: 

This paper provides the basic technical overview of OPC (OLE for Process and Control) and a sample VB.NET OPC Client to access the data using OPCware DA Automation Wrapper component. It describes how VB.NET client can communicate with OPC Server....

Excel automation in VBScript        
Total Hits: 29  |  Today: 0 Author: ketan_lohar       Rating:  
Read Reviews | Write Review |              Your Rating: 

When we develope office applications we need to automate Excel Activity.This can be achieved by VBScript. VBScript support "Excel.Application". Through which we can do comman excel taskautomatically....

Automatically Updating Visual Basic 6 Applications: Part I        
Total Hits: 8  |  Today: 0 Author: Scott Swigart       Rating:  
Read Reviews | Write Review |              Your Rating: 

Deploying applications is hard. It takes time to build and test installers. Applications often require additional COM components to operate, and these components require registration. You also have to consider how you're going to physically distribute the bits. Will you burn a CD? Will you zip them up and place them on a website for downloading? Will you use a product like SMS to push them out?...

50 Ways to Kill Excel        
Total Hits: 344  |  Today: 0 Author: rox.scott       Rating:  
Read Reviews | Write Review |              Your Rating: 

How to get rid of Excel.EXE processes in task manager. How to create and dispose of office automation objects in VB.NET...

HOWTO: Automate Visio with Visual Basic .NET        
Total Hits: 1924  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to automate Visio using Visual Basic .NET....

HOWTO: Handle Events for Microsoft Word Using Microsoft Visual Basic .NET        
Total Hits: 2744  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to handle Word events from an Automation client that is created with Visual Basic .NET....

HOWTO: Use Automation to Create Office Command Bars and Controls with Visual Basic .NET (Q303017)        
Total Hits: 1266  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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....

Automation of Internet Explorer Using shdocvw.dll and mshtml.tlb – A Case Study        
Total Hits: 41  |  Today: 0 Author: G. Kiran       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft Internet Explorer comes with a fairly comprehensive, although sparsely documented, Object Model. If you've used the Web Browser control in Access, you are already familiar with the capabilities of IE's Object Model. All of the functionality in IE's object model (not counting external support, like scripting support etc.) is provided by the following two dlls:

* shdocvw.dll (Microsoft Internet Controls)
* mshtml.tlb (Microsoft HTML Object Library)...

Simple PowerPoint Automation in VB.NET        
Total Hits: 37  |  Today: 0 Author: Gigy       Rating:  
Read Reviews | Write Review |              Your Rating: 

Create a new project, for simplicity, create a Windows application, go ahead and right click on References in the Solution Explorer, and select Add Reference… When the Add Reference window comes up, select the PIAs. Select Microsoft.Office.Interop.PowerPoint.dll and office.dll. You will get these reference only when you install oxppia.exe which can be explicitly down load from Microsoft site....

Test Automation for ASP.NET Web Apps with SSL        
Total Hits: 24  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're encrypting user data with Secure Sockets Layer (SSL) over HTTP and you want to test your Web applications programmatically you'll find that the techniques are not widely known. In this month's column I'll show you how to set up a test SSL server and write test automation that verifies the functionality of a simple but representative Web application....

API Test Automation in .NET        
Total Hits: 18  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |              Your Rating: 

The most fundamental type of software test automation is automated API testing. API testing essentially entails testing the individual methods that make up a software system rather than testing the overall system itself. API testing is also called unit testing, module testing, component testing, and element testing. Technically the terms are quite different, but in casual usage you can think of them as having roughly the same meaning. The idea is that you must make sure the individual building b...

Low-Level UI Test Automation        
Total Hits: 34  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are several ways to test a Windows®-based application through its user interface. For example, in the January 2005 issue of MSDN®Magazine (Test Run: Lightweight UI Test Automation with .NET) I described a lightweight technique for testing .NET-based applications using .NET reflection. Since then, many of you have asked how to perform lower-level tasks like clicking away a Message Box. This column answers all those questions by showing you how to write lightweight, low-level UI test automat...

Writing Assemblies in Multiple Languages        
Total Hits: 344  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Most of us already know about the wide array of languages the .NET Framework supports. We also know that we can code assemblies that make up projects using different languages. Something that we might not be so aware of is, coding one assembly using more than one language....

HOW TO: Handle Document Events in a Visual Basic .NET Application        
Total Hits: 918  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to catch document events for the WebBrowser control in Visual Basic .NET....

HOWTO: Use Automation to Create and Show a PowerPoint Presentation with Visual Basic .NET        
Total Hits: 1602  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article describes how to automate PowerPoint from Visual Basic .NET to create and then show a PowerPoint presentation....

HOWTO: Send E-mail Programmatically with System.Web.Mail and Visual Basic .NET (Q314201)        
Total Hits: 2031  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to use System.Web.Mail to send an e-mail message in Visual Basic .NET.
  1. Start Microsoft Visual Studio .NET. On the File menu, click New and then click Project. Click Visual Basic Projects, click the Console Application template, and then click OK. By default, Module1.vb is created.
  2. ...

HOW TO: Automate MapPoint by Using Visual Basic. NET (Q305200)        
Total Hits: 1680  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This step-by-step article demonstrates how to use MapPoint 2002 functionality from an Automation client that is developed with Visual Basic .NET. This article describes each step that is involved in building the Automation client. You may also download this sample....

HOWTO: Use Automation to Get and Set Office Document Properties with Visual Basic .NET (Q303294)        
Total Hits: 3046  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article illustrates how to automate Word with Visual Basic .NET to retrieve and manipulate document properties. Although the sample in this article is specifically written to automate Word, the same concepts can be applied to Excel and PowerPoint....

How to use automation to create and to show a PowerPoint presentation by using Visual Basic .NET 2002 or Visual Basic .NET 2003        
Total Hits: 12  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article describes how to use automation to create and to show a Microsoft PowerPoint presentation by using Microsoft Visual Basic .NET 2002 or Visual Basic .NET 2003. Start Microsoft Visual Studio .NET 2002 or Visual Studio .NET 2003. On the File menu, click New and then click Project. Select Windows Application from the Visual Basic Projects types. Form1 is created by default....

Registry Clean Automation for Windows Service        
Total Hits: 17  |  Today: 0 Author: v.jayakrishnan       Rating:  
Read Reviews | Write Review |              Your Rating: 

This class provides the set of standard root keys found in the registry on machines running Windows. The registry is a storage facility for Information about applications, users, and default system settings. For example, applications can use the registry for storing information that needs to be preserved after the application is closed, and access that same information when the application is reloaded. For instance, you can store color preferences, screen locations, or the size of the window. Yo...


1  2  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net