Click here to Skip to main content
15,881,876 members
Articles / Desktop Programming / MFC

Network Development Kit 2.0

Rate me:
Please Sign up or sign in to vote.
4.88/5 (114 votes)
29 Dec 2006CPOL 2.9M   25.7K   495  
Network Development Kit is a set of simple classes for a client-server architecture.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ChatClient.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_CHATCLIENT_DIALOG           102
#define IDS_CANNOT_CONNECT              102
#define IDS_CONNECTED                   103
#define IDS_DISCONNECTED                104
#define IDS_SERVER_STOPPED              105
#define IDS_SERVER_CLOSE_CONNECTION     106
#define IDS_ERROR_SENDING_MESSAGE       107
#define IDS_ERROR_RECEIVING_MESSAGE     108
#define IDS_PING_SERVER                 109
#define IDS_PING_RECEIVED               110
#define IDS_USER_X                      111
#define IDS_USER_JOIN                   112
#define IDS_USER_QUIT                   113
#define IDR_MAINFRAME                   128
#define IDC_EDIT_IP                     1000
#define IDC_EDIT_PORT                   1001
#define IDC_EDIT_CHAT_OUTPUT            1002
#define IDC_EDIT_CHAT_INPUT             1003
#define IDC_BUTTON_SEND                 1004
#define IDC_BUTTON_PING_SERVER          1005
#define IDC_BUTTON_SEND_BIG_MESSAGE     1006
#define IDC_BUTTON_CONNECT              1007
#define IDC_EDIT_NICKNAME               1008

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1009
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Mirego
Canada Canada
My name is Sébastien Lachance.

I love C# developing Windows Phone and Windows 8 applications.

When I’m not in front of a computer, my hobbies include playing bridge, poker and other card games, biking, reading technology news.

Comments and Discussions