Lync - Auto popup new messages


i found code on page:

http://social.technet.microsoft.com/forums/en-us/ocspresenceim/thread/0f6b05ca-6e02-48b5-a88a-ed44e3ebed1e/#9f1a043f-b732-4272-b4cb-d9d851375a0e

can me convert code c# (console)?

;#notrayicon  detecthiddenwindows, on  script_hwnd := winexist("ahk_class autohotkey ahk_pid " dllcall("getcurrentprocessid"))  detecthiddenwindows, off  dllcall("registershellhookwindow", "uint", script_hwnd)  onmessage(dllcall("registerwindowmessage", "str", "shellhook"), "shellevent")  shellevent(wparam, lparam) {  	if (wparam = 0x8006) ; hshell_flash  	{     		winget,process,processname, ahk_id %lparam%  		ifinstring, process, communicator.exe  		{  			sleep 2000  			winactivate, ahk_id %lparam%  		}  	}  }  

hi anastasius80,

i'm trying involve senior engineers issue , take time. patience appreciated.

thanks understanding.


bob shen [msft]
msdn community support | feedback us



Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user