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?
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.