-
创建一个单文档的MFC 工程后,加一句话在CFrmain类中,就可以程序启动后不打开一个空文档了。...
创建一个单文档的MFC 工程后,加一句话在CFrmain类中,就可以程序启动后不打开一个空文档了。-Create a single document MFC project, add a word in CFrmain category, you can not open after the commencement of proceedings of an empty document.
- 2022-10-31 13:30:03下载
- 积分:1
-
各式各样的按钮,开发工具VC6,非常漂亮.
各式各样的按钮,开发工具VC6,非常漂亮.-All kinds of buttons, development tools VC6, very beautiful.
- 2022-05-31 04:20:37下载
- 积分:1
-
JB9 learning is a good example of a simple picture, it uses a good understanding
是一个初学JB9的好例子,画面简单,用途实在,很好理解-JB9 learning is a good example of a simple picture, it uses a good understanding
- 2022-01-31 03:27:37下载
- 积分:1
-
更改网格行可见性
翻译 maninwest@Codeforge 作者 K K Srinivasan@CodeProject这里是如何更改网格行的可见性的技巧。背景其实,更改网格行的可见性有很多方法。这里是我自己的方法。基于布尔值更改可见性。在开始之前,了解一下可见模式可见– 控件始终在布局中并显示给用户。收起 – 控件不显示在布局中。其他控件发生布局调整。隐藏 –控件不显示但是会保留在布局中的位置。未发生调整。使用代码Step 1:我只通过我创建的演示 APP 来解释代码。定义类中的布尔属性。可以使用依赖属性或者 INotifyPropertyChanged 界面获得更改通知。这里,我将布尔属性定义为依赖属性。 public static readonly DependencyProperty SetVisibilityProperty = DependencyProperty.Register("SetVisibi lity",typeof(bool),typeof(AddWindow));
public bool SetVisibility
{
get { return (bool)this.GetValue(SetVisibilityProperty); }
set
{
SetValue(SetVisibilityPro
- 2022-06-21 19:56:48下载
- 积分:1
-
Delphi IPEdit控件
自已一直在用的IPEdit控件,自己添加了IPstring属性,可以直接读取或设置IP。控件使用DelphiXE1缩写,请用户自己修改自己控件,以满足自己的需要
- 2023-01-01 15:50:03下载
- 积分:1
-
specific details of their internal see the text shows that the beautiful interfa...
具体的说明请见内部的文本说明,界面漂亮的按钮控件-specific details of their internal see the text shows that the beautiful interface control buttons
- 2022-11-10 04:45:03下载
- 积分:1
-
扩展CButton类制作风格独特的按钮
扩展CButton类制作风格独特的按钮-expansion CButton category produced a unique style button
- 2022-03-17 18:48:37下载
- 积分:1
-
改进的Edit和Slider控件,有使用例子。
改进的Edit和Slider控件,有使用例子。-Improved Edit and Slider controls, the use of examples.
- 2022-02-03 16:30:12下载
- 积分:1
-
SDI选项卡演示
VC SDI TABS DEMO
- 2022-08-10 13:27:01下载
- 积分:1
-
这是一个按钮控件的程序,是用按钮说明使用的。
这是一个按钮控件 的程序,只是说明了一些按钮的用途,运用。-This is a button control procedures, is illustrative of the use of buttons used.
- 2022-05-24 10:01:14下载
- 积分:1