How to create Form which will be taked into account by other desctop appication like Microsoft Shared View
-
Problem: I need write app which will be placed at top of desktop and will lay all time when user works at pc, other Apps should not repaint my app, user have to see data at my form, or say it using other words, other apps shoud forget about location which is used by my app, so when my app is running and for example notepad.exe is running and I pressed maximize for notepad, it should be miximized at height == (Desktop.Height - myApp.Height) and location of notepad will be set to Point(0, myApp.Height) I set topmost to true and hide captions\title and other controll button but of course it does not allow. So question: how to implement it?
-
Problem: I need write app which will be placed at top of desktop and will lay all time when user works at pc, other Apps should not repaint my app, user have to see data at my form, or say it using other words, other apps shoud forget about location which is used by my app, so when my app is running and for example notepad.exe is running and I pressed maximize for notepad, it should be miximized at height == (Desktop.Height - myApp.Height) and location of notepad will be set to Point(0, myApp.Height) I set topmost to true and hide captions\title and other controll button but of course it does not allow. So question: how to implement it?
imho, I found solution: find here: http://www.codeproject.com/KB/shell/csdoesshell3.aspx question is closed, ps: just create right google question =)