DIM [array] is different.
getting text from a control written in SDK to be used in a DDT program
In the case of getting text, yes you have to be careful, but it turns out that using GetDlgItemText or GetWindowText with a handle to a DDT-created window is perfectly within the rules, as said "DDT handles" are documented as being valid Windows handles to the same object.
That being the case, any problems arising from the use of GetWindowText or GetDlgItemText must arise from the programmer's failure to understand..
A. The SDK documentation for the calll
and
B. The fundamentals of using the PB compilers.
And this stuff is "Programming with the PowerBASIC Compilers" One-Oh-One.
MCM
Leave a comment: