Welcome![Sign In][Sign Up]
Location:
Search - winapi

Search list

[OtherBrightness

Description: 透過WINAPI調整螢幕背光可參考MSDN(Adjusting the screen backlight through WINAPI can be referred to as MSDN)
Platform: | Size: 2048 | Author: Ajax Wu | Hits:

[AI-NN-PRcoipbrard-compatible

Description: 一个24点算法,用WINAPI写的窗口界面,比较老土,但可供学习交流使用()
Platform: | Size: 27648 | Author: WT%26427 | Hits:

[Button controlECUJGOB

Description: WINAPI的一些基本调用 Some basic calls to WINAPI()
Platform: | Size: 41984 | Author: Pcilapw | Hits:

[Windows DevelopWIN API手册 (CHM)

Description: winapi中文文档,从csdn五分下载下来的。看不懂,感觉没啥干货的样子(My English is very pool,and I think it's not useful for foreign friends.)
Platform: | Size: 678912 | Author: 少艾 | Hits:

[Windows DevelopVB6高级版API浏览器

Description: VB6高级版API浏览器,可替代内置的WINAPI浏览器,功能更强大,有分类筛选功能,实现快速精准定位,并且附带了几个WIN10风格的控件。
Platform: | Size: 163331 | Author: 290362163@qq.com | Hits:

[Dialog_WindowLabVIEW WIN10窗体

Description: LabVIEW实现的WIN10主题窗体,和正常WIN10窗体功能一模一样。 实现方式:通过调用WINAPI 实现 功能:实现放大、缩小、关闭,还可自定义按钮。 美化界面必不可少,LabVIEW软件瞬间提升颜值!
Platform: | Size: 719270 | Author: 602086813@QQ.COM | Hits:

[PE toolsRevoke certificate

Description: evokeCert is a tool written in WinAPI/CryptoAPI to revoke, undo revoke, or dump certificates from PE or cert files.
Platform: | Size: 7873 | Author: adhitya_1978@ymail.com | Hits:

[GDI-BitmapGDI Bitmap C++ Code

Description: #include <Windows.h> #include <gdiplus.h> using namespace Gdiplus; // Forward declarations LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { // Initialize GDI+ GdiplusStartupInput gdiplusStartupInput; ULONG_PTR gdiplusToken; GdiplusStartup(&gdiplusToken, &gdiplusStartupInput, NULL); // Create the window WNDCLASSEX wcex = { 0 }; wcex.cbSize = sizeof(WNDCLASSEX); wcex.style = CS_HREDRAW | CS_VREDRAW; wcex.lpfnWndProc = WndProc; wcex.hInstance = hInstance; wcex.hCursor = LoadCursor(NULL, IDC_ARROW); wcex.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1); wcex.lpszClassName = L"MyWindowClass"; RegisterClassEx(&wcex); HWND hWnd = CreateWindow(L"MyWindowClass", L"My Window", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, NULL, NULL, hInstance, NULL); ShowWindow(hWnd, nCmdShow); UpdateWindow(hWnd); // Run the message loop MSG msg = { 0 }; while (GetMessage(&msg, NULL, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); } // Shutdown GDI+ GdiplusShutdown(gdiplusToken); return (int)msg.wParam; } LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { switch (message) { case WM_PAINT: { PAINTSTRUCT ps; HDC hdc = BeginPaint(hWnd, &ps); // Create a Bitmap object and draw a line on it Bitmap bmp(100, 100); Graphics g(&bmp); Pen pen(Color(255, 0, 0, 0)); // Red pen g.DrawLine(&pen, 0, 0, 99, 99); // Draw the bitmap on the window Graphics graphics(hdc); graphics.DrawImage(&bmp, 0, 0); EndPaint(h
Platform: | Size: 402171 | Author: khaledmagd73@gmail.com | Hits:

[OtherHHDE v2.16/2.17 - powerfull DPMI DOS extender

Description: DPMI extender contains patched WinAPI DLLs, that allows to run win32 applications inside DOS! Also packages provides test utils (to ensure, that all functions works fine), comprehensive docs, sources! i gues HXDE - most powerfull DPMI DOS extender. I use it myself in daily work, in special cases it capable to replace true windows environment. Aparently, must have!
Platform: | Size: 5504033 | Author: SergeX31 | Hits:
« 1 2 ... 20 21 22 23 24 25»

CodeBus www.codebus.net