实例介绍
这是一款聊天的小程序,适合初学者学习下哦,
【实例截图】
【核心代码】
├── 51Aspx源码必读.txt
├── Dlls
│ ├── ESBasic.dll
│ ├── ESFramework.dll
│ ├── ESFramework.xml
│ ├── ESPlus.dll
│ ├── ESPlus.xml
│ ├── ImageCapturerLib.dll
│ ├── PaintFramework.dll
│ └── SkinForm.dll
├── from.gif
├── GG
│ ├── All_logo32-xp.ico
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── ESBasic.dll
│ │ ├── ESFramework.dll
│ │ ├── ESPlus.dll
│ │ ├── GG.Core.dll
│ │ ├── GG.Core.pdb
│ │ ├── GG.exe
│ │ ├── GG.exe.config
│ │ ├── GG.pdb
│ │ ├── GG.vshost.exe
│ │ ├── GG.vshost.exe.config
│ │ ├── GG.vshost.exe.manifest
│ │ ├── Head
│ │ │ ├── 10.png
│ │ │ ├── 1.png
│ │ │ ├── 2.png
│ │ │ ├── 3.png
│ │ │ ├── 4.png
│ │ │ ├── 5.png
│ │ │ ├── 6.png
│ │ │ ├── 7.png
│ │ │ ├── 8.png
│ │ │ ├── 9.png
│ │ │ └── Thumbs.db
│ │ ├── ImageCapturerLib.dll
│ │ ├── PaintFramework.dll
│ │ └── SkinForm.dll
│ ├── ChatForm.cs
│ ├── ChatForm.Designer.cs
│ ├── ChatForm.resx
│ ├── EmotionForm.cs
│ ├── EmotionForm.Designer.cs
│ ├── EmotionForm.resx
│ ├── FileTransferingViewer
│ │ ├── FileTransferingViewer.cs
│ │ ├── FileTransferingViewer.Designer.cs
│ │ ├── FileTransferingViewer.resx
│ │ ├── FileTransferItem.cs
│ │ ├── FileTransferItem.Designer.cs
│ │ ├── FileTransferItem.resx
│ │ ├── IFileTransferingViewer.cs
│ │ └── vssver2.scc
│ ├── GG.csproj
│ ├── GG.csproj.user
│ ├── InformationForm.cs
│ ├── InformationForm.Designer.cs
│ ├── InformationForm.resx
│ ├── LoginForm.cs
│ ├── LoginForm.Designer.cs
│ ├── LoginForm.resx
│ ├── MainForm.cs
│ ├── MainForm.designer.cs
│ ├── MainFormPartial.cs
│ ├── MainForm.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── GenerateResource.read.2341.tlog
│ │ │ ├── GenerateResource.write.2158.tlog
│ │ │ ├── GenerateResource.write.2185.tlog
│ │ │ ├── GenerateResource.write.2237.tlog
│ │ │ └── GenerateResource.write.2341.tlog
│ │ └── x86
│ │ └── Debug
│ │ ├── AxInterop.ShockwaveFlashObjects.dll
│ │ ├── CC2012.csproj.FileListAbsolute.txt
│ │ ├── CC2013.csproj.FileListAbsolute.txt
│ │ ├── CC2013.csproj.ResolveComReference.cache
│ │ ├── CC2013.exe
│ │ ├── CC2013.FrmChat.resources
│ │ ├── CC2013.FrmCountenance.resources
│ │ ├── CC2013.FrmInformation.resources
│ │ ├── CC2013.FrmLogin.resources
│ │ ├── CC2013.FrmMain.resources
│ │ ├── CC2013.FrmUserInformation.resources
│ │ ├── CC2013.pdb
│ │ ├── CC2013.Properties.Resources.resources
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GG.ChatForm.resources
│ │ ├── GG.csproj.FileListAbsolute.txt
│ │ ├── GG.csproj.GenerateResource.Cache
│ │ ├── GG.csprojResolveAssemblyReference.cache
│ │ ├── GG.EmotionForm.resources
│ │ ├── GG.exe
│ │ ├── GG.FileTransferingViewer.resources
│ │ ├── GG.FileTransferItem.resources
│ │ ├── GG.InformationForm.resources
│ │ ├── GG.LoginForm.resources
│ │ ├── GG.MainForm.resources
│ │ ├── GG.PaintForm.resources
│ │ ├── GG.pdb
│ │ ├── GG.Properties.Resources.resources
│ │ ├── GG.UserInformationForm.resources
│ │ ├── Interop.ShockwaveFlashObjects.dll
│ │ ├── Oraycn2013.ChatForm.resources
│ │ ├── Oraycn2013.csproj.FileListAbsolute.txt
│ │ ├── Oraycn2013.EmotionForm.resources
│ │ ├── Oraycn2013.exe
│ │ ├── Oraycn2013.FileTransferingViewer.resources
│ │ ├── Oraycn2013.FileTransferItem.resources
│ │ ├── Oraycn2013.InformationForm.resources
│ │ ├── Oraycn2013.LoginForm.resources
│ │ ├── Oraycn2013.MainForm.resources
│ │ ├── Oraycn2013.PaintForm.resources
│ │ ├── Oraycn2013.pdb
│ │ ├── Oraycn2013.Properties.Resources.resources
│ │ ├── Oraycn2013.UserInformationForm.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── PaintForm.cs
│ ├── PaintForm.Designer.cs
│ ├── PaintForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 1_100.gif
│ │ ├── 16-16.png
│ │ ├── 32-32.png
│ │ ├── 64-64.png
│ │ ├── afternoon.jpg
│ │ ├── aio_head_normal.png
│ │ ├── aio_quickbar_cut.png
│ │ ├── aio_quickbar_face.png
│ │ ├── aio_quickbar_flirtationface.png
│ │ ├── aio_quickbar_font.png
│ │ ├── aio_quickbar_inputassist.png
│ │ ├── aio_quickbar_more.png
│ │ ├── aio_quickbar_register.png
│ │ ├── aio_quickbar_richface.png
│ │ ├── aio_quickbar_screen1.png
│ │ ├── aio_quickbar_screen2.png
│ │ ├── aio_quickbar_sendpic.png
│ │ ├── aio_quickbar_twitter.png
│ │ ├── AIO_SetBtn_down.png
│ │ ├── AIO_SetBtn_highlight_normal.png
│ │ ├── AIO_SetBtn_highlight.png
│ │ ├── AIO_SetBtn_normal.png
│ │ ├── allbtn_down.png
│ │ ├── allbtn_highlight.png
│ │ ├── all_inside_bkg.png
│ │ ├── All_logo32-xp.ico
│ │ ├── away (2).png
│ │ ├── back2.PNG
│ │ ├── BackPalace.png
│ │ ├── back.PNG
│ │ ├── BCF_Title32.ico
│ │ ├── btn_close_disable.png
│ │ ├── btn_close_down.png
│ │ ├── btn_close_highlight.png
│ │ ├── btn_max_down.png
│ │ ├── btn_max_highlight.png
│ │ ├── btn_max_normal.png
│ │ ├── btn_mini_down.png
│ │ ├── btn_mini_highlight.png
│ │ ├── btn_mini_normal.png
│ │ ├── btn_restore_down.png
│ │ ├── btn_restore_highlight.png
│ │ ├── btn_restore_normal.png
│ │ ├── btn_set_hover.png
│ │ ├── btn_set_normal.png
│ │ ├── btn_set_press.png
│ │ ├── btn_Skin_down.png
│ │ ├── btn_Skin_highlight.png
│ │ ├── btn_Skin_normal.png
│ │ ├── busy (2).png
│ │ ├── button_login_down.png
│ │ ├── button_login_hover.png
│ │ ├── button_login_normal.png
│ │ ├── checkbox_hightlight.png
│ │ ├── checkbox_normal.png
│ │ ├── checkbox_pushed.png
│ │ ├── checkbox_tick_highlight.png
│ │ ├── checkbox_tick_normal.png
│ │ ├── checkbox_tick_pushed.png
│ │ ├── corner_back_hover.png
│ │ ├── corner_back.png
│ │ ├── corner_back_press.png
│ │ ├── corner_left_hover.png
│ │ ├── corner_left.png
│ │ ├── corner_left_press.png
│ │ ├── corner_right_hover.png
│ │ ├── corner_right.png
│ │ ├── corner_right_press.png
│ │ ├── duozhanghao1.png
│ │ ├── duozhanghao2.png
│ │ ├── duozhanghao3.png
│ │ ├── duozhanghao4.png
│ │ ├── duozhanghao5.png
│ │ ├── duozhanghao6.png
│ │ ├── frameBorderEffect_mouseDownDraw.png
│ │ ├── frameBorderEffect_normalDraw.png
│ │ ├── girl.png
│ │ ├── imgRjp.BackgroundImage.png
│ │ ├── imoffline (2).png
│ │ ├── imonline (2).png
│ │ ├── inputbox_hover.png
│ │ ├── inputbox.png
│ │ ├── invisible (2).png
│ │ ├── login_inputbtn_down.png
│ │ ├── login_inputbtn_highlight.png
│ │ ├── login_inputbtn_normal.png
│ │ ├── menu_btn_highlight.png
│ │ ├── menu_btn_normal.png
│ │ ├── menu_check.png
│ │ ├── mima_hover.png
│ │ ├── mima.png
│ │ ├── mima_press.png
│ │ ├── morning.jpg
│ │ ├── mute (2).png
│ │ ├── night.jpg
│ │ ├── noon.jpg
│ │ ├── Norml.png
│ │ ├── pictureBox1.Image.png
│ │ ├── Qme (2).png
│ │ ├── spin_normal_down.png
│ │ ├── texture2.png
│ │ ├── texture.png
│ │ ├── Thumbs.db
│ │ ├── ToolbarBtnDown.png
│ │ ├── ToolbarBtnNormal.png
│ │ ├── zhuce_hover.png
│ │ ├── zhuce.png
│ │ └── zhuce_press.png
│ ├── UserInformationForm.cs
│ ├── UserInformationForm.Designer.cs
│ └── UserInformationForm.resx
├── GG.Core
│ ├── bin
│ │ └── Debug
│ │ ├── GG.Core.dll
│ │ └── GG.Core.pdb
│ ├── GG.Core.csproj
│ ├── InformationTypes.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GG.Core.csproj.FileListAbsolute.txt
│ │ ├── GG.Core.dll
│ │ ├── GG.Core.pdb
│ │ ├── Oraycn2013.Core.csproj.FileListAbsolute.txt
│ │ ├── Oraycn2013.Core.dll
│ │ └── Oraycn2013.Core.pdb
│ └── Properties
│ └── AssemblyInfo.cs
├── GG.Server
│ ├── App.config
│ ├── BasicBusinessHandler.cs
│ ├── bin
│ │ └── Debug
│ │ ├── ESBasic.dll
│ │ ├── ESFramework.dll
│ │ ├── ESFramework.xml
│ │ ├── ESPlus.dll
│ │ ├── ESPlus.xml
│ │ ├── GG.Server.exe
│ │ ├── GG.Server.exe.config
│ │ ├── GG.Server.pdb
│ │ ├── GG.Server.vshost.exe
│ │ ├── GG.Server.vshost.exe.config
│ │ └── GG.Server.vshost.exe.manifest
│ ├── CustomizeHandler.cs
│ ├── GG.Server.csproj
│ ├── GG.Server.csproj.user
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GG.Server.csproj.FileListAbsolute.txt
│ │ ├── GG.Server.csproj.GenerateResource.Cache
│ │ ├── GG.Server.csprojResolveAssemblyReference.cache
│ │ ├── GG.Server.exe
│ │ ├── GG.Server.pdb
│ │ ├── GG.Server.Properties.Resources.resources
│ │ ├── Oraycn2013.Server.csproj.FileListAbsolute.txt
│ │ ├── Oraycn2013.Server.exe
│ │ ├── Oraycn2013.Server.pdb
│ │ ├── Oraycn2013.Server.Properties.Resources.resources
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ └── Properties
│ ├── AssemblyInfo.cs
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── GG.sln
├── obj
│ └── Debug
│ ├── GenerateResource.read.2276.tlog
│ ├── GenerateResource.read.2545.tlog
│ ├── GenerateResource.read.2593.tlog
│ ├── GenerateResource.read.2595.tlog
│ ├── GenerateResource.read.404.tlog
│ ├── GenerateResource.read.406.tlog
│ ├── GenerateResource.write.2059.tlog
│ ├── GenerateResource.write.2073.tlog
│ ├── GenerateResource.write.2102.tlog
│ ├── GenerateResource.write.2149.tlog
│ ├── GenerateResource.write.2287.tlog
│ ├── GenerateResource.write.2288.tlog
│ ├── GenerateResource.write.2289.tlog
│ ├── GenerateResource.write.2290.tlog
│ ├── GenerateResource.write.2378.tlog
│ ├── GenerateResource.write.2637.tlog
│ ├── GenerateResource.write.2642.tlog
│ ├── GenerateResource.write.404.tlog
│ └── GenerateResource.write.406.tlog
└── 最新Asp.Net源码下载.url
29 directories, 301 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论