Is there any way to compare the (numeric) values stored in 2 edit fields, without first getting both to int vars? Maybe theres some WinAPI smart way to do it...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to compare the (numeric) values stored in 2 edit fields, without first getting both to int vars? Maybe theres some WinAPI smart way to do it...
GetDlgItemInt()
Kip
What if im not using Dialogs? Can i use GetDlgItemInt() ?
Why don't you try...
Kip