Creating a Custom Panel Written in C# - For Implementation in Ascent Capture 7.5
This document will walk you through creating a custom panel written in C#. The custom panel is designed to run in the Quality Control module and provides an easy way to unreject multiple Documents and Pages as viewed in the Batch Contents window. This panel uses a ToolStrip control containing three image and text buttons.
Ascent Capture and the C# Language
Since Ascent Capture is a COM application, custom panels written in a .NET language must implement certain features that allow interoperability with COM. Unlike Visual Basic or even VB .NET, C# is rather unforgiving when writing .NET user controls to work in a COM environment. A COM Callable Wrapper needs to be used in order to provide the necessary interface to allow a COM application to communicate with the .NET user control. This actually provides more overall control over the behavior of the user control and its visibility to a COM application.
…
Website: www.kofax.com | Filesize: 344kb
No of Page(s): 7
Click here to download Creating a Custom Panel Written in C# - For Implementation in Ascent Capture 7.5.
Related Copyrighted Books
Pro .NET 2.0 Windows Forms and Custom Controls in C#
GDI+ Application Custom Controls with Visual C# 2005: A fast-paced example-driven tutorial to building custom controls using Visual C# 2005 Express Edition and .NET 2.0
GDI+ Programming: Creating Custom Controls Using C#
Developing .NET Custom Controls and Designers Using C#
Professional ASP.NET Server Controls: Building Custom Controls with C#
User Interfaces in C#: Windows Forms and Custom Controls
Create Amazing Custom User Interfaces with WPF, C#, and XAML in .NET 3.0 (Wrox Briefs)
Related Tutorial
Tags: Ascent Capture, custom control, Custom Panel, GDI+, GUI, Windows Form, WinForm, WPF
Comments
Leave a Reply