Search for: creating application for windows vba
Related Programming Resources
- A Design Pattern Detection Technique that Aids Reverse Engineering If software design-patterns could be captured and reused then this would be very helpful to reverse-engineering often practiced by those who develop and who maintain software. The ad-hoc nature and informality of this reverse-engineering process however, makes the discovery of these patterns not straightforward. Moreover, a high false positive rate
- Adobe InDesign CS3 Scripting Tutorial Scripting is the most powerful feature in Adobe® InDesign® CS3. No other feature can save you as much time, trouble, and money as scripting. This document is for every InDesign user. If you never created a script before, we show you how to get started. If you wrote scripts for
- In-Depth look at the GridView Control We all enjoyed the datalist and the datagrid controls in Asp.net 1.1. There were thousands of operations that we can perform using datagrid and datalist control. Asp.net 2.0 ships with another data bound templated control which is called Grid View. Grid View has made everything easier for developers. The main
- Introduction to C# 1.Overview 2.Types 3.Expressions 4.Declarations 5.Statements 6.Classes and Structs 7.Inheritance 8.Interfaces 9.Delegates 10.Exceptions 11.Namespaces and Assemblies 12.Attributes 13.Threads 14.XML Comments ... Class System.String Can be used as standard type string string s = "Alfonso"; Note .Strings are immutable (use StringBuilderif you want to modify strings) .Can be concatenated with +: "Don " + s .Can be indexed: s[i] .String length: s.Length .Strings are reference types => reference semantics in assignments .but their values can be
- Core Web Programming Network Programming Client - Creating sockets - Implementating a generic network client - Parsing data using StringTokenizer - Retrieving files from an HTTP server - Retrieving Web documents by using the URL class ... Client vs Server Traditional definition - Client: User of network services - Server: Supplier of network services Problem with traditional definition - If there are 2 programs exchanging data, it