Hi,
I am an experienced PB developer, started with v3, but I am struggling with dotNet. So much does not seem to make sense.
One thing in particular is worrying me. Let's say I create a customised commandButton, in classic I just dragged onto a surface and lo and behold we were up and running. This does not work in dotNet - why? Is there a workaround?
When importing an app from Classic it seemed as if it was writing any code in the control to each object that contains control, or is that just how it looks? So if my customised commandButton contained a function of_func() and the button was used 10 times then the code in of_func() gets written out 10 times?????? Someone please tell me I am wrong.
Thanks