黑馬程式設計師 聊天室學習(一)

2021-06-02 14:11:47 字數 741 閱讀 5415

---------------------- windows phone 7手機開發、.net培訓、期待與您交流! ----------------------

using system;

using system.collections.generic;

using system.componentmodel;

using system.data;

using system.drawing;

using system.text;

using system.windows.forms;

using system.net.sockets;

using system.net;

using system.threading;

namespace 聊天服務端

thread threadwatch = null;

socket socketwatch = null;

private void btnsocket_click(object sender, eventargs e)

void showmsg(string msg)

void watchconntion()

}}

----------------------windows phone 7手機開發、.net培訓、期待與您交流! ----------------------

詳細請檢視:

黑馬程式設計師之聊天室設計

windows phone 7手機開發 net培訓 期待與您交流!今天的記錄是 連線字串放在應用程式配置檔案中,讀取該配置檔案需要新增引用 system.configuration configurationmanger.connectionstring引用字串 彈出目錄選擇器 使用 directo...

黑馬程式設計師 Socket網路程式設計聊天室

windows phone 7手機開發 net培訓 期待與您交流!using system using system.collections.generic using system.componentmodel using system.data using system.drawing usin...

黑馬程式設計師 Socket網路程式設計 聊天室

windows phone 7手機開發 net培訓 期待與您交流!一 網路中程序之間如何通訊?首先解決的問題是 如何唯一標識乙個程序,否則通訊無從談起。在本地,可以用程序的pid來唯一標識乙個程序,而在網路中則行不通。tcp ip協議族已解決了這個問題 網路層的 ip位址 可以唯一標識網路中的主機,...