Latest Solutions

Here are Dev Direct's latest code solutions which illustrate how to solve common problems quickly and elegantly using off-the-shelf tools and components. This list is updated every weekday morning.


How to Update The Version Information of Your Compiled DLL or EXE Files
Application developers often need a command-line utility to allow modification of file version information on existing Windows EXE or DLL files. While these files already contain the Version Info resource (embedded into the executable during linking), Resource Tuner Console enables you to automatically stamp their version during the release process to insure consistency. If these files contain no Version Information resource, Resource Tuner Console will create this resource for you.
Telerik RadUpload for ASP.NET AJAX
You can achieve your goal by using RadUpload for ASP.NET AJAX. For details on the matter please take a look at these online examples. http://www.telerik.com/demos/aspnet/prometheus/Upload/Examples/CustomProgress/DefaultCS.aspx http://www.telerik.com/demos/aspnet/prometheus/Upload/Examples/ProgressTemplate/DefaultCS.aspx
SFTP in Java
This demonstrates how Java clients can connect to SFTP servers to transfer files.
RadEditor for ASP.NET AJAX - configurable WYSIWYG HTML/XHTML Editor for Content Management System
The "Apply Class" dropdown of RadEditor displays all classes defined in the page. Using the Add() method of the CssClasses collection resets the "Apply Class" dropdown, so the CssClasses you add will not be appended to the default set, but will rather create a new CssClasses set.
How To Use GRID to Enhance Your GIS Development with Map Suite
This solution shows how to use GRID, a really neat way of taking point data readings and interpolating them to produce an attractive visual representation of that data on a map. Utilizes the Map Suite Desktop .NET mapping control.
Extract barcodes from scanned documents with C/C++, VB, Delphi, C#, J#, VB .NET
With Black Ice Barcode SDK/ActiveX you can read/decode, write, search barcodes, and detect orientation of 1D, 2D and PDF417 barcodes. Image toolkit independent. Advanced error correction.
How to extract barcodes from images in VB.NET and C# using VintaSoftBarcode.NET Library.
This example demonstrates how to read barcodes from images in your VB.NET, C# or ASP.NET application.
Java Staff Schedule Example using the Apprisant Toolkit
This example shows a staff appointment schedule built using the Apprisant toolkit's Gantt chart package.
Print PDF unattended
Hi, we offer a .NET component (32-bit and 64-bit support) that allows you to print PDF documents to any printer. Customers that already use our component for this purpose include Xerox, PitneyBowes and Microsoft. You will be using the standard .NET PrintDocument class so you will be able to customize anything including creating 2-up, stamp notices, etc. In the PrintPage handler you will simply be telling the PDF document to print to the System.Drawing.Graphics object that wraps the printer.
TreeView Populate On Demand
Using populate on demand feature to dynamically load large TreeView.