I think a lot of PB users would like a VB IDE eq. for PB.
The part i really hate in VD's like VB and Borland is not being able making use of a combination of forms and using createwindow API togheter.
VB will not 'see' a control created with the Windows API.
Maybe i'm the only one but i love this low level Windows way(wndproc, select cases etc..)
If you learn how to use the wndproc, it's in fact rather simple. (mostly)
Sure i can add a usercontrol on a VB form wherein i place a control from a DLL or so.
I think an evt. VD for PB should produce plain winapi statement so, that afterwards controls could be removed or added etc..
The system should be 'aware' of the changes (or: not care at all).
I.o.w. it should not have any impact on the VD code and vice versa.
What do you think?
------------------
[email protected]
The part i really hate in VD's like VB and Borland is not being able making use of a combination of forms and using createwindow API togheter.
VB will not 'see' a control created with the Windows API.
Maybe i'm the only one but i love this low level Windows way(wndproc, select cases etc..)
If you learn how to use the wndproc, it's in fact rather simple. (mostly)
Sure i can add a usercontrol on a VB form wherein i place a control from a DLL or so.
I think an evt. VD for PB should produce plain winapi statement so, that afterwards controls could be removed or added etc..
The system should be 'aware' of the changes (or: not care at all).
I.o.w. it should not have any impact on the VD code and vice versa.
What do you think?
------------------
[email protected]
Comment