Locating Windows taskbar
-
I need to know where the taskbar is in my C#, WinForms app. I tried googling as well as searching the MSDN for something useful but nothing came up apart from that: http://msdn.microsoft.com/en-us/library/bb787949(VS.85).aspx[^] and I don't know what's the easiest way insert WinAPI code into a C# application. Or perhaps there's a better way? TIA, Greg
-
I need to know where the taskbar is in my C#, WinForms app. I tried googling as well as searching the MSDN for something useful but nothing came up apart from that: http://msdn.microsoft.com/en-us/library/bb787949(VS.85).aspx[^] and I don't know what's the easiest way insert WinAPI code into a C# application. Or perhaps there's a better way? TIA, Greg
The easiest way to use WinaApi in C# is P/Invoke[^]
Giorgi Dalakishvili #region signature my articles #endregion
-
I need to know where the taskbar is in my C#, WinForms app. I tried googling as well as searching the MSDN for something useful but nothing came up apart from that: http://msdn.microsoft.com/en-us/library/bb787949(VS.85).aspx[^] and I don't know what's the easiest way insert WinAPI code into a C# application. Or perhaps there's a better way? TIA, Greg
-
I need to know where the taskbar is in my C#, WinForms app. I tried googling as well as searching the MSDN for something useful but nothing came up apart from that: http://msdn.microsoft.com/en-us/library/bb787949(VS.85).aspx[^] and I don't know what's the easiest way insert WinAPI code into a C# application. Or perhaps there's a better way? TIA, Greg