Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目由两个对话框组成。
第一个包含用于搜索特定记录的ado 数据控件和数据网格。
结果显示在DataGrid中
双击网格的行假设打开详细信息对话框,其中包含单击的行中的记录。
我正在使用mfc visual c++6
任何帮助,将不胜感激。
您可以使用 MFC Grid 控件进行网格显示,并且可以捕获网格控件的双击事件。
mfc网格的详细实现在以下链接中给出。
http://www.codeproject.com/Articles/8/MFC-Grid-control-2-27