Results 1 to 6 of 6

Thread: Adding controls to programs

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2007
    Posts
    127

    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.

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2007
    Posts
    127

    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.

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  5. #5
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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..
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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
  •  



Click Here to Expand Forum to Full Width