-
ShowPic
利用vc++6.0单文档程序,使用控件显示位图, 方便初学者使用(show bmp )
- 2013-07-12 17:07:37下载
- 积分:1
-
26-control-example-the-source-code
26个VC++界面编程通用控件源代码实例:
如何获得指定点的控件指针
如何将编辑框中输入的字符转换为大写(小写)
如何设置和获得单选按钮的选中状态
如何设置和获得一组单选按钮的选中状态
如何设置列表控件的显示方式
如何设置组合框中列表框的宽度
如何实现带自动完成功能的组合框
如何实现位图按钮
如何使用滑块
如何使用进度条
如何使用列表框
如何使用旋转按钮
如何使用组合框
如何通过控件ID获得控件窗口指针
如何为控件添加工具提示
如何通过控件窗口指针获得控件ID
如何为控件添加工具提示
如何限制编辑框输入文本的长度
如何在按钮上显示图标
如何在列表控件中插入列
如何在列表框中添加水平滚动条
如何在组合框中显示文件列表
(26 a vc++ programming interface general control source code examples:
How to get control of the pointer designated point
How to edit box in of the input characters into capital (small)
How to set up and get radio buttons selected state
How to set up and get a group of selected state radio button
How to set up the list control showing the way
How to set up combo boxes the width of the list box
How to realize the combination of complete function with automatic box
How to realize a bitmap button
How to use the slider
How to use the progress bar
How to use the list box
How to use the rotating button
How to use the combination box
How to get control via the control ID window pointer
How to add the tooltip control
How to get control via the control window pointer ID
How to add the tooltip control
How to limit the length of the input text edit box
How to button on the display icon
How to insert listed in a list co)
- 2011-06-28 16:05:44下载
- 积分:1
-
ChildViewTx
这是VC++其中的一个源代码,是普通的程序代码,主要用于教学范例(This is VC in which a source code, there are the ordinary program code, mainly for teaching examples)
- 2016-02-16 02:21:28下载
- 积分:1
-
mfc
《深入浅出MFC》附带光盘里面的内容,有书上全部的源代码!(Head MFC comes with the disc inside, all the source code in the book!)
- 2012-08-09 15:04:22下载
- 积分:1
-
Simulation-of-polarized-light
模拟偏振光在散射介质中的传播,利用3D给出很好的视觉效果(Simulation of polarized light propagation in scattering medium)
- 2021-04-20 19:58:50下载
- 积分:1
-
Love
c++显示爱心,3D显示,表白可用,怒求推荐(c++ show love, 3D display, confession Tools)
- 2015-09-11 16:04:51下载
- 积分:1
-
BingPGoogle_3
实现翻译功能程序,可以使用bing+google的翻译功能!(Achieve the translation process, you can use bing+ google' s translation!)
- 2011-08-05 11:32:31下载
- 积分:1
-
CommTest485
测试com口程序Private Sub Form_Load()
Dim I As Integer
Dim Msg As String
Me.Enabled = False
Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision
cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,1 )
Me.Show
Me.Refresh
With MSComm1
For I = 1 To 16
Me.Caption = Msg & - 测试通讯端口:COM & I & ...
Me.Refresh
Delay 100
On Error Resume Next
.CommPort = I
.Settings = 2400,N,8,1
.PortOpen = True
.PortOpen = False
If Err = 0 Then cboCommPort.AddItem COM & Trim(I)
Next I
End With
cboCommPort.ListIndex = 0
optCommData(0).Value = True
Me.Caption = Msg & (Programming by WJY)
Me.Refresh
If cboCommPort.ListCount = 0 Then MsgBox 程序检测不到可用的串行端口!
Me.Enabled = True
End Sub
(test com port)
- 2015-07-23 10:40:18下载
- 积分:1
-
Pendulum
这个程序是基于固高公司运动控制卡的倒立摆完整控制程序,包括了界面、实时曲线显示、算法等部分。(This procedure is based on the solid high-motion control card company of the inverted pendulum control program integrity, including the interface, real-time curves showed that part of algorithm.)
- 2020-11-25 12:49:32下载
- 积分:1
-
7120029
WINDOWS核心编程的异常处理机制的完全模仿和实现,采用WIN32和DDK没有用MFC实现,,(The exception handling mechanism of WINDOWS core programming completely imitate and implementation, MFC implementation, using WIN32 and DDK to use,)
- 2017-04-25 14:35:30下载
- 积分:1