Skip to content

Instantly share code, notes, and snippets.

View bg1bgst333's full-sized avatar
😐

B.G bg1bgst333

😐
View GitHub Profile
@bg1bgst333
bg1bgst333 / LV_GELVS.cpp
Created January 31, 2026 02:37
ListView_GetExtendedListViewStyle
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / NM_KILLFOCUS.cpp
Created January 30, 2026 11:36
NM_KILLFOCUS
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / MainWindow.cpp
Created January 30, 2026 01:54
CWindow::OnCbnSelChange
// ヘッダのインクルード
// 既定のヘッダ
#include <windows.h> // 標準WindowsAPI
#include <stdio.h> // C標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダ
#include "MainWindow.h" // CMainWindow
#include "FileDialog.h" // CFileDialog
#include "CustomEdit.h" // CCustomEdit
//#include "EncodingComboBox.h" // CEncodingComboBox
@bg1bgst333
bg1bgst333 / NM_SETFOCUS.cpp
Created January 29, 2026 03:22
NM_SETFOCUS
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / LVN_DELETEALLITEMS.cpp
Created January 28, 2026 04:43
LVN_DELETEALLITEMS
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / ListView_DeleteAllItems.cpp
Created January 27, 2026 01:17
ListView_DeleteAllItems
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / LVN_DELETEITEM.cpp
Created January 26, 2026 03:50
LVN_DELETEITEM
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / LVN_INSERTITEM.cpp
Created January 25, 2026 13:15
LVN_INSERTITEM
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / NM_RCLICK.cpp
Created January 25, 2026 00:50
NM_RCLICK
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / NMLVKEYDOWN.cpp
Created January 23, 2026 11:28
NMLVKEYDOWN
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <windowsx.h> // マクロ
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID