-
C# 浮动窗体 会跑的左右漂浮移动窗口
C#制作的浮动窗体,动态左右漂浮移动的窗口,打开后,漂浮在其它窗口上边,由左向右漂浮移动,从截图上看不出动态漂浮移动的效果,你可以下载源码,编译运行实例即可看到,窗体漂浮移动部分的代码,如下示:
private void timer1_Tick(object sender, System.EventArgs e)
{
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 550)
{
timer1.Stop();
}
}
- 2023-02-27 10:00:03下载
- 积分:1
-
freescale
飞思卡尔智能车竞赛11年完整版程序,速度可上2.7m/s(freescale )
- 2013-03-24 11:27:03下载
- 积分:1
-
《direcX游戏编程》光盘源代码
DirectX游戏编程的随书源代码,高版本VS导入工程文件之后记得要重定位解决方案目标哦(Source code of book <<DirectX Game Programming>>.If open the Solution with high version of Visual Studio,remember to relocate the destination of solution.)
- 2020-06-18 15:20:01下载
- 积分:1
-
通过socketIo远程控制显示器(点亮/息屏),主要控制打开关闭
smarthome 是服务器端代码(nodejs),TrunOnMonitorDemo是客户端代码(c#)
- 2018-07-21下载
- 积分:1
-
Computer_Graphics_Principles_and_Practice
计算机图形学原理及实践:C语言描述(英文版.第2版)
pdf格式(Computer Graphics Principles and Practice 2nd Edition in C
pdf format)
- 2009-12-12 14:09:13下载
- 积分:1
-
61509
LCD 驱动 stm32 R61509V(LCD stm32 R61509V)
- 2015-12-23 20:39:14下载
- 积分:1
-
shadingScene
能够显示旋转3D模型的openGL程序,鼠标拖动可以旋转。(OpenGL Program for Displaying Rotating 3D Models)
- 2019-05-11 10:53:10下载
- 积分:1
-
obj读取
使用vs2017控制台程序,用OpenGL读入obj文件并显示。加了光源。
- 2022-07-22 23:24:53下载
- 积分:1
-
dwzteam-dwz_jui-master
DWZ,jui开源最好用的富客户端,可用于企业各类后台系统,只要简单了解看看,就可以上手,只需要懂点JS,HTML,CSS的知识就行了。反正我用了好多年。
- 2022-12-22 14:00:03下载
- 积分:1
-
0173、基于单片机实现的俄罗斯方块游戏
说明: 基于单片机的俄罗斯方块设计。开题报告,论文资料等(Design of Russian Tetris Based on Single Chip Microcompute)
- 2019-01-12 13:38:01下载
- 积分:1