This question is more academic at this point. I know we can call functions in a DLL using External function declarations in PB. Is there a way to use C++ classes and methods directly in PB? How about .Net classes? With PB12.x being more .net oriented, I am wondering if you can mix PB and .net classes. (Sorry if I am way off here, I am still stuck in PB 10, and trying to jump into 12.x world!).
Here is a little background. I am working on a little tool to enumerate windows in PB. (I got some sample code and expanding). I also looked at a sample in AutoIt script. There when you select a control, it highlights the control in the original window by drawing a box around it. To do this, they use a GDIPlus function. While researching on how to use a GDIPlus in PB, I stumbled on a PB Miner page and found corresponding class methods on this Microsoft page about Bitmap functions. Is there a way to use these wrapper classes/methods directly in PB?
Thanks in advance.
Sam