Page 1 of 1

[PB4B2] Locate() and ExamineEnvironmentVariables()

Posted: Wed Feb 15, 2006 6:13 pm
by akj
1. Please retain Locate() as it is useful with API functions. For example:

Code: Select all

Locate(buttonTxtX,buttonTxtY)
SetTextAlign_(buttonImageDC,buttonTxtAlign|#TA_UPDATECP)
2. Please change ExamineEnvironmentVariables() so that it returns a count of the number of currently defined environmental variables.

Posted: Wed Feb 15, 2006 8:23 pm
by Fred
1) why not use MoveToEx_() when using API ?

2) No, as it would need a preprocessing, which wouldn't fit in.

Posted: Wed Feb 15, 2006 8:47 pm
by akj
Thanks for your reply Fred.

1. Yes, I will adopt your suggestion to use MoveToEx_()

2. I thought you would say that!