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 bkrike 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: Zoilus
  • Content: Threads
  • Order by date
  1. Zoilus

    Simple pointer question

    Hi, I have a problem with some pointer. I want to have access to some component of a Form within a thread, and to do so, I initialise the pointer in my Thread to the component of my form. Here's that small part of my code: // The part from my form where I create, initialise and start my thread...
  2. Zoilus

    Thread question + sleep method

    Hi, I have a thread that needs some components from the Form it was called by. I thought of creating a new method Create that would require in his parameters these components, and then set them so I can use them in my thread (I suspect there is a better way to do it). But, when I change the...
  3. Zoilus

    Images... bring to front?

    Hi, I have a TImage component which has a small transparent area in it, and I can't bring it to the front of the application, above other panels. Is it possible to do that with Images component? If not, is there any way to have a panel containing a image, or an image component that has the...
  4. Zoilus

    Transparent panel?

    Hi, I would like to have transparent panel, to see everything that is below it. Is there any way to do that? Thanks

Part and Inventory Search

Back
Top