W Wagon Oct 29, 2006 #1 Is there a way to creat an application that will put a control in the title bar of every other running application?
Is there a way to creat an application that will put a control in the title bar of every other running application?
B Bryan Phillips Oct 29, 2006 #2 Technically, yes. It will require you to inject code into the target processes. See this article for more info: http://www.codeproject.com/threads/winspy.asp Bryan Phillips MCSD, MCDBA, MCSE Blog: http://bphillips76.spaces.live.com
Technically, yes. It will require you to inject code into the target processes. See this article for more info: http://www.codeproject.com/threads/winspy.asp Bryan Phillips MCSD, MCDBA, MCSE Blog: http://bphillips76.spaces.live.com
M Mattias Sjögren Oct 29, 2006 #3 Technically, yes. It will require you to inject code into the target processes. Click to expand... And that's not something you want to do with managed code. Mattias
Technically, yes. It will require you to inject code into the target processes. Click to expand... And that's not something you want to do with managed code. Mattias
J James Oct 30, 2006 #4 I seen other apps put things like clocks on the toolbar. Also I only really know vb.net