well i haven't lost sleep but it's driven me crazy. Okay here's some code (I'm using the program "Calculator" for an example):
in that code, how do i tell what button's handle will be in b&?Code:dim a& dimb& a& = FindWindowEx(0&, 0&, "SciCalc", vbNullString) b& = FindWindowEx(a&, 0&, "button", vbNullString)




Reply With Quote