资源简介
自绘了CComboBox,给了一点效果,和下拉框ListBox的选中颜色修改。
代码片段和文件信息
#include “stdafx.h“
#include “BitComboBox.h“
#include
#include “resource.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
int nListBoxTextLeft = 0;
static WNDPROC m_pWndProc = 0;
//----------------------------------------------------------------------
// Description : The list box control in combo box is actually owned by window so we let all the messages
// handled by windows.
// Return type : extern “C“
//----------------------------------------------------------------------
extern “C“ LRESULT FAR PASCAL BitComboBoxListBoxProc(HWND hWnd UINT nMsg WPARAM wParam LPARAM lParam)
{
//TRACE(“BitComboBoxListBoxProc 0x%.4X\n“nMsg);
return CallWindowProc(m_pWndProc hWnd nMsg wParam lParam)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5977 2011-09-29 16:53 CCombobox\CCombobox\CCombobox.vcproj
文件 2927 2011-09-29 09:24 CCombobox\CCombobox\ReadMe.txt
文件 459 2011-09-29 09:24 CCombobox\CCombobox\CCombobox.h
文件 1688 2011-09-29 09:24 CCombobox\CCombobox\CCombobox.cpp
文件 2489 2011-09-29 09:24 CCombobox\CCombobox\stdafx.h
文件 140 2011-09-29 09:24 CCombobox\CCombobox\stdafx.cpp
文件 365 2011-09-29 09:24 CCombobox\CCombobox\res\CCombobox.rc2
文件 21630 2005-09-23 09:25 CCombobox\CCombobox\res\CCombobox.ico
文件 1270 2011-09-29 09:28 CCombobox\CCombobox\res\bitmap1.bmp
文件 1270 2011-09-29 09:28 CCombobox\CCombobox\res\bitmap2.bmp
文件 5334 2011-09-28 10:52 CCombobox\CCombobox\res\comboxSelect.bmp
文件 3894 2011-09-26 17:23 CCombobox\CCombobox\res\combobox.bmp
文件 1427 2011-09-29 16:53 CCombobox\CCombobox\CCombobox.vcproj.PC-201101042318.Administrator.user
文件 771 2011-09-29 09:30 CCombobox\CCombobox\Resource.h
文件 656 2011-09-29 09:31 CCombobox\CCombobox\CComboboxDlg.h
文件 63792 2011-09-29 09:48 CCombobox\CCombobox\CCombobox.aps
文件 5349 2011-09-29 09:48 CCombobox\CCombobox\CCombobox.rc
文件 2663 2011-09-29 09:48 CCombobox\CCombobox\BitComboBox.h
文件 2951 2011-09-29 09:49 CCombobox\CCombobox\CComboboxDlg.cpp
文件 10186 2011-09-29 09:55 CCombobox\CCombobox\BitComboBox.cpp
文件 892 2011-09-29 09:24 CCombobox\CCombobox.sln
..A..H. 13312 2011-09-29 16:53 CCombobox\CCombobox.suo
文件 157 2011-09-29 09:52 CCombobox\readMe.txt
目录 0 2011-09-29 09:24 CCombobox\CCombobox\res
目录 0 2011-09-29 09:24 CCombobox\CCombobox
目录 0 2011-09-29 09:24 CCombobox
----------- --------- ---------- ----- ----
149599 26
- 上一篇:UndoAndRedo
- 下一篇:05实验五使用PGP实现电子邮件安全
评论
共有 条评论