您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. AForge.NET Framework-2.2.5.zip视频资源捕获C#封装流行控件

  2. C#摄像头资源获取、录制视频、音频、拍摄照片等 下载lib之后,引用就可以了 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using AForge.Video; using AForge.Video.Direct
  3. 所属分类:C#

    • 发布日期:2014-11-27
    • 文件大小:36700160
    • 提供者:yujiang0
  1. Enterprise.Integration.Patterns

  2. This book does not attempt to make a business case for enterprise application integration; the focus is on how to make it work. Readers of this book will learn how to integrate enterprise applications by understanding: • The advantages and limitatio
  3. 所属分类:其它

    • 发布日期:2014-12-03
    • 文件大小:12582912
    • 提供者:gjgsoft
  1. 发送程序-源码

  2. unit uMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Mask, RzEdit, RzButton, ExtCtrls, IniFiles, RzTabs, ComCtrls, RzListVw, RzShellCtrls, ImgList, RzShellDialogs, RzCmboBx, QRCtrls
  3. 所属分类:管理软件

    • 发布日期:2014-12-03
    • 文件大小:765952
    • 提供者:u010804620
  1. VB.Net 控制 QQ发送信息

  2. 刚研究VB控制QQ发送信息,网上找了点资料 在VS2010中的VB中测试了一下,能够发信息,目前只研究到这种程序 不知道有没有更好的办法! Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click '1234567是对方的QQ号 WebBrowser1.Navigate("tencent://message/?uin=1234567&Si
  3. 所属分类:VB

  1. 状态管理笔记

  2. 关于web笔记private void button1_Click(object sender, EventArgs e) { if (textBox1.Text.Trim() == "" || textBox2.Text.Trim() == "") { MessageBox.Show("请输入用户名或密码", "错误提醒"); } if(comboBox1 .Text =="") { MessageBox.Show("请选择用户类型", "警告!"); }
  3. 所属分类:其它

    • 发布日期:2014-12-17
    • 文件大小:14336
    • 提供者:baidu_24590729
  1. 贪吃蛇C#net

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Collections; namespace 贪吃蛇 { public partial class Fo
  3. 所属分类:.Net

    • 发布日期:2014-12-17
    • 文件大小:82944
    • 提供者:missyouforever
  1. form窗体之间传值

  2. namespace Form传值 { public partial class Form1 : Form { public Form1() { InitializeComponent(); //关联委托事件 Form2.Instead().OnBtnClick = SetTextBoxValue; } /// /// 从FORM2的TEXTBOX值设置到FORM1 TEXTBOX的值 /// /// private void SetTextBoxValue(string Value) {
  3. 所属分类:C#

    • 发布日期:2014-12-25
    • 文件大小:47104
    • 提供者:sinat_24821693
  1. vb2010 开发的读取指定字符串的文本

  2. VB2010读取指定字符串。 Public Class Form1 Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load '定义变量的类型很重要,关系到计数的开始,如果数整型,则开始的0不在计算之列,如果是字符串,则计算 Dim wIM, yIM As String TextBox1.Text = "123456789" wIM = TextBox1.Text '空格
  3. 所属分类:.Net

    • 发布日期:2014-12-29
    • 文件大小:76800
    • 提供者:snow2010_2014
  1. C#WPF 右键菜单 显示 事件触发 测试通过

  2. C#WPF 右键菜单 显示 事件触发 测试通过 //这里为按键响应事件 private void PushOutMessageBox(object sender, RoutedEventArgs e) { MessageBox.Show("弹出一个窗口~然后修改右键菜单显示"); //获取或设置右键菜单信息 (e.Source as MenuItem).Header = "hello world"; //设置背景颜色 SolidColorBrush m_scb
  3. 所属分类:C#

    • 发布日期:2015-01-06
    • 文件大小:53248
    • 提供者:wyx100
  1. c#聊天客户端程序

  2. c#网络编程异步套接字客户端程序 private void button1_Click(object sender, EventArgs e) { try { IPHostEntry local = Dns.GetHostByName(Dns.GetHostName()); IPAddress ip = IPAddress.Parse(local.AddressList[0].ToString()); IPEndPoint iep = new IPEndPoint(ip, 5678); Soc
  3. 所属分类:C#

    • 发布日期:2015-01-13
    • 文件大小:908
    • 提供者:baidu_25283541
  1. c#学生选课管理系统

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace XKGLXT { public partial class Login : Form { Model.User
  3. 所属分类:C#

    • 发布日期:2015-01-14
    • 文件大小:2097152
    • 提供者:qq_21197521
  1. C#WPF 刷新窗口 实例 可运行

  2. C#WPF 刷新窗口 实例 可运行 http://www.cnblogs.com/leco/archive/2010/11/28/1890046.html WPF中实现Timer 事件 在 WPF 中不再有类似 WinForm 中的 Timer 控件,因此,需要使用 DispatcherTimer 类来实现类似 Timer 的定时执行事件,该事件使用委托方式实现。DispatcherTimer 类在 System.Windows.Threading 下,需要 using System.Wind
  3. 所属分类:C#

    • 发布日期:2015-01-15
    • 文件大小:52224
    • 提供者:wyx100
  1. C#多媒体定时器 工具

  2. 使用方法 (1) 添加dll文件到项目中 (2) 使用命名空间 using Dongzr.MidiLite; (3) 定义 EventHandler. void timer1_Tick(object sender, EventArgs e) { //.......................... } (4) 定义计时器 static MmTimer timer1; (5) 初始化并开始 timer1 = new MmTimer(); timer1.Mode = MmTimerMode.P
  3. 所属分类:C#

    • 发布日期:2015-01-27
    • 文件大小:7168
    • 提供者:suncherrydream
  1. Linux下V4L2视频采集与x264编码RTMP推送源码

  2. Ubuntu/Linux下V4L2摄像头视频采集经过x264编码后,再进行rtmp打包封装并推送到服务器上;源码有(rtmper.cpp sender.cpp vencoder.cpp...)视频流可以在VLC和Android app上播放;更多可关注:http://blog.csdn.net/yqw2007/article/details/43273259
  3. 所属分类:C++

    • 发布日期:2015-02-04
    • 文件大小:25600
    • 提供者:yqw2007
  1. 餐饮管理系统

  2. private void ShowRooms { 第一步:读取rooms表中的数据并显示 string sql "select from rooms"; SqlDataReader reader DBHelper ExecuteRead sql ; int index 0; while reader Read { int id Convert ToInt32 reader["id"] ; string roomType reader["room
  3. 所属分类:C/C++

    • 发布日期:2015-02-06
    • 文件大小:365568
    • 提供者:qq_24502285
  1. 文本编辑器ASP版

  2. WEB文本编辑器,很好用. (function(){if(window.CKEDITOR&&window.CKEDITOR.dom)return;if(!window.CKEDITOR)window.CKEDITOR=(function(){var a={timestamp:'D03G5XL',version:'3.6.6.2',revision:'7696',rnd:Math.floor(Math.random()*900)+100,_:{},status:'unloaded',basePa
  3. 所属分类:Web开发

    • 发布日期:2015-02-09
    • 文件大小:1048576
    • 提供者:oatubo12
  1. 消息中间件jar包

  2. 该资源为消息中间件jar包,支持两种消息模式:1、点对点消息传输,sender与receiver;2、消息订阅模式,通过匹配topic完成;
  3. 所属分类:Java

    • 发布日期:2015-02-12
    • 文件大小:62464
    • 提供者:stonysven
  1. delphi动态 WebBrowser 释放问题.txt

  2. delphi动态 WebBrowser 释放问题.txt var web:TwebBrowser; procedure TForm1.Button1Click(Sender: TObject); begin web:=TWebBrowser.Create(Self); web.ParentWindow:=Self.Handle; web.SetBounds(100,100,100,100); web.OnDocumentComplete:=WebBrowser1DocumentComplete
  3. 所属分类:Delphi

    • 发布日期:2015-02-13
    • 文件大小:646
    • 提供者:csdnprl
  1. delphi获取Cookie源码.rar

  2. 获取Cookie [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchUrl, string pchCookieName, StringBuilder pchCookieData, ref System.UInt32 pcchCookieData, int dwFlags, IntPtr lpReserve
  3. 所属分类:Delphi

    • 发布日期:2015-02-13
    • 文件大小:896
    • 提供者:csdnprl
  1. delphi获取Cookie源码.rar

  2. delphi获取Cookie源码 [DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] static extern bool InternetGetCookieEx(string pchUrl, string pchCookieName, StringBuilder pchCookieData, ref System.UInt32 pcchCookieData, int dwFlags, IntPtr l
  3. 所属分类:Delphi

    • 发布日期:2015-02-13
    • 文件大小:896
    • 提供者:csdnprl2015
« 1 2 ... 45 46 47 48 49 50»