On Sat, 4 Mar 2000, Darren Logan wrote: > Good day to you, Like wise. > > I'm in the early development stages of creating a bundle > of ActiveX controls for the electronics engineer to use in > his / her windows applications (such as Visual Basic, Delphi, > Visual C or any other language which supports ActiveX technology). > > The controls will consist of LED's, Bargraphs, LCD displays, > Relays etc. etc. > > I'm giving away the relay control FREE. It's real easy to use. What a coincidence, I'm actively working in X and my stuff is free too - free in the sense of freedom and not as in free beer. > A Visual Basic example: > > 1) Add the relay control to your VB project in the normal way. > It's called Relay.ocx > > Place the relay onto your form. The control will appear as > a graphic of a relay in the "open" state, and by default is > given the name Relay1 > > To change the relay state, put the following code into your > VB app (maybe associated with button clicks): > > To open the relay add the code: > > Relay1.State = "open" > > To close the relay add the code: > > Relay1.State = "closed" > > That's it! In my project, gpsim, we'll be working on module interfaces shortly. I don't have a relay yet, but the LCD is coming around: http://www.dattalo.com/gnupic/lcd.html I unfortunately don't have a Visual Basic interface although the interfaces are basically visual. In fact I don't support any language in particular, but I suppose any language that can open dynamic libraries would work okay. > > If you would like the relay control for FREE, please e-mail me > at dazlogan@aol.com with the subject heading as "Free relay control" > > If you have any ideas as to a) how this control could be improved or b) GPL ? Scott