Click here to Skip to main content
15,886,840 members
Articles / Desktop Programming / MFC

Remote Processes and Machine control of Windows NT based systems (2000/XP)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (35 votes)
1 Apr 2012CPOL5 min read 156.9K   8.9K   103  
Control certain aspects of machines sitting remotely, without having to install and trigger an application on the remote machine.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RemoteAdmin.rc
//
#define IDD_ABOUTBOX                    100
#define ID_VIEW_ARRANGE                 127
#define IDR_MAINFRAME                   128
#define IDR_REMOTETYPE                  129
#define IDD_REMOTE_LOGON                130
#define IDI_MACHINE                     131
#define IDI_MACHINE_ON_NETWORK          132
#define IDR_MACHINE_OPTIONS             133
#define IDR_MACHINE_PROPERTIES          134
#define IDR_REMOTEADMIN                 135
#define IDD_EXECUTE_PROCESS             137
#define IDR_PROCESS_OPTIONS             138
#define IDD_PROGRESS                    139
#define IDB_SPLASH                      142
#define IDD_TIME_SETTINGS               143
#define IDR_SYS_TRAY_CONTEXT            145
#define IDC_LOGON                       1000
#define IDC_EDIT_PROCESS_NAME           1000
#define IDC_PASSWORD                    1001
#define IDC_EDIT_USER                   1001
#define IDC_REMOTEIP                    1002
#define IDC_EDIT_PASSWORD               1002
#define IDC_LIST_LOADED_MODULES         1003
#define IDC_STATIC_LOADED_MODULES       1004
#define IDC_EDIT_DOMAIN                 1004
#define IDC_STATIC_BUILD_INFO           1005
#define IDC_PROGRESS_BAR                1005
#define IDC_PROGRESS                    1006
#define IDC_EDIT_PROCESS_REFRESH        1007
#define IDC_EDIT_SHUTDOWN_DELAY         1008
#define ID_FILE_ADDMACHINE              32771
#define ID_FILE_ADD_MACHINE             32772
#define ID_MACHINEOPTIONS_DELETE_MACHINE 32774
#define ID_MACHINEOPTIONS_ADD_MACHINE   32775
#define ID_MACHINEPROPERTIES_DELETEMACHINE 32776
#define ID_MACHINEPROPERTIES_PROPERTIES 32777
#define ID_MACHINEPROPERTIES_DELETE_MACHINE 32778
#define ID_MACHINEPROPERTIES_REFRESHPROCESS 32779
#define ID_MACHINEPROPERTIES_EXECUTEPROCESS 32780
#define ID_MACHINEPROPERTIES_EXECUTE_PROCESS 32781
#define ID_PROCESSOPTIONS_ENDPROCESS    32782
#define ID_MACHINEPROPERTIES_SHUTDOWN_HALT 32783
#define ID_MACHINEPROPERTIES_SHUTDOWN_REBOOT 32784
#define ID_MACHINEPROPERTIES_SHUTDOWN_ABORTSHUTDOWN 32785
#define ID_SETTINGS_TIMERS              32786
#define ID_SETTINGS_WINDOW_ALWAYSONTOP  32788
#define IDS_MONITORED_MACHINES          61204
#define IDS_DEFAULT_LOGON               61205
#define IDS_MACHINE_ALREADY_PRESENT     61206
#define IDS_CONNECTION_NOT_ESTABLISHED  61207
#define IDS_NOT_COPY_SERVICE_EXE        61208
#define IDS_NO_ADMIN_CONNECTION         61209
#define IDS_NO_IPC_CONNECTION           61210
#define IDS_NOT_START_SERVICE           61211
#define IDS_NO_CONNECT_TO_REMOTE_SERVICE 61212
#define IDS_NOT_START_REMOTE_PROCESS    61213
#define IDS_NOT_END_REMOTE_PROCESS      61214
#define IDS_CONNECTION_PENDING          61215
#define IDS_APP_ALREADY_RUNNING         61216
#define IDS_NO_MEMORY_FOR_NEW_PROCESSINFO 61217
#define IDS_APP_NAME                    61218
#define IDS_TRY_TO_RECONNECT            61219

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        146
#define _APS_NEXT_COMMAND_VALUE         32790
#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
Web Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions