Microsoft Excel Programming - Why and How
Most people think of Excel as merely a spreadsheet program, and with good reason— Excel is a spreadsheet program. As a spreadsheet program, Excel is a powerful application that provides a wide range of tools for the manipulation, analysis, and display of data. The majority of users never go beyond using Excel in this way—truth be told, many users have no need.
Read more
User Interfaces in C#: Windows Forms and Custom Controls: Custom Controls
Custom controls are a key theme in .NET development. They can help your programming style by improving encapsulation, simplifying a programming model, and making user interface more “pluggable” (i.e., making it easier to swap out one control and replace it with a completely different one without rewriting your form code). Of course, custom controls can have other benefits, including the ability to transform a generic window into a state-of-the-art modern interface.
Read more
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.
Read more
70-305 Developing and Implementing Web Applications With Microsoft Visual Basic .NET Demo
You are creating an ASP.NET application for EliteCertify’s Internet Web site. You want to create a toolbar that will be displaed at the top of each page in the Web site. The toolbar will contain only static HTML code. The toolbar will be used in only your application. You plan to create the toolbar as a reusable component for your application. You need to create the toolbar as quickly as possible. What should you do?
Read more
Cocoa Tutorial for Java Programmers
This document introduces the Cocoa application environment using the Java language and teaches you how to leverage Apple’s development tools to build robust, object-oriented applications. Cocoa provides the best way to build modern, multimedia-rich, object-oriented applications for consumers and enterprise customers alike. This document assumes you are familiar with Java programming but does not assume you have previous experience with Cocoa or Xcode Tools.
Read more