|
-
Sep 9th, 2009, 08:32 AM
#1
Thread Starter
Lively Member
Adding controls to programs
this might sound like a dumb question but im not sure how to accomplish this. I have a client that wants me to put certain buttons and menus at the top of applications they have purchased. No source code or development tools of it, but he insists it has been done before. I dont know of any ways to add anything to existing executable applications without having any type of documentation from the developer. Can anyone tell me if my understanding is correct, and if i would have to get some sort of documentation from the developer in order to build off of their application. They are .NET applications.
-
Sep 9th, 2009, 11:32 AM
#2
Re: Adding controls to programs
Hey,
What sort of buttons are you talking about? You are going to have to provide some more information than what you have already.
I know of one application that does what I think you are talking about, and this is called UltraMon:
http://www.realtimesoft.com/ultramon/
It adds two buttons to the top of every window you have open, and allows you to alter the size of the window, and transfer it to another monitor (in a multi-monitor environment).
From what I understand, this isn't an easy thing to achieve though, and requires low level knowledge of the Windows API.
Gary
-
Sep 9th, 2009, 11:54 AM
#3
Thread Starter
Lively Member
Re: Adding controls to programs
yeah, that exactly what i mean. Something like what ultramon does. but not necessarily in the top blue tool bar, but anywhere on the screen. but im sure its done in a similar way.
-
Sep 9th, 2009, 12:10 PM
#4
Re: Adding controls to programs
Hey,
That is an area that I have very little experience in, so I am not going to be able to help you any further, but I am sure someone will come along with an idea.
Gary
-
Sep 10th, 2009, 05:41 PM
#5
Re: Adding controls to programs
I think adding something to the windows title bar is quite different to adding extra buttons etc actually inside another application. I know you can 'draw' on other applications using Windows APIs so I'm assuming that is what has been done before but like Gary I'm afraid it is not something I have much experience with..
-
Sep 11th, 2009, 01:15 AM
#6
Re: Adding controls to programs
Hey,
From what I understand as well, it is not something to be undertaken lightly. I am not aware of any tutorials for this type of thing either, but google might turn up something.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|