Link to home
Start Free TrialLog in
Avatar of BabyFace
BabyFace

asked on

(Enabling) - SetWindowLong

Hi,

Can somebody show me how I could enable a command button
using the API function
SetWindowLong?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of trillo
trillo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mirkwood
Mirkwood

Why not using EnableWindow?
Avatar of BabyFace

ASKER

Thank you.