本文介绍了如何在System.Windows.Forms.Cntrols中添加滑块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在System.Windows.Forms.Cntrols
中添加一个Slider.但是当我使用this.Controls.Add(slider)
时,它给出了错误: System.Windows.Controls.Control无法在System.Windows.Forms.Controls中进行类型转换
请给我解决方法.
约束:我不能使用WPF
I want to add a Slider in System.Windows.Forms.Cntrols
. But when I use this.Controls.Add(slider)
, it gives error: System.Windows.Controls.Control can not be typecast in System.Windows.Forms.Controls
Please give me solution.
Constraint: I cannot use WPF
推荐答案
这篇关于如何在System.Windows.Forms.Cntrols中添加滑块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!