topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:24 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: (Removed) Free ActiveX Controls for Programmers  (Read 7357 times)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
(Removed) Free ActiveX Controls for Programmers
« on: March 19, 2009, 02:35 PM »
I've used these ActiveX Controls in a lot of my own programs and they are available for download with documentation.  They can be installed in IDEs that support ActiveX such as Visual Studio, Delphi etc..
They are "invisible at runtime" ActiveX Controls.  It amounts to a Delphi component that can be installed in any IDE that supports ActiveX, and dropped on a program form like a Delphi or VS control.

They are more designed to work with compiled code although there doesn't seem to be any problem with C# and event functioning.  With AutoIt3 and Python events don't fire as expected probably due to the line by line execution of script.

One is a pretty Windows Message Dialog type.
The other is a "single instance" type with command tail transfer.

I first coded them in 2001 so I think I have most of the bugs out by now. :)

They are free for use at your own risk.

http://www.favessoft.com/activex.html

« Last Edit: October 30, 2010, 01:12 PM by MilesAhead »

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Free ActiveX Controls for Programmers
« Reply #1 on: March 22, 2009, 04:03 PM »
I just uploaded a COM container for Delphi 5 TIniFile component. Assigning a name to the FileName property creates or opens an existing .ini file. The COM container just reflects all methods into the contained TIniFile component.  Can be used by Windows compiled or scripting languages that can create objects via a Type Library.  The download has both .hlp and HtmlHelp.  The IniFileLibVB.chm has examples of creating DIniFile (the CoClass) objects using Python, VB and VC++ (using VC++ smart pointers in the VC++ example.)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Free ActiveX Controls for Programmers
« Reply #2 on: March 30, 2009, 04:38 PM »
Let me say thank you for sharing these.

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: Free ActiveX Controls for Programmers
« Reply #3 on: March 30, 2009, 05:35 PM »
Let me say thank you for sharing these.

You are most welcome.  I hope those who use them have a smile rather than a bald patch from ripping their hair out. I think I got all the bugs anyway. :)

MilesAhead

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 7,736
    • View Profile
    • Donate to Member
Re: (Removed) Free ActiveX Controls for Programmers
« Reply #4 on: October 30, 2010, 01:14 PM »
I've removed the ActiveX Page along with GradDlg and TellTail ActiveX Controls.  I just don't want to see them anymore. 10+ years is enough! :)

Plus, at least for instance control, I've found ways of doing it without flicker.
Time for old code to die. :)

http://www.favessoft...om/changes.html#Site