Search found 204 matches
- Mon Dec 18, 2023 2:17 pm
- Forum: BASIC code examples
- Topic: Chess Version 2.5
- Replies: 7
- Views: 16331
Re: Chess Version 2.5
This is a link to the original .zip, you will need to amend the .bas, insert the two lines that are marked "'some difference between JB abd LBB" I am somewhat confused, because chess.bas does not even compile successfully in LBB, it is reporting a ' Handle #1 used for incompatible devices...
- Tue Nov 28, 2023 6:32 pm
- Forum: Compatibility with LB4
- Topic: LB TKN file
- Replies: 7
- Views: 15214
- Tue Nov 28, 2023 5:12 pm
- Forum: Compatibility with LB4
- Topic: LB TKN file
- Replies: 7
- Views: 15214
- Tue Nov 28, 2023 5:05 pm
- Forum: Announcements
- Topic: LB Booster version 3.21 released
- Replies: 1
- Views: 11559
Re: LB Booster version 3.21 released
I have released version 3.21 of LB Booster . I should issue my 'usual' warning that because of the update Virus Scanners are inevitably going to throw a wobbly: "Oh no, we've never seen that file before, it's bound to be malware". This is just a fact of life these days. If anybody does fi...
- Tue Nov 28, 2023 4:17 pm
- Forum: Compatibility with LB4
- Topic: LB TKN file
- Replies: 7
- Views: 15214
Re: LB TKN file
Not designed for Pro? Not specifically, no. I 've probably never had a TKN created by LB Pro to try. If the file format is different from regular LB4 it's likely not to work. TKN files are notoriously insecure (that's why LBB can 'reverse engineer' them) so maybe one of the 'advantages' of LB Pro i...
- Tue Nov 28, 2023 3:55 pm
- Forum: BASIC code examples
- Topic: Automate the Creation of the EXE File
- Replies: 3
- Views: 6859
Re: Automate the Creation of the EXE File
I have developed a program to automate the progress. Good work! As you say it can be difficult to make SendKeys automation reliable. I think I'm right in saying that if there's an existing EXE (in the default location) the various fields in the Compile dialog are automatically populated from that f...
- Mon Nov 20, 2023 11:07 pm
- Forum: Announcements
- Topic: LB Booster version 3.21 released
- Replies: 1
- Views: 11559
LB Booster version 3.21 released
I have released version 3.21 of LB Booster . The changes in this version are as follows: A new reserved word PrinterColor$ is introduced. This controls the color of text output by the LPRINT statement; it will only work after something has already been printed on the page (if only a space). You can ...
- Sat Nov 04, 2023 5:25 pm
- Forum: General Board
- Topic: UTC
- Replies: 3
- Views: 10912
Re: UTC
Does anyone have a routine to get the current UTC (Greenwich Mean Time, Zulu Time)? I couldn't find anything with a search in the old or new forums. MSDN says to use GetSystemTime : " Retrieves the current system date and time in Coordinated Universal Time (UTC) format ". Google finds thi...
- Mon May 01, 2023 11:31 am
- Forum: General Board
- Topic: Bring One of three windows to front!
- Replies: 2
- Views: 5263
Re: Bring One of three windows to front!
How to bring external application window on top? In 'modern' versions of Windows (since Windows 2000!) Microsoft has restricted this capability, because it could be abused. Specifically SetForegroundWindow() and BringWindowToTop() only work in certain conditions . If those conditions are met I thin...
- Mon May 01, 2023 11:05 am
- Forum: General Board
- Topic: testing
- Replies: 4
- Views: 8324