-
useful to look at the
c9百例有用的来-useful to look at the
- 2022-08-23 15:37:43下载
- 积分:1
-
asp.net版本的开心农场源代码,完整的复制了目前开心农场游戏的内容,以FLASH为主要表现形式...
asp.net版本的开心农场源代码,完整的复制了目前开心农场游戏的内容,以FLASH为主要表现形式-asp.net source code version of Happy Farm, a complete copy of the current farm fun game content to FLASH as the main form of
- 2022-03-26 00:46:33下载
- 积分:1
-
带动画效果的jquery画廊-图库图片展示
jquery画廊-图库图片展示-带有动态切换效果,也就是动画效果,更加生动的图片展示,左侧用来显示缩略图,可以上下滑动,自动响应鼠标而滑动图片,单击缩略图图片后右侧显示大图片,挺大气的一种图库特效。
- 2022-11-29 04:05:04下载
- 积分:1
-
金蝶10.4数据库表结构,适用于ASP语句
金蝶10.4数据库表结构,适用于ASP报表-Kingdee 10.4 database table structure, applicable to ASP statements
- 2023-01-15 00:45:03下载
- 积分:1
-
输入某年某月某日,判断是不是闰年?
输入三个整数x,y,z,请把这三个数由小到大输出。...
输入某年某月某日,判断是不是闰年?
输入三个整数x,y,z,请把这三个数由小到大输出。 -Importation of a certain period of a day, to judge is not a leap year? Enter three integers x, y, z, invited these three the number of small to large output.
- 2023-06-15 23:30:03下载
- 积分:1
-
Jindian serial debugging tools, support for USB to RS232 debug
金典的串口调试工具,支持USB转RS232的调试-Jindian serial debugging tools, support for USB to RS232 debug
- 2022-02-03 01:21:32下载
- 积分:1
-
C++程序供初学者使用
C++程序供初学者使用-C program for beginners
- 2022-10-29 18:40:03下载
- 积分:1
-
复件 Photoshop CS2图形图像处理教程.rar
复件 Photoshop CS2图形图像处理教程.rar-Copies Photoshop CS2 image-processing graphics tutorials. Rar
- 2022-10-04 10:25:12下载
- 积分:1
-
Visual C# 隐藏、显示开始按钮
C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:
[DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口
public static extern int FindWindow(string lpClassName, string lpWindowName);
[DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口
public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);
[DllImport("user32.dll")]//控制窗口的可见性
public static extern int ShowWindow(int hwnd, int nCmdShow);
private void button1_Click(object sender, EventArgs e)
{
if (radioButton1.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮
else if (radioButton2.Checked)
ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮
}
- 2022-05-20 11:42:02下载
- 积分:1
-
帮助一个朋友编写一个小的分析程序,希望对大家有所帮助
帮朋友编写的层次分析法的小程序希望对大家有所帮助-To help a friend prepare a small level of analysis procedures we want to help
- 2022-07-10 00:14:47下载
- 积分:1