IT Technology Blog

IT technology blog, featuring the essence for you to read the article, is to learn IT technology blog first choice

Data and Command Bindings for Silverlight MVVM Applications

Download MVVMUtility.zip - 40.59 KB Introduction This article summarizes two utility classes used for data and command bindings in Silverlight MVVM applications and demonstrates how to use the two

Efficient Usage Of FckEditor

Download FCKEditorDemo - 1.5 MB Introduction There are many editors available in the market. Each editor has its own features, benefits and drawbacks. FCKEditor is top one of them in

DALC4NET: A Generic Data Access Layer for .NET

Download source code and demo - 46.8 KB Download the compiled DALC4NET library - 7.91 KB Download sample SQL Server database - 144 KB Download sample MySQL database - 1.27 KB 1. Introduction DAL

Developing Flex 4 Components Chapter Excerpt: Understanding Flex

Mike Jones Published by Addison-Wesley ProfessionalISBN-10: 032160413XISBN-13: 9780321604132 This chapter also includes how to install and configure Flash Builder for developing components. Flex

Dynamic String Arrays in 3D

Download source - 4.75 KB Introduction Ok, intro right... I haven't written an article for a long time now, so don't know about my writing skills still present, anyways... This little paper is abo

DirectShow Filters Development Part 2: Live Source Filter

Download source code and demo - 9.01 KB Introduction A vast majority of software and hardware vendors working in the digital video field supply a source filter capable of getting frames from some h

How to Add a Checkbox to a List View Column Header

Download ListViewCheckboxHeaderWTL - 15.63 KB Introduction There doesn't appear to be much, if any, example code of how to place a checkbox in the column header of a list view control. This can be

Owner Drawn CListBox - Version 2

Download Source - 149.03 KB Download Demo Executable - 81.16 KB Introduction This is a little similar to the previous article whose link is here. The difference is, this CMultiLineListBox class s

DHTML Editor with Table Support and Source Editor

Download project for Visual Studio 6.0 - 517.34 KB Download project for Visual Studio 7.0 and higher - 107.27 KB Introduction When you add the class CHtmlEditor to your project, the users of yo

PicZoom: A Photo Viewer created in OpenGL.

Download PicZoom_Source.zip - 168.46 KB Download InstallPicZoom_Src - 14.69 KB Download PicZoom - 386.78 KB  IntroductionThis article explains implementation details of PicZoom app

Full getopt port for Unicode and Multibyte Microsoft Visual C, C++, or MFC projects

Download Source - 4.46 KB Download Visual Studio 6 Ansi Project - 11.28 KB Download Visual Studio 6 MFC Project - 22.01 KB Download Visual Studio 2005 .NET Ansi Project - 9.51 KB Download Visu

The XML parsing article that should (not) be written!

Download source code - 127 KB Table of Contents Simple Code Examples Introduction XML vs. Binary Serialization Library Usage Element Creation Element Removal Element Value Assignment

Rounded Border JPanel (JPanel graphics improvements)

Download source - 1.91 KB Introduction Swing Framework extensibility allows us to create very advanced graphics component for a better view of our Jframes more than directly Look&Feel managemen

Java Class Viewer

Download demo - 87.51 KB Download binary - 73.71 KB Download source - 44.04 KB Please use NetBeans version 6.5 or above to open the attached source code. You need to update the jCFL library ref

Benchmark start-up and system performance for .Net, Mono, Java, C++ and their respective UI

Download BenchMarkStartup_src - 203 KB Download Release - 3.42 MB Table of Contents Introduction Background How to calculate the Start-up time What impacts the system performance The C++ perfor

Draggable Components in Java Swing

Download source files - 589.42 KB Download executable Jar - 589.82 KB Introduction For an attractive presentation of work, I show you this image: This is the target. A visual photo manager,

The Four Steps of Programming

Introduction This article will not tell you how to use what functions to solve that problem, but will take a look at the process a person should go through in order to write simple, yet elegant code.

Java Class Viewer

Download demo - 87.51 KB Download binary - 73.71 KB Download source - 44.04 KB Please use NetBeans version 6.5 or above to open the attached source code. You need to update the jCFL library ref

Java Accordion Menu, Visual Effects and Customization

Download executable - 25.73 KB Download source code - 45.4 KB Introduction This article shows many aspects of Swing programming. First of all, it shows the hierarchy of nested JComponents. It

EXE Launcher for Java Desktop Application

Download source - 23.94 KB Introduction Many users asked how to make an EXE file from a Java SE project. First of all, we must say that creating an EXE build file from a JAVA source is possible, bu