Last time I created a blog called 'Controlling the Panel from Within' which I posted in Weblogs. http://weblogs.foxite.com/sandstorm36/2009/05/07/controlling-the-panels-from-within/
While I showed there how we can do that, it is limited to controlling just the main applet. It do not show how we can dig down from within that applet. This is actually supposed to be titled 'Drilling Down an Applet' but readers may say, what the heck is that? So I instead named this as above.
On my first blog, I showed the way to gather all applets into a form and allows user to call those applets from that listbox using ShellExecute(). Here we will use RUNDLL32 instead. While the same can only open the main applet again, we can employ scripting here to drill down further to objects inside that applet.
While I showed there how we can do that, it is limited to controlling just the main applet. It do not show how we can dig down from within that applet. This is actually supposed to be titled 'Drilling Down an Applet' but readers may say, what the heck is that? So I instead named this as above.
On my first blog, I showed the way to gather all applets into a form and allows user to call those applets from that listbox using ShellExecute(). Here we will use RUNDLL32 instead. While the same can only open the main applet again, we can employ scripting here to drill down further to objects inside that applet.