& Character problem
#2
unable to duplicate problem with: 
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,
Reply


Messages In This Thread
& Character problem - by Robert Alvarez - 30.09.2025, 08:08 PM
RE: & Character problem - by Dale Yarker - 30.09.2025, 09:00 PM
RE: & Character problem - by Robert Alvarez - 01.10.2025, 12:38 AM
RE: & Character problem - by Stuart McLachlan - 01.10.2025, 03:36 AM
RE: & Character problem - by Dale Yarker - 01.10.2025, 02:55 AM
RE: & Character problem - by Borje Hagsten - 01.10.2025, 02:29 PM
RE: & Character problem - by Stuart McLachlan - 01.10.2025, 05:09 PM
RE: & Character problem - by Dale Yarker - 01.10.2025, 03:24 PM
RE: & Character problem - by Robert Alvarez - 01.10.2025, 06:07 PM
RE: & Character problem - by Borje Hagsten - 01.10.2025, 07:21 PM
RE: & Character problem - by Robert Alvarez - 02.10.2025, 12:54 AM
RE: & Character problem - by Stuart McLachlan - 02.10.2025, 02:23 AM
RE: & Character problem - by Borje Hagsten - 02.10.2025, 02:28 AM
RE: & Character problem - by Robert Alvarez - 02.10.2025, 04:59 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)