本文介绍了如何在listctrl报告屏幕中获取记录的信息。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在ListCtrl报告样式屏幕的显示中,我想获取我点击或双击的任何行的信息。



有人建议我使用最简单的ListCtrl,我可以看到非常罕见的例子。

直接说,当我点击ListCtrl的屏幕时,我想知道鼠标的位置,名称,年龄,一个记录信息的地址包括行索引和列序列。



谢谢



我尝试过:



这是我项目的长期痛苦。一个键可以解决很多锁。

In the show of the ListCtrl report style screen, I want to get the informations of any row which I click or double clicking.

Someone advised me to use tictest of ListCtrl, I can see very rare examples about it.
Directly speaking, When I clicked the screen of ListCtrl, I want to know the position of mouse, name,age, addresses of one record informations including the row index and column sequences.

Thank you

What I have tried:

This is very long suffering of my projects. One key may solve many locks.

推荐答案


这篇关于如何在listctrl报告屏幕中获取记录的信息。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 09:31