30.09.2025, 09:00 PM
(This post was last modified: 30.09.2025, 09:18 PM by Dale Yarker.)
unable to duplicate problem with:
and typing into textbox as stated using PBWin 10 on Windows 10
Cheers,
Code:
#compile exe
#dim all
%UNICODE = 1
function pbmain () as long
local W, RtoL as wstring
local R as string
local hDlg as dword
W = chr$$(&h1D08)
RtoL = chr$$(&h21D0) 'F4)
dialog default font "Consolas", 10, 0, 1
dialog new 0, W, , , 150, 50, %ws_overlappedwindow, %ws_ex_left or _
%ws_ex_ltrreading to hDlg
control add textbox, hDlg, 1000, "", 5, 5, 40, 12
dialog show modal hDlg
end function
and typing into textbox as stated using PBWin 10 on Windows 10
Cheers,