Please try to run this sample using the manifest file on Vista or newer Windows versions:
I noticed that if you run the program using double click you cannot see the dotted rectangle on the combobox while you can if the program is started using Enter key. Why? Any solutions? With the current behavior It's difficult for the user to know where is the focus.
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
  LOCAL oDlg
  LOCAL cItem := ""
  DEFINE DIALOG oDlg
  @ 1, 1 COMBOBOX cItem
  ACTIVATE DIALOG oDlg;
       CENTER
  RETURN NILI noticed that if you run the program using double click you cannot see the dotted rectangle on the combobox while you can if the program is started using Enter key. Why? Any solutions? With the current behavior It's difficult for the user to know where is the focus.
EMG