Searched defs:textfield (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp105 HWND textfield = ::GetDlgItem (parent, cmb13); local
106 if (textfield == NULL)
107 textfield = ::GetDlgItem (parent, edt1);
108 if (textfield == NULL)
115 SendMessage (textfield, WM_GETTEXT, size, (LPARAM)buffer);
116 SendMessage (textfield, WM_SETTEXT, 0, (LPARAM)"\0");
118 SendMessage (textfield, WM_SETTEXT, 0, (LPARAM)buffer);

Completed in 49 milliseconds