Quote:
Originally Posted by Cableguy
Got it working but be advised, theres an error at line 21
Code:
Formlib1.New1("Form1",B4Pobject1)
Should be
Code:
Formlib1.New1("Form1",B4Pobject(1))
|
Well spotted. However it works because I don't use anything in Formlib that calls back into B4PPC so in this instance B4PObject1 is just a placeholder.
Quote:
|
Also, some controls background color is not the same as the form's...
|
Come on! It's only a rough demo of capabilities not a polished app! (Actually I quite like the look)
