搜索资源列表
VB6编写的EMAIL
- 不需要解压缩,一个好朋友给我编写的关于用VB来进行Email编程的例子对初学者不错-not extract, a good friend to me on the preparation for the VB Email Programming good example for beginners
gmud001
- 一个mud客户端代码vb写的 GMUD is in its Pre-Alpha stage (meaning that developement has started but it isn t complete), other wize just enjoy the code. Any comments can be sent to me greggcb@users.sourceforge.net-a mud client code written in vb GMUD is in its P
jianceshifoulianwangjilianwangfangshi
- 刚刚弄到的VB小程序,请大家指正,有不到之处敬请谅解-Just get the VB applet, please correct me, you have less than understanding of the
jianliduankaiwangluodequdong
- 刚刚弄到的VB小程序,请大家指正,有不到之处敬请谅解-Just get the VB applet, please correct me, you have less than understanding of the
liuluanqi
- 刚刚弄到的VB小程序,请大家指正,有不到之处敬请谅解-Just get the VB applet, please correct me, you have less than understanding of the
me
- 一个用vb编写的聊天工具,适合做网络测试和初步的网络编程用-Excellent long YL9200 the startup code arm9200 suitable beginner programmer,
svr
- 类似QQ能发表情的服务器端程序。。。。对学习开发类QQ聊天域局网聊天的软件的朋友可能有帮助!要配合客户端一起使用。有见意或意见欢迎大家QQ:704716310联系我。别想交换下VB读验证吗的源代码。。不能下载的可以加Q联系我。只要你有此类代码。。可以交换此代码-QQ can be made similar to the situation of the server-side program. . . . Development of class for learning the domain
ActX
- 用VB写的winsock控件编写的多线程下载程序,也请手继续完善,有空给我发一份来,email:wwswwswws@126.com-Winsock control with VB written in the preparation of multi-threaded download, please continue to improve the hand, give me an empty come, email: wwswwswws@126.com
20109917573748
- 本人为VB业余爱好者,分享本代码的目的是为分享技术,并非鼓励大家恶意注册QQ号码。 请使用者自我把握,合理应用,本人不对此代码可能带来的任何损害负责。 欢迎大家继续优化精简,如有更好的方法请与我交流分享。 -I am a VB amateurs, share the purpose of this code is to share technology, not encourage people to malicious up QQ number. Please take the u
codefans.net
- 用VB制作的一个简单的网页浏览器Private Sub Form_Load() Label2.Left = 0 Label2.Top = Toolbar1.Height Combo1.Top = Toolbar1.Height Label2.Caption = "地址: " Label2.Height = 315 Combo1.Left = Label1.Width Combo1.Width = Form1.Width - Label2.Width WebBrow
bvnet.Rar
- VB编写的一款3G手机浏览器,打开就是腾讯网,不过下边有广告,源代码可以学习研究,VB新手可能会比较喜欢。其中的mSkinner.bas类的用法:在需要更改按钮外观的窗体的Load事件中加入 Attach Me.hwnd更改按钮外观,Unload事件中加入 Detach Me.hwnd ‘还原按钮外观。-VB to write a 3G phone browser, open is Tencent, but below the ad, the source code can study VB n
The-professional-version-VB-
- 这个代码给我的感觉比本站以前发出的几个代码都要好,前面几个注重于界面.这个代码则注重于功能,主要使用了多线程处理技术,菜单脚本处理技术(即不使用控件即可显示ico图标).可以拦截TCP/UDP试图发送的连接请求,以及可以抓包分析.可以自定义要拦截的TP地址和要开放的IP地址,即自定义安全规则,同时可以详细显示TCP连接信息.总之这个代码所有的网络处理技术都使用了完全VB代码,没有使用任何第三方的控件.最主要的使用了无崩溃HOOK以及安全多线程技术,值得大家和我学习,希望有志于学习安全方面的网友进