automatically switch language - Microsoft Community
Windows / Windows 10 / Windows settings
hi!
we have next problem:
our application based on powerbuilder 11.5, using winapi function shell_notifyicon is, know send notification our application(in timer event). so, when users type text in controls of our application and shell_notifyicon triggers input language changes automatically.it's because shell_notifyicon using thread?
//structure fill info for shell_notifyicon
str_data.cbsize = notifyicondata_size
lstr_data.hwnd = handle(aw_window)
lstr_data.uid = 1
lstr_data.uflags = nif_icon + nif_tip + nif_message
lstr_data.ucallbackmessage = pbm_custom01
lstr_data.hicon = this.of_loadimage(as_imagename, aui_index)
lstr_data.sztip = aw_window.title
if lstr_data.hicon = 0 return false
// add icon system tray
if shell_notifyicon(nim_add, lstr_data) then
// make window invisible
aw_window.hide()
return true
else
return false
end if
please,help!
hello,
we want know more issue experiencing. please answer following:
Windows / Windows 10 / Windows settings
Comments
Post a Comment