摘要:
C#截屏2011-07-06 23:02using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.Runtime.InteropServices ;using System.IO;using System.Media;namespace BaiheTest{ pub 阅读全文
posted @ 2011-12-27 12:00
晴天有时下鱼
阅读(328)
评论(0)
推荐(0)
摘要:
C# Flash 交互程序开发可以尝试以下关键字进行搜索查找其他资料 关键字(C#, FLASH, winform,flash嵌入C# ,FLASH 开发UI界面 ) 要在c# winform程序里嵌入FLASH,其实就是直接引用Flash的ocx控件。 那你就需要使用“COM 组件” Shockwave Flash Object。不过这个"Flash.ocx"控件不能直接在“COM 组件”窗口中找到.。 需要我们手动添加,选择菜单中的“工具”--“自定义工具箱”,打开“自定义工具箱”窗口,在“COM 组件”中点击“浏览”键,然后选择“c:\\WINNT(WINDOWS)\ 阅读全文
posted @ 2011-12-27 11:57
晴天有时下鱼
阅读(238)
评论(0)
推荐(0)
摘要:
C#制作鼠标可以穿透的窗体2011-11-11 2:54转载自 skyeah最终编辑 skyeah把窗体的FormBorderStyle设为FormBorderStyle.None using System.Runtime.InteropServices; private const uint WS_EX_LAYERED = 0x80000; private const int WS_EX_TRANSPARENT = 0x20; private const int GWL_STYLE = (-16); private const int GWL_EXSTYLE = (-20); pri... 阅读全文
posted @ 2011-12-27 11:56
晴天有时下鱼
阅读(293)
评论(0)
推荐(0)
摘要:
WPF中UI线程更新2011-11-11 16:11WPF中UI线程队列由Dispatcher来管理和调度,所以当用户线程中更新UI时,必须通过Dispatche来调度,下面这个小例子将给用户展示如何在用户线程中更新当前的时间.前台的XAML代码如下:<Windowx:Class="ThreadInvoke.Window1"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/ 阅读全文
posted @ 2011-12-27 11:55
晴天有时下鱼
阅读(290)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Runtime.InteropServices;namespace wangwangmsg{ public partial class Form1 : Form, IMessageFilter { public Form1() { InitializeCom 阅读全文
posted @ 2011-12-27 11:53
晴天有时下鱼
阅读(329)
评论(0)
推荐(0)

浙公网安备 33010602011771号