When creating an association in ECO you are not guaranteed the order in which the objects at the end of the association will be presented. For this reason ECO provides a...
I'm designing a new piece of software using ECO Modeler, which I will implement using ECO 2.As I have been modelling the business classes I have been paying special attention to...
This is just a quick set of instructions rather than a comprehensive article. It is a copy of a posting I made in a Borland newsgroup...
I'll give you an example of one...
You may have noticed a couple of new icons at the top right of each article? The first new icon shows 5 grey stars, these fill up as gold stars as people specifying a rating...
I recently took a photo of my little boy. He was sitting on top of the car and I took the picture through the open sunroof. In the background you could see a blue sky with white...
Here is a handy tip. If ever you need to find a right angle, yet haven't got a right angle tool to hand you can use a simple mathematics trick (yes, your mathematics teacher...
Before I start I want to point out that this is not a product review. I have found an excellent way to debug ISAPI DLLs and it happens to require a very inexpensive tool. I...
ECO allows you to add TaggedValues (name/value pair) to your model at design time. Here is how to retrieve the value of a TaggedValue at runtime.
obj.AsIObject() gives IObject...
Dim startInfo As System.Diagnostics.ProcessStartInfo Dim pStart As New System.Diagnostics.Process
startInfo = New System.Diagnostics.ProcessStartInfo("C:\file.exe")
...
Have you ever needed a RowChanged event on a DataGrid so you can detect when the user scrolls through your data? If so you have probably noticed that there isn't one.
To...