The Latest

DevX - Software Development Resource

Manage Cross-Platform Projects with the make Utility

ong before Windows became the de facto operating system on the desktop?even before IBM released the first Personal Computer with 16KB of memory, software engineers had realized the need for

DevX - Software Development Resource

Add a Touch of Web to Your Windows Applications

mong the controls installed with VB6 is the WebBrowser control, which is nothing less than a complete browser disguised as an ActiveX control (technically, it’s a wrapper around Internet Explorer

DevX - Software Development Resource

ShowOpenWithDialog – Display the “Open with” dialog

Private Declare Function ShellExecute Lib “shell32.dll” Alias “ShellExecuteA” _ (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, _ ByVal lpParameters As String, ByVal lpDirectory As String,

DevX - Software Development Resource

The HuntErr Addin for easy error handling in VB6

HuntERR is an error-handling solution for VB6 that makes adding error handlers a one-click task. It includes VB source modules, demo application with source, VB6 Add-In with source, SQL scripts,

DevX - Software Development Resource

A command-line Object Browser that uses Reflection

‘ This code is taken from Francesco Balena’s’ “Programming Microsoft Visual Basic .NET” – MS Press 2002, ISBN 0735613753′ You can read a free chapter of the book at ‘

DevX - Software Development Resource

Set up event handlers through reflection

Reflection makes it easy to invoke a method (or assign a field or aproperty) by its name. For example, suppose you have the following classes: Class Person Event PropertyChanged(ByVal propertyName

DevX - Software Development Resource

Book Excerpt: Learn All About ”Wireless Security & Privacy”

ccording to Wireless Security and Privacy: Best Practices and Design Techniques, wireless technology?still in its infancy?affords the opportunity for proactive security that keeps pace with development. Written for wireless development

DevX - Software Development Resource

An Introduction to XQuery

Part 1: This first article explains basic XQuery concepts such as the different types of query expressions, the language elements, such as user-defined functions, and illustrates them with example queries.Part

DevX - Software Development Resource

Supporting Digital Signatures Within SOAP Messages

eb services is the latest wave in distributed computing. Its ability to connect clients and servers independent of platform, programming language, and transport protocol gives it great promise. The potential

DevX - Software Development Resource

Apache’s Xindice Organizes XML Data Without Schema

ML is well deserving of its popularity. Developers are finding myriad uses for it, including application configuration files and object persistence. While using XML in this capacity has many benefits,

DevX - Software Development Resource

Learning to Draw in Macromedia Flash MX

ith the release of Flash MX, Macromedia continues to evolve the Web’s most popular multimedia authoring program. Flash’s prominence as an indispensable tool for both designers and developers reflects the

DevX - Software Development Resource

SWT, XML Put True Cross-platform GUIs Within Reach

he Java world has a new toy called SWT (the Standard Widget Toolkit), created by IBM and integrated with the Eclipse development environment. SWT is a platform-specific runtime that exposes

DevX - Software Development Resource

ArrayListJoin – Merging two ArrayList objects

‘ A reusable function that merges two ArrayList objects’ Example:’ Dim al As New ArrayList()’ al.Add(“Jack”)’ al.Add(“Mary”)’ val.Add(“Bob”)’ al.Add(“Tom”)’ ‘ Dim al2 As New ArrayList()’ al2.Add(“Frank”)’ al2.Add(“Lee”)’ al2.Add(“Nick”)’ ‘ al

DevX - Software Development Resource

Book Excerpt: Get an ”Overview of SANs Technology”

he Essential Guide to Storage Area Networks is the readable, up-to-the-minute guide to SANs for every decision-maker. It covers the entire SAN lifecycle, from planning and strategy to implementation and

DevX - Software Development Resource

Peeking Under the Lid of Open Source .NET CLI Implementations

David Stutz,Microsoft Francois Jacques,Corel’s Rotor Jean ClaudeBatista,Corel’s Rotor Miguel de Icaza,Mono (Ximian) Rhys Weatherly,Portable .NET As the new open-source implementations of the .NET platform take shape, developers targeting .NET face

DevX - Software Development Resource

Slip Sliding Away: Build an HTML Slider Control

lease fill in this form. Those five words make anyone’s heart sink. Filling in forms is rarely a delight, and Web forms are no exception. The more user-friendly you can