I've got an app with a really complex form that has several auto-post back fields, and uses pop-up windows to enter some fields.<BR><BR>The users want the tab order to work -- even after postback. The ...
I have a button that calls TrackPopupMenuEx and I want to use SetCursorPos to put the cursor on the top item of the popup. But Windows relocates the popup when it doesn't fit entirely on the desktop ...