-
AD2003操作工具
微软活动目录2003自定义操作工具,适用与企业管理。一、系统环境系统环境:Windows Server 2008 R2, VS2010, .Net Framework 4.0AD Server:LDAP的server IP基本DN:OU=user,DC=Company,DC=com用来登录的管理员:Peter密码:ab#CD%1234二、程序1. 引用.Net操作AD的类在命名空间System.DirectoryServices下,需要将该类引用进来。2. 连接要操作AD需首先连接AD,就象要操作数据先要连接数据库一样。3. 查询根据各种条件获取具体的用户。下例为根据公共名称获取对象。4. 修改用户
- 2023-08-24 23:40:03下载
- 积分:1
-
程序类型为数字图象处理,内容为对图象的细化,速度比较慢,但是最终效果还可以...
程序类型为数字图象处理,内容为对图象的细化,速度比较慢,但是最终效果还可以-procedures for the type of digital image processing, as for the details of images, speed is relatively slow, but the ultimate effect can also
- 2022-04-06 12:25:57下载
- 积分:1
-
Visual C
Visual C++中双缓存滚动视图类开发及使用-Visual C-cache Scrollview category development and use
- 2022-08-18 02:49:24下载
- 积分:1
-
老外写的给自己做的控件增加在线(in
老外写的给自己做的控件增加在线(in-place)提示消息的类和demo源代码-Written by foreigners to increase their own control to do online (in-place) are prompted to type messages and demo source code
- 2022-02-12 05:07:25下载
- 积分:1
-
WINFORM保存参数至本机注册表
实现在窗体关闭时将窗体中的参数保存变量至注册表,首先创建一个新的子路径,在子路径中创建变量,
如注册表中无此变量将自动创建,若下次有此变量时将更新变量。窗体再次载入时从注册表子路径读取
此变量信息,通过赋值给控件。
方法如下:
private void Form1_Load(object sender, EventArgs e) //窗体载入时
{
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
SetStyle(ControlStyles.AllPaintingInWmPaint, true);
SetStyle(ControlStyles.UserPaint, true);
SetStyle(ControlStyles.DoubleBuffer, true);
this.Refresh();
this.ShowInTaskbar = false;
this.PAN_1.Visible = false;
int Z_alpha,Z_red,Z_green,Z_blue; //声明4个Int类型颜色变量
//this.TransparencyKey = Color.Transparent;
RegistryKey myReg1, myReg2, myReg3;//声明注册表对象
myReg1 = Registry.CurrentUser;//获取当前用户注册表项
try
- 2022-03-19 08:35:30下载
- 积分:1
-
sublime text golang debug 插件源友
这是Sublime text golang debug开发插件源友,我的github id是Centny
里面主要提供了,golang的debug,运行,测试,自动执行build,等功能。
基于Gdb实现,目前只支持mac与linux平台。
Golang GDB plugin for Sublime Text 3,it modify base of https://github.com/quarnster/SublimeGDB.
if you have some question,send message to https://github.com/Centny/
- 2022-12-22 10:35:03下载
- 积分:1
-
奉献一组WINDOWS界面编程的SPLITTER VIEW操作SDI和MDI源码,有焦点窗口高亮显示,VIEW的DRAG和DROP,VIEW的SWITCH操作等...
奉献一组WINDOWS界面编程的SPLITTER VIEW操作SDI和MDI源码,有焦点窗口高亮显示,VIEW的DRAG和DROP,VIEW的SWITCH操作等-a dedicated group of the Windows programming interface SPLITTER VIEW operation MDI and SDI source, the focus window highlighted, and the phenomenon and VIEW DROP, VIEW operation of the SWITCH
- 2022-01-25 17:33:06下载
- 积分:1
-
基于M16C_R8C的数字电视模块应用代码
资源描述基于M16C_R8C的数字电视模块应用代码
数字电视模块为 sharp的 isdb-t标准数字电视模块。
R8C完成模块协议驱动,用户界面,遥控器码值转换。
- 2022-01-30 21:21:02下载
- 积分:1
-
provide advanced interface to the base window class, we see not a suitable place...
提供各种高级界面窗口的基类,大家看看有没适合自己的-provide advanced interface to the base window class, we see not a suitable place for himself
- 2022-03-17 00:18:47下载
- 积分:1
-
随着PropertySheet的大小变化自动放大缩小的Tab Control
随着PropertySheet的大小变化自动放大缩小的Tab Control-The Tab Control which can resize automatically according to the size of PropertySheet
- 2022-03-25 12:13:42下载
- 积分:1