-
DesktopSecuritySet1
自己做的ActiveX系统配置控件,单击按钮打开桌面安全设置1对话框,实现:
从活动桌面上删除Web内容;
强制从睡眠或挂起状态恢复时输入密码;
允许使用活动桌面;
禁止调整桌面工具栏长度;
禁止交互用户通过Windows窃听其它用户会话;
允许使用“桌面清理向导”;
禁止使用活动桌面的所有设置项目;
启用“开始”菜单常用程序组;
禁止控制面板和打印机文件夹;
禁止使用任务栏快捷方式菜单;
禁止使用“开始”菜单的“关闭系统”命令;
禁止使用“开始”菜单的“我的文档”命令;
禁止在桌面上运行任何程序;
隐藏桌面上的网上邻居以及所有图标;
隐藏“网络快捷方式”菜单、任务栏;
可以部署在服务器上,适合在公共电脑等不方便带文件的场合进行快速系统配置,也适合嵌入到其它程序中,进行快速开发。
(Make its own system configuration of ActiveX controls, click the Security Settings button to open the Desktop dialog box 1, to achieve:
Events delete from the desktop Web content
Mandatory from the state of sleep or hang password recovery
Permit the use of Active Desktop
Deskbar prohibited adjust length
Interactive users to prohibit other users through the Windows bugging conversations
Permit the use of the "Desktop Cleanup Wizard"
Prohibition of the Use of Active Desktop items all the settings
Opening of the "Start" menu common program group
Prohibition of the control panel and printers folder
Prohibit the use of the taskbar shortcut menu
Prohibit the use of "Start" menu s "closed system" command
Prohibit the use of "Start" menu s "My Documents" command
Prohibit the operation of any program on your desktop
Hide My Network Places on the desktop and all icons
Hide "Network Shortcuts" menu, task bar
Can be deployed on the server for computer)
- 2009-02-12 11:57:48下载
- 积分:1
-
DSound_demo
基于DirectSound的声音播放器。本实例将介绍使用DirecSound技术编写的声音播放器,DirecSound编程技术在多媒体编程中需要经常用到。(DirectSound-based audio player. This example describes the preparation technique using DirecSound sound player, DirecSound programming technique often used in multimedia programming needs.)
- 2013-12-18 13:39:19下载
- 积分:1
-
Jpg_decoder
win32下的与linux下的jpg解码的程序,测试通过,读取jpg图片文件,并保存为bmp文件,bmp +40偏移为rgb流(under win32 under linux jpg decoding procedures, test)
- 2013-02-19 16:30:26下载
- 积分:1
-
TestWord
说明: 把word文件嵌入到系统中,不用另外打开其他程序,非常实用,可以应用到其他大型程序之中(Embedding word files into the system without opening other programs is very practical and can be applied to other large programs.)
- 2019-05-06 17:26:43下载
- 积分:1
-
area
定义一个基类MyGraph,要求有一个纯虚函数double Area()=0。从基类派生一个圆类Circle和矩形类Rectangle,再由Rectangle类派生出Square类,分别给出Area()实现。
重载“>>”,实现对图形信息的输入。在主函数中计算三种形状的面积,并显示输出。 (Define a base class MyGraph, requires a pure virtual function double Area () = 0. Derive a circle and a rectangle class Rectangle Circle class from the base class, and then by Square Rectangle class derived class, are given Area () implementation. Reload " > > " to achieve the input of graphical information. Calculate the shape of the three main functions in the area, and display output.)
- 2014-02-07 23:13:19下载
- 积分:1
-
ListADTSolving
仿照cpp的链表实现,添加了两个链表的整合操作(Follow the cpp list to achieve, adding two linked list of the operation)
- 2017-10-16 15:19:23下载
- 积分:1
-
effost
window应用程序界面设计, 实现半透明窗体效果(Interface design of window application program to realize translucent form effect)
- 2018-11-27 17:32:44下载
- 积分:1
-
LinGIS
DotNetBar 7.3 在C#环境下的GIS桌面系统,界面非常美观,值得借鉴。
(DotNetBar 7.3 and ArcEngine)
- 2010-05-28 14:27:24下载
- 积分:1
-
MFCdatabase
说明: MFC数据库编程MFC数据库编程MFC数据库编程(MFC Database Programming MFC Database Programming MFC Database Programming)
- 2010-04-23 02:46:54下载
- 积分:1
-
20060611Access
简要说明:直接通过DAO读、写Access文件
直接利用DAO来创建、读写Access文件,总的说来,对比上篇<直接通过ODBC读、写Excel文件>来讲,要简单一些。在下面的示例中,我们将用到两种方法:SQL和DAO类涵数来混合实现它们,这样做的目地,我想可以使大家更加方便灵活的运用它们来完成你想要做的东西。在示例程序中默认指定创建数据库名为:Demo.mdb,内部表名为:DemoTable,写入两个字段:名字和年龄,采用和上一篇读写Excel类似的操作,你也可以根据自己需要来动态改变它们。
(Brief Description : DAO directly through reading, writing documents directly using Access to create DAO, Access document literacy, in general, compared to the previous chapter)
- 2006-08-29 12:05:09下载
- 积分:1