Skip to content
Advertisement

Tag: controls

Reference control by fx:id

I have a calendar screen I have designed for class using JavaFX and Scene Builder. The part where I’ve placed the number is a label and the part that, currently, says “None”, is a button. I want to reference the value in the Label when I select the Button so that I can display the Appointments for the user for

GetWindowTextA, GetWindowText returns empty value on Edit Control

I’m trying to list and get the content of Edit Controls from an external Window in C++ / Java, unfortunately with no success. When I call GetWindowText or GetWindowTextA it returns an empty value on Edit Controls, I know there are some differences between GetWindowText / GetWindowTextW and GetWindowTextA but I don’t know What I’m doing wrong since it works

Advertisement