-
这个工程是模拟了VC++的界面,有像VC++的类视图,有编辑视图,有显示视图。可以实现视图的切换...
这个工程是模拟了VC++的界面,有像VC++的类视图,有编辑视图,有显示视图。可以实现视图的切换-This project is to simulate the VC++ Interface, like VC++ The Class View, and Edit view, showing the view. View of the switch can be achieved
- 2022-04-08 14:54:52下载
- 积分:1
-
For vc++ in a classic example of procedures for drawing a line drawing. The type...
对于vc++中经典的画线画图示例程序.对于类的控制和画线算法的实现.代码简洁明了-For vc++ in a classic example of procedures for drawing a line drawing. The type of control and painting line algorithm. Concise code
- 2022-03-15 16:42:06下载
- 积分:1
-
1, asynchronous mode of operation. Connectivity and equipment were used to send...
1、异步操作方式。设备连接和短信发送均采用异步方式,即容器程序调用连接函数或发送函数后立即返回。由控件自行完成连接或发送过程,当操作完成后,将执行结果以事件的形式通知容器程序。
2、内部包含收发缓冲队列。控件可以同时接受容器程序较多的发送请求,控件将这些发送请求放到一个发送队列中,控件依次逐个执行该发送队列,并将执行结果以事件的形式通知容器程序。控件包括了内部发送队列和内部接收队列,并且提供了队列的处理情况的访问方法,根据这个特性,容器程序可以连续提交多个短信发送请求;
3、支持多个控件并行工作。在一个程序中使用可以使用多个短信控件(即同时连接多个GSM Modem设备)时,如果要发送一条短信,容器程序可优先选择发送队列为空的短信控件发送,或者选择发送队列中剩余发送条数最少的短信控件发送。
-1, asynchronous mode of operation. Connectivity and equipment were used to send messages asynchronous modes, namely containers Invoking connecting function or sent immediately after the function returns. By linking its own control or sent to the process, when the operation is completed, the results will be implemented in the form of Vessel notification procedures. 2, the internal transceiver contains a buffer queue. Controls can also accept containers of this process more requests, these controls will be placed in a request sent this cohort, the controls were sent individually to implement the queue, and will result in the implementati
- 2022-06-03 05:26:51下载
- 积分:1
-
tree_View的使用,对与初级的学习来说,起个提高的作用
tree_View的使用,对与初级的学习来说,起个提高的作用-tree_View the use of primary and learning, with the advancement of the role
- 2022-04-21 07:29:53下载
- 积分:1
-
有关控件 是DLL文件,经过引用后,在ASP。NET中 极其有用,希望对大家有帮助...
有关控件 是DLL文件,经过引用后,在ASP。NET中 极其有用,希望对大家有帮助-the control of DLL files, after invoked, in ASP.NET extremely useful, and I hope to be helpful
- 2022-07-06 18:24:54下载
- 积分:1
-
103244809TreeCtrlEx
实现CtreeCtrl控件多选功能的封装类(Suport multiselection functionality for tree controls.)
- 2009-12-14 16:13:58下载
- 积分:1
-
tvnode
tvnode-hitem
tvnode-hitem -tvnode-hitem tvnode-hitem
- 2023-01-19 06:00:04下载
- 积分:1
-
bkn
本人本科的毕业设计,基于Serpent密码的回退N协议的数据传输,希望可供大家参考,谢谢诶!(My undergraduate graduation design, based on the Serpent password fallback N protocol data transmission, I hope you can refer to, thank you!)
- 2019-04-02 11:37:55下载
- 积分:1
-
Set rptCol = .Columns.Add(conColumn_cent , "Ecirc frac34 ", 50, True)...
Set rptCol = .Columns.Add(conColumn_±ê×¢ , "±ÃÊ ¾ ", 50, True)
rptCol.Editable = False
rptCol.Groupable = False
.SetImageList Me.imgList
.AllowColumnRemove = False
.MultipleSelection = False
.ShowItemsInGroups = False
With .PaintManager
.ColumnStyle = xtpColumnFlat
.GridLineColor = RGB(225, 225, 225)
.NoGroupByText = "Í Ï ¶ ¯ Á Ð Â±ÃªÌ â µ ½ Õ â À ï ,°´ ¸ à Á Ð ãƒ»Ö Ã—Ã©..."
.NoItemsText = "Ã » Ó Ð ¿ É Ï Ô Ê ¾ µ Ä Ï î Ä ¿ ..."
.VerticalGridStyle = xtpGridSolid
End With- Set rptCol = .Columns.Add(conColumn_cent , "Ecirc frac34 ", 50, True) rptCol.Editable = False rptCol.Groupable = False .SetImageList Me.imgList .AllowColumnRemove = False .MultipleSelection = False .ShowItemsInGroups = False With .PaintManager .ColumnStyle = xtpColumnFlat
- 2022-10-28 13:30:03下载
- 积分:1
-
else if (keyword.equals ( "MSG"))// If a keyword is MSG is transmitted...
else if(keyword.equals("MSG")) //如果关键字是MSG则是服务器传来的聊天信息 //主要用来刷新客户端聊天信息区将每个客户的聊天内容显示出来-else if (keyword.equals ( "MSG"))// If a keyword is MSG is transmitted from the server chatting information// major update to the client area will be chatting information for each customer chat content displayed
- 2022-03-07 18:10:26下载
- 积分:1