Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tolemac
  • Content: Threads
  • Order by date
  1. tolemac

    Handler of a mdi child window

    Hi ! Here is my problem... I want to send some messages to a child window from a MDI application. To do this I need the handler of that child window. I've tried to use FindWindow, but FindWindow is searching only through top level windows. I have the name of the MDI application and the name of...
  2. tolemac

    Problem with custom component

    Hi! Is there any possibility to know when the size of a component has changed? I'm trying to make my own button component and I need to know when the size of a button has changed. (I’m putting a picture on the button and I have to scale the picture to fit the button if its size has changed). I...
  3. tolemac

    Generating keyboard events

    Hi, I'm trying to make an application that sends keyboard events to other applications. For example if I want to auto complete the fields of a form (like name, address, phone no., etc. ) I need to generate some keyboard events like: <name> <tab> <address> <tab> <phone no.> The problem is that i...
  4. tolemac

    Problems customizing TreeView

    Hi! I’m having problems customizing a TreeView. I have a tree that contains two kinds of nodes: nodes that have children and nodes that don’t have children (leafs). I want to display only the nodes that are not leafs in the tree view. I’m having also a ListView where I’m displaying the content...

Part and Inventory Search

Back
Top