Skip to main content

Active session name from focused tab

  • January 1, 2019
  • 2 replies
  • 1 view

Dominique Sacre
Forum|alt.badge.img+2

Hi All, I am looking for the way to identify active session of rumba out of multiple opened windows\\tabs using c#. I can query current open sessions and get list. But not able to detect on which session user is working. Please help me.


#Rumba9.5
#Rumba

2 replies

Dominique Sacre
Forum|alt.badge.img+2

Hi All, I am looking for the way to identify active session of rumba out of multiple opened windows\\tabs using c#. I can query current open sessions and get list. But not able to detect on which session user is working. Please help me.


#Rumba9.5
#Rumba
Hi Raman,

if you are using unique session files names then you should be able to ID which session is active by reading the Frame's titlebar text using GetWindowText from User32.dll

Tom

Dominique Sacre
Forum|alt.badge.img+2

Hi All, I am looking for the way to identify active session of rumba out of multiple opened windows\\tabs using c#. I can query current open sessions and get list. But not able to detect on which session user is working. Please help me.


#Rumba9.5
#Rumba
Hi Raman,

if you are using unique session files names then you should be able to ID which session is active by reading the Frame's titlebar text using GetWindowText from User32.dll

Tom