On line 159 of Regoptions.bas ADD: IF LEN(buffer$)= 0 THEN buffer$ = LoadResString$(BCX_hInstance, 1011, "")
Quote from: iancasey on November 12, 2021, 04:20:20 PMOn line 159 of Regoptions.bas ADD: IF LEN(buffer$)= 0 THEN buffer$ = LoadResString$(BCX_hInstance, 1011, "")Hi Ian:Thanks, that helped.Compiled as 32 bit Unicode with Pelles C.Menu item, Tools/Configure IDE does not work.I need that because the screen is unreadable. I would like to change the font to Consolas and reset the font size.
Just another update:Added full drag/drop re-Order tabs in tab control with multi-line control.Added code to use new centering codes when using multiple monitors..Fixed bug, losing icon in tab when redrawing.
Another updateAdded options to Open/Save UTF-8,UTF-16LE and UTF-16BE files only to UBed.Added option to open csv files.The Save as options are only in the File menu, if anyone knows how to get a SaveAs dialog box with encoding option please let me know.