Interop Forms Toolkit
The final piece of the puzzle
One of the things I have always wanted to do was to be able to expose the objects contained in the Usercontrol as well as their properties without writing thousands of Set and Get statements. After all if you take a simple
Read More
Exposing properties
In previous posts I used the example of creating a toolstrip
as an Activex. I showed how the Click could be exposed and trapped in VFP:I, II & III
In this post I will show how the various properties
Read More
True Multithreading in VFP
In this 4th part I will describe here a way of
obtaining true multi threading with VFP and the Interop Toolkit Usercontrol. As
you know this is impossible in VFP alone although there are some ways of
achieving this through
Read More
Part 3 – Adding and Enabling a Menu Strip
In this post I will expand on my other posts (1 & 2 ) and show how we can add a menu strip and use it from VFP. You will need to download the source code supplied in the previous post to follow
Read More
Part 2 - Properties and More Events
Today I will show how we can add additional controls as well as expose properties of those controls in our Activex.
If you haven't already please read Part 1 of the post.Open the project in vbExpress
Read More
Part 1 - Installation, Control Creation & Events
Microsoft have recently released the Interop Forms Toolkit 2.0 at http://msdn2.microsoft.com/en-us/vbasic/aa701259.aspx . This toolkit allows developers to create Activex controls that
Read More