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 wOOdy-Soft 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: *

  1. GreenKnight

    How do I make TSplitter an ActiveX control?

    I have a TSplitter on a panel, which I then make into an ActiveX control (using Delphi 5's wizard). When I click on the Splitter at runtime, I get a "Component 'mySplitter' has no parent window. Does anyone know of a fix/workaround for this? or do I have to write my own splitter control?
  2. GreenKnight

    Create a TGraphicControl with transparent sections

    To create a graphic component with transparent sections, add a message handler for CM_HITTEST. This passes a point to the control, and expects an 'HT' constant return value (see the Windows unit). Return HTNOWHERE if the point is in an invisible section, or HTCLIENT if it's in the other bit...
  3. GreenKnight

    Automatically update VersionInfo in packages AND projects?

    Hi, I currently have a system with about 7 packages, and 20-ish projects. Each time I release a new version, I'd like to be able to update some of the VersionInfo (eg. product version, Copyright, File version) to be consistant. I am using Delphi 5. Currently, we have a DOS batch file which...
  4. GreenKnight

    How do I change data DataSet read from a file?

    Hi, I am trying to transport specific data from one (Oracle) database to another. At the moment I am exporting a series of datasets to XML files (using TADODataSet.SaveToFile(<filename>, pfXML);). I want to load the tables into new datasets, and manipulate the fields in the dataset prior to...

Part and Inventory Search

Back
Top