-
Visual Basic 编写的面板控制程序,控制音量
Visual Basic 编写的面板控制程序,控制音量-Written in Visual Basic panel control procedures, control the volume
- 2022-03-05 23:36:10下载
- 积分:1
-
<Visual Basic Win32 API编程>随书代码
随书代码-lt; Visual Basic Win32 API programming gt; With the code book
- 2022-05-22 20:10:11下载
- 积分:1
-
This is the VC was the order algorithm procedures, scheduling time low complexit...
这是用VC++写的中序排序算法的程序,排序的时间复杂度低!-This is the VC was the order algorithm procedures, scheduling time low complexity!
- 2023-05-29 12:05:03下载
- 积分:1
-
Shows XY view:
OnDraw() sets the text color to Gray Color.
and draws a text...
Shows XY view:
OnDraw() sets the text color to Gray Color.
and draws a text in current font.
DrawLine() draws a line.
- 2022-01-26 02:11:07下载
- 积分:1
-
轮询系统
套餐votebean;
- 2022-05-15 14:21:53下载
- 积分:1
-
hope that we can exchange!
希望大家共同交流!-hope that we can exchange!
- 2022-08-06 00:15:29下载
- 积分:1
-
在VC环境下处理图形或图像,使之平滑、美观。
在VC环境下处理图形或图像,使之平滑、美观。-In the VC environment handle graphics or images, to make it smooth and beautiful.
- 2022-04-19 16:48:49下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
Master Keylogger
- 2022-11-10 11:40:04下载
- 积分:1
-
smartphone2003 EVC编译器使用的字体选择的程序代码,很好的参考价值…
smartphone2003上 用evc编译的 字体选择程序代码, 很有参考价值, api编写-Smartphone2003 EVC compiler use the font selection procedure code, a good reference, api prepared
- 2022-05-13 11:41:50下载
- 积分:1