Does an enum take up memory ?
public enum XFERDefines
{
XFER_IDLE =0, //no file transfer in progress
SENDING_FILE =1, //sending a file now
}
You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.
