本吧共有主題數82個,帖子數467篇,會員0位。
內容轉換:不轉換▼
  點擊 回復 標題 作者 最後回復
  184 1 巨大八爪鱼 2-6  巨大八爪鱼
  393 7 巨大八爪鱼 5-24  巨大八爪鱼
  540 2
#include <iomanip>
#include <iostream>
#include <Windows.h>
#includ...
巨大八爪鱼 10-16  180.84.26.*
  269 4
// 语言:C++
// 支持编译为Unicode版本,不支持ANSI版本
#include <string>
#include <tchar.h...
巨大八爪鱼 1-8  巨大八爪鱼
  313 5
【运行效果】
巨大八爪鱼 1-7  巨大八爪鱼
  272 2
巨大八爪鱼 1-7  巨大八爪鱼
  380 5
【程序功能】
1.创建一个.lnk快捷方式,并读取
2.读取开始菜单中Microsoft Office文件夹下的所有快捷方式的名称及其描述。
巨大八爪鱼 1-7  巨大八爪鱼
  305 1
IXMLDOMNode *pNode;
//..........
IXMLDOMElement *pElem;
方法1(推荐):
hr = pNod...
巨大八爪鱼 1-6  巨大八爪鱼
  500 8
巨大八爪鱼 9-25  巨大八爪鱼
  287 2
// 创建位图并绘制
Bitmap bitmap(200, 200);
Graphics gbmp(&bitmap);
SolidBrush brush(Colo...
巨大八爪鱼 8-14  巨大八爪鱼
  359 2
[Built-in BMP Codec]
MimeType: image/bmp
FormatDescription: BMP
FilenameExtensi...
巨大八爪鱼 8-14  巨大八爪鱼
  557 11
#include <stdio.h>
#include <Windows.h>
int main(void)
{...
巨大八爪鱼 7-18  巨大八爪鱼
  233 5
#include <iostream>
#include <Windows.h>
using namespace std;
int main(vo...
巨大八爪鱼 7-17  巨大八爪鱼
  425 7
#include <iostream>
#include <tchar.h>
#include <Windows.h>
using ...
巨大八爪鱼 7-17  巨大八爪鱼
  375 2
【main.c】
#include <tchar.h>
#include <time.h>
#include <Windows.h>...
巨大八爪鱼 7-9  巨大八爪鱼
  203 2
在Windows操作系统下,保存一个网页成html格式,此时除了会产生html网页文件外,还会相应地产生一个名称几乎相同的文件夹,它包含了网页中的图片、脚本等内容。如果只选中网页文件,不选文件夹,将其...
巨大八爪鱼 7-8  巨大八爪鱼
  397 5
【FLOODFILLBORDER模式】
// 设置线条颜色为红色
SelectObject(hdc, GetStockObject(DC_PEN));
SetDCPenC...
巨大八爪鱼 7-7  巨大八爪鱼
  202 2
BLENDFUNCTION bdf;
ZeroMemory(&bdf, sizeof(bdf));
bdf.SourceConstantAlpha = 150...
巨大八爪鱼 7-7  巨大八爪鱼
  407 12
【原程序】
void OnPaint(HDC hdc, LPPAINTSTRUCT lpps)
{
    int i, j...
巨大八爪鱼 6-25  巨大八爪鱼
  236 3
#include <stdarg.h>
#include <strsafe.h>
#include <Windows.h>
int w...
巨大八爪鱼 6-25  巨大八爪鱼
  224 3
巨大八爪鱼 6-24  巨大八爪鱼
  261 3
#include <stdio.h>
#include <Windows.h>
LPBYTE AllocateBits(int nWidth, int nH...
巨大八爪鱼 6-24  巨大八爪鱼
  332 8
#include <stdio.h>
#include <Windows.h>
#pragma warning(disable: 4996) // 关闭fo...
巨大八爪鱼 6-24  巨大八爪鱼
  254 4
#include <stdio.h>
#include <Windows.h>
int main(void)
{...
巨大八爪鱼 6-24  巨大八爪鱼
  393 14
#include <stdio.h>
#include <Windows.h>
#pragma warning(disable: 4996)
i...
巨大八爪鱼 6-24  巨大八爪鱼
  228 0
#include <stdio.h>
#include <Windows.h>
int main(void)
{...
巨大八爪鱼 6-24  巨大八爪鱼
  228 1
请看微软官方的代码:
https://msdn.microsoft.com/en-us/library/dd183402(v=vs.85).aspx
代码中只能搜索出一处Selec...
巨大八爪鱼 6-24  巨大八爪鱼
  198 2
#include <stdio.h>
#include <Windows.h>
#include "resource.h"
int main(vo...
巨大八爪鱼 6-20  巨大八爪鱼
  209 3
/* 光标移到开头 */
SetFocus(hwndEdit);
Edit_SetSel(hwndEdit, 0, 0);
/* 取消选中, 光标将出现在选中文字末尾 *...
巨大八爪鱼 6-16  巨大八爪鱼
  221 3
巨大八爪鱼 6-15  巨大八爪鱼
  312 12
源代码下载地址:https://github.com/notepad-plus-plus/notepad-plus-plus/releases/tag/v6.9.2
解压后,VS工程文件位于...
巨大八爪鱼 6-15  巨大八爪鱼
  171 0
About
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor a...
巨大八爪鱼 6-15  巨大八爪鱼
  577 22
[1]
hfontCaption = (HFONT)GetStockObject(DEFAULT_GUI_FONT);
运行结果:
文本框、单选框、复选框完全无法显示。...
巨大八爪鱼 5-24  巨大八爪鱼
  409 8
巨大八爪鱼 5-24  巨大八爪鱼
  191 3
int CALLBACK FontExistsProc(const LOGFONT *lpelfe, const TEXTMETRIC *lpntme, DWORD FontType, LPARAM...
巨大八爪鱼 5-24  巨大八爪鱼
  152 1
这是因为在Windows.h头文件中定义NULL宏时会进行语言判断。
如果当前语言是C语言,就把NULL定义为(void *)0,
如果是C++的话就直接定义为0
巨大八爪鱼 5-23  巨大八爪鱼
  221 4
巨大八爪鱼 5-4  巨大八爪鱼
  505 15
ScrollWindow(hWnd, 水平滚动量, 垂直滚动量, NULL, NULL);
UpdateWindow(hWnd);
当水平滚动量为负时向左滚动,为正时向右滚动。...
巨大八爪鱼 4-27  巨大八爪鱼
  460 9
【运行效果】
巨大八爪鱼 4-26  巨大八爪鱼
  167 2
6595-b64-144-ccf-1df
分成五段记忆
其中最中间的是12的平方——144
第二个可以理解为bin-64位
第四个的第二、三个字母刚好是CF...
巨大八爪鱼 4-25  巨大八爪鱼
  192 0
例如,下面的程序可以正常运行:
#include <Windows.h>
class MyClass : public WNDCLASSEX
{...
巨大八爪鱼 4-16  巨大八爪鱼
  157 1
【程序1】
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
vo...
巨大八爪鱼 3-26  巨大八爪鱼
  112 0
#include "stdafx.h"
#include <Windows.h>
#include <stdio.h>
int _tmain(i...
巨大八爪鱼 3-26  巨大八爪鱼
  334 2
【程序】
// ExploreFolder.cpp : Defines the entry point for the console application.
//
#...
巨大八爪鱼 3-26  巨大八爪鱼
  142 0
【程序】
#include "stdafx.h"
#include <Windows.h>
#define echo(str) WriteConsole(hC...
巨大八爪鱼 3-26  ----
  417 5
巨大八爪鱼 3-13  巨大八爪鱼
  209 0
GetVolumeInformation(TEXT("G:\\"), NULL, NULL, NULL, NULL, NULL, NULL, NULL);
if (GetLastError...
巨大八爪鱼 3-3  巨大八爪鱼
  263 0
親愛的用戶:歡迎來到Windows API吧,阿斯蘭侃吧歡迎您的到來~
請先閱讀我們的社區準則:
https://zh.arslanbar.net/documents/...
侃吧管理员 3-3  侃吧管理员
  278 7
巨大八爪鱼 2-28  巨大八爪鱼
  292 8
巨大八爪鱼 2-25  巨大八爪鱼

發表帖子

標題:
內容:
用戶名: 您目前是匿名發表
驗證碼:
(快捷鍵:Ctrl+Enter)

本吧信息

本吧粉絲:0
會員: 會員0
分類:無

檔案

載入中...
 
©2010-2024 Arslanbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。