在另一个进程中获取并设置flexgrid单元格值 [英] get and set flexgrid cell value in another process

查看:118
本文介绍了在另一个进程中获取并设置flexgrid单元格值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿伙计们,



我想在另一个过程中设置弹性网格单元格值,我该怎么做?



我知道可以通过子类化和挂钩并将代码注入到另一个进程空间来完成,对我来说很难,如果有一个示例可以证明我会很感激。



问候

Sameh Nabeel

Hey guys,

I want to get and set flex grid cell value in another process , how can I do that ?

I know that is can be done by sub classing & hooking and inject code to the another process space , it is difficult for me, I will be appreciate if there is an example to demonstrate.

Regards
Sameh Nabeel

推荐答案

在vb6

我正在使用MSHFLEXGRID1获取特定的单元格值



In vb6
I am using MSHFLEXGRID1 to get perticular cell value

Dim MyCellValue as integer 'Integer or String as per your requirement

MyCellValue = MSHFlexGrid1.TextMatrix(0, 1)  ''0 stand for Row and 1 is for column





如果您有任何疑问,请告诉我。



If you have any query please let me knopw.


这篇关于在另一个进程中获取并设置flexgrid单元格值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆