?? readme.txt
字號:
PowerBuilt Chat
===============
These two applications let users exchange information in a public chat
room. The client application connects to the server and whenever the
user submits some text, it is distributed to all users. The server also
notifies users when a new user has logged in or detached.
The application demonstrates 2 major new features in DPB6 - server push
and shared objects. In addition, the server app shows a nice feature of
Win95 and NT 4.0 - running a window as a system tray icon. In order to
restore the window, double-click on the server's system tray icon. When
you minimize the window, it is removed from the task bar.
When you run the server app you have to supply a port number. The
client app also needs the server's host name and user name. The server
does not allow two users to log in with the same user name.
The client's executable (client.exe) requires only the PB virtual
machine (PBVM60.DLL). It can run on the same, or another computer.
The server also requires PBDWE60.DLL to show logged in users in a
datawindow. Configuration information is saved in CHAT.INI.
Library search path for the server is: "server.pbl;proxy_ss.pbl;" and
for the client: "client.pbl;proxy_cs.pbl;"
Yehezkel Dallal
hez1@hotmail.com
+972 (4) 997-5315
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -