摘要:
string[] path = Directory.GetFiles(@path,"*.jpg");// 获取目录下的所有jpg文件 播放音乐 1 // 2 // 摘要: 3 // 控制 .wav 文件中的声音播放。 4 [ToolboxItem(false)] 5 public class Sou 阅读全文
posted @ 2020-07-27 18:48
搬个板凳看太阳
阅读(125)
评论(0)
推荐(0)
摘要:
1 #region 程序集 System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 2 // C:\Program Files (x86)\Reference Assemblies\Micro 阅读全文
posted @ 2020-07-27 18:43
搬个板凳看太阳
阅读(229)
评论(0)
推荐(0)
摘要:
1. 窗体排列 #region 程序集 System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Files (x86)\Reference Assemb 阅读全文
posted @ 2020-07-27 18:26
搬个板凳看太阳
阅读(156)
评论(0)
推荐(0)
摘要:
C#中Intptr: https://blog.csdn.net/ABC13222880223/article/details/100192245 阅读全文
posted @ 2020-07-27 17:36
搬个板凳看太阳
阅读(121)
评论(0)
推荐(0)
摘要:
??? 阅读全文
posted @ 2020-07-27 17:31
搬个板凳看太阳
阅读(45)
评论(0)
推荐(0)
摘要:
参见:https://www.cnblogs.com/bdqczhl/p/7284499.html 阅读全文
posted @ 2020-07-27 17:25
搬个板凳看太阳
阅读(130)
评论(0)
推荐(0)
摘要:
1.TextBox 1 namespace System.Windows.Forms 2 { 3 // 4 // 摘要: 5 // 表示 Windows 文本框控件。 6 [ClassInterface(ClassInterfaceType.AutoDispatch)] 7 [ComVisible( 阅读全文
posted @ 2020-07-27 16:42
搬个板凳看太阳
阅读(301)
评论(0)
推荐(0)
摘要:
1.鼠标等相关事件 onmousedown 当用户用任何鼠标按钮单击对象时触发。 onmouseenter 当用户将鼠标指针移动到对象内时触发。 onmouseleave 当用户将鼠标指针移出对象边界时触发。 onmousemove 当用户将鼠标划过对象时触发。 onmouseout 当用户将鼠标指 阅读全文
posted @ 2020-07-27 16:02
搬个板凳看太阳
阅读(234)
评论(0)
推荐(0)
摘要:
1.访问修饰符 public int _age;private char _gender;internal int _chinese;protected internal int _math; 2.自动属性 // 初始属性值为0。 public int Age { get; set; } 3.接口: 阅读全文
posted @ 2020-07-27 15:32
搬个板凳看太阳
阅读(93)
评论(0)
推荐(0)

浙公网安备 33010602011771号