I\'m using Windows Vista and C#.net 3.5, but I had my friend run the program on XP and has the same problem.
So I have a C# program that I have running in the backgr
Try this (where this is your form):
this
this.Bounds = Screen.PrimaryScreen.Bounds; this.TopMost = true;
That'll set the form to fullscreen, and it'll cover the taskbar.