devxlogo

Tip Bank

Moving Large Mailboxes Overseas

Question: We currently have three Exchange 5.5 SP3 servers in California. We’re going to add one server in London and use x.400 connectors, but we’re not sure what the best

Create a NNTP Offline Server

Here’s the code to simulate a simple NNTP server that provides offline news reader support to WebReader. Hope you enjoy it. import java.util.*; import java.io.*; import java.net.*; class nntpServer {

Static and Object Initializers

Two types of initialization blocks (anonymous blocks) can be used to initialize class or instance variables in Java. To intialize instance variables, {} block can be used; this block functions

HTML to HLP Converter

Download this tool and convert any Java API downloaded from the java.sun.com into Windows Help format, the advantage of this is that you can use the inbuilt Search facility that

Checking for Null After New

In lot of places, I have seen developers doing a ‘new’ to instantiate a user-defined data type (Objects) and then later in the source code checking whether this new Object

Sorting MSFlexGrid

Ever wonder how to get the MSFlexGrid to have sorting behavior common inmany Windows applications? That is to say when you double-click on acolumns header it sorts ascending. Double-click again