G Guest Apr 6, 2004 #1 Hi, does anyone knows how to get the application name for the active window? Any help is appreciated.
Hi, does anyone knows how to get the application name for the active window? Any help is appreciated.
C CJ Taylor Apr 6, 2004 #2 system.Windows.Forms.Application.ProductName mikkel said: Hi, does anyone knows how to get the application name for the active Click to expand... window? Any help is appreciated.
system.Windows.Forms.Application.ProductName mikkel said: Hi, does anyone knows how to get the application name for the active Click to expand... window? Any help is appreciated.
A Armin Zingler Apr 6, 2004 #3 mikkel said: Hi, does anyone knows how to get the application name for the active window? Any help is appreciated. Click to expand... D 1. API Function GetForegroundwindow 2. GetWindowThreadProcessId 3. System.Diagnostics.Process.GetProcessById 4. Access the process properties -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
mikkel said: Hi, does anyone knows how to get the application name for the active window? Any help is appreciated. Click to expand... D 1. API Function GetForegroundwindow 2. GetWindowThreadProcessId 3. System.Diagnostics.Process.GetProcessById 4. Access the process properties -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
C CJ Taylor Apr 6, 2004 #4 Should have read the question better... then again, subject is misleading... apologies.