awaisji2001
(Awais Ali Qamar)
1
Hi, Here is a problem. The problem is that in this equation Enumerable.Range(0,15) how i make 0 and 15 indexes generic in this scenario.
The main purpose is to scroll until the first message. In some cases, messages are in small numbers but in some cases, messages are in large numbers.
The question is that how I pass the generic indexes to Enumerable.Range(0,15) this equation ??
Karun
(Karun Kumar Nalam)
2
did you try send hot key with indicating the message window only?
awaisji2001
(Awais Ali Qamar)
3
Yeah I send hotkay with pgup but the message window scroll up a little not until first message
Karun
(Karun Kumar Nalam)
4
Try to use Home key instead of PgUp .
awaisji2001
(Awais Ali Qamar)
5
No, It is not working it works only one time and when new messages are loaded then it is not paged up
Karun
(Karun Kumar Nalam)
6
for your requirement the send hot key should be in infinite loop like executing for every 30 sec.
awaisji2001
(Awais Ali Qamar)
7
But what is its ending point ??