Hello,
I think PowerBasic should extend the already full featured basic commands like...
I would like to see these changes because I find that I end up bouncing between DDT and API calls and this makes reading and formating the code a problem.
-------------
Cheers
[This message has been edited by mark smit (edited June 05, 2000).]
I think PowerBasic should extend the already full featured basic commands like...
Code:
control set int -> this would be used to set numerical data control get int -> this would compliment the above
Code:
dialog set text -> used to set dialog caption text dialog get text -> used to get dialog caption text
Code:
makwrd -> this would compliment makdwd makint -> this would compliment maklng
Code:
cbhinstance -> make hInstance visable in all callbacks
-------------
Cheers
[This message has been edited by mark smit (edited June 05, 2000).]
Comment