Skip to content

Instantly share code, notes, and snippets.

View bg1bgst333's full-sized avatar
😐

B.G bg1bgst333

😐
View GitHub Profile
@bg1bgst333
bg1bgst333 / TreeView_GetSelection.cpp
Created September 19, 2025 03:08
TreeView_GetSelection
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / TVN_BEGINLABELEDIT.cpp
Created September 18, 2025 01:28
TVN_BEGINLABELEDIT
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / TreeView_SetImageList.cpp
Created September 17, 2025 06:29
TreeView_SetImageList
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / TreeView_InsertItem.cpp
Created September 17, 2025 00:52
TreeView_InsertItem
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / WC_TREEVIEW.cpp
Created September 16, 2025 11:55
WC_TREEVIEW
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / ListView_FindItem.cpp
Created September 16, 2025 03:46
ListView_FindItem
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / ListView_SortItems.cpp
Created September 14, 2025 18:50
ListView_SortItems
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / MainWindow.cpp
Created September 13, 2025 02:00
CTextFile::DetectEncoding
// ヘッダのインクルード
// 既定のヘッダ
#include <stdio.h> // C標準入出力
// 独自のヘッダ
#include "MainWindow.h" // CMainWindow
#include "FileDialog.h" // CFileDialog
#include "resource.h"
// ウィンドウクラス登録関数RegisterClass.
BOOL CMainWindow::RegisterClass(HINSTANCE hInstance) {
@bg1bgst333
bg1bgst333 / LVN_COLUMNCLICK.cpp
Created September 11, 2025 06:47
LVN_COLUMNCLICK
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID
@bg1bgst333
bg1bgst333 / ListView_EditLabel.cpp
Created September 10, 2025 11:47
ListView_EditLabel
// ヘッダファイルのインクルード
// 既定のヘッダファイル
#include <windows.h> // 標準WindowsAPI
#include <tchar.h> // TCHAR型
#include <stdio.h> // 標準入出力
#include <commctrl.h> // コモンコントロール
// 独自のヘッダファイル
#include "resource.h" // リソースID