-
Visual C# WPF 实现文字左右流动(滚动)效果
Visual C# WPF技术实现文字内容从左向右流动、从右向左流动,其实就是文字滚动,稍加了一些特殊处理,下面来看看代码真的好简单:
private void button1_Click(object sender, RoutedEventArgs e)
{//内容从左向右流动
this.MyFlowDocument.FlowDirection = FlowDirection.LeftToRight;
}
private void button2_Click(object sender, RoutedEventArgs e)
{//内容从右向左流动
this.MyFlowDocument.FlowDirection = FlowDirection.RightToLeft;
}
- 2022-02-04 14:45:10下载
- 积分:1
-
一个用C#编的产品配置系统,应用了sql server,附源代码
一个用C#编的产品配置系统,应用了sql server,附源代码-A used C# Series of product configuration systems, applications of the sql server, attached to the source code
- 2023-03-06 16:25:03下载
- 积分:1
-
用CSHARP写的能够简单放MP3声音的东东,我想下个源码
用CSHARP写的能够简单放MP3声音的东东,我想下个源码-CSharp can be written using simple voice Dongdong MP3 release, I would like the next source
- 2022-01-31 13:31:46下载
- 积分:1
-
Adaptive-median-filter
基于vc++的自适应中值滤波器的代码,能用于对相位图的滤波。(The adaptive median filter code can be used for the filtering of the phase diagram.)
- 2021-02-26 19:59:37下载
- 积分:1
-
CA 源码 ciso
数字证书的demo程序,用于KPI建设。基于openssl实现。采用vc6.0编译。
- 2022-06-28 03:32:13下载
- 积分:1
-
linux下实现串口通信收发功能(RS232和RS485)
linux操作系统下实现串口通信,可以收发数据,可以实现RS232和RS485的各自通信,简单高效,可做二次开发
- 2022-03-16 19:46:52下载
- 积分:1
-
modbus TCPIP协议client-Server端源码
这个是modbus TCPIP协议client-Server端源代码, c++编程。
- 2022-07-07 16:32:36下载
- 积分:1
-
计算器
这是一个初学者用c#语言编写的简单计算器,简单计算加法,减法,乘法,除法,还有很多需要完善的地方
- 2022-05-30 13:21:46下载
- 积分:1
-
AccountPluspart1
Account plus activation part 1
- 2017-08-11 09:49:26下载
- 积分:1
-
C++ MFC 520表白玫瑰
C++ 做的520表白程序,含图像,玫瑰花,音乐,文字,绚丽多彩
- 2023-03-30 13:30:05下载
- 积分:1