⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mycombobox.h

📁 SQLBig5BugTool 宽字符操作问题
💻 H
字号:
// MyComboBox.h: interface for the CMyComboBox class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MYCOMBOBOX_H__0CD90723_B620_4575_9601_6DD4D6FEF17D__INCLUDED_)
#define AFX_MYCOMBOBOX_H__0CD90723_B620_4575_9601_6DD4D6FEF17D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

void SaveComboBox(
				  CComboBox*	pComboBox,
				  const char*	pszIniFile,
				  const char*	pszSection
				  );

void LoadComboBox(
				  CComboBox* pComboBox,
				  const char*	pszIniFile,
				  const char*	pszSection
				  );

BOOL ChooseFolderWithComboBox(
							  CComboBox*	pComboBox,
							  const char*	pszChooseFolderTitle,
							  const char*	pszIniSection,
							  const char*	pszIniFile,
							  const DWORD   dwMaxItem,
							  HWND			hWnd
							  );

class CMyComboBox  
{
public:
	CMyComboBox();
	virtual ~CMyComboBox();

};

#endif // !defined(AFX_MYCOMBOBOX_H__0CD90723_B620_4575_9601_6DD4D6FEF17D__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -