Search found 267 matches

by RNBW
Mar 23, 2022 10:14
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 270913

Re: GUI library for Windows \ Linux (window9)

Hi Vanya I have updated the English version of the Help File adding Config and Data Containers sections, which I think includes all the topics in your list of additions. Is there anything else that has changed in the Help File? Is the Linked List section to be deleted completely? It appears to have ...
by RNBW
Mar 04, 2022 15:56
Forum: Sources, Examples, Tips and Tricks
Topic: Simple GUI
Replies: 77
Views: 22502

Re: Simple GUI

Hi Ray, "Simple GUI" is not a Windows API GUI, it is pure FreeBASIC on a FB grafics screen. See URL on first post for download (there are also some screenshots). Hi Lothar, nice to hear from you. ........ Alternatively, you might try my Windows API library (see first post, project site on...
by RNBW
Mar 04, 2022 13:58
Forum: Sources, Examples, Tips and Tricks
Topic: Simple GUI
Replies: 77
Views: 22502

Re: Simple GUI

I just tested this gui. compiles without problem with freebasic 1.09. only basic source code. no dependencies. this is what is needed without it becoming too heavy. excellent. ideal for small projects. great job. Lothar Schirm's Simple GUI is indeed a gem, but I understand that, being a WinAPI libr...
by RNBW
Jan 13, 2022 22:46
Forum: Windows
Topic: Lutz Ifers WinAPI Tutorial
Replies: 10
Views: 2764

Re: Lutz Ifers WinAPI Tutorial

There is an other tutorial "FreeBASIC and API" on https://users.freebasic-portal.de/freebasicru/api.html in russian language, but there is a button to "Google Translate" in nearly any language of the world, also english, of course. A lot of examples written in FreeBASIC and expl...
by RNBW
Nov 01, 2021 17:53
Forum: Windows
Topic: Dialog Example does not run
Replies: 14
Views: 3522

Re: Dialog Example does not run

Hi Lothar

Thanks for replying. I was looking at the clause in your code was just error checking, whereas it is registering the windows class.

Ray
by RNBW
Oct 31, 2021 12:04
Forum: Windows
Topic: Dialog Example does not run
Replies: 14
Views: 3522

Re: Dialog Example does not run

Hi Lothar Hope you are keeping well. I've just been looking at your WinAPI template and one thing puzzles me. You don't appear to actually register the window class. If you insert "RegisterClass @wcls", then your error checking code brings up the Messagebox "Failed to register wcls&qu...
by RNBW
Sep 30, 2021 16:29
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 35451

Re: FreeBASIC IDEs/Editors

Mr Swiss Thank you for the link (actually the latest, with the link I gave is 1.7.08a, but as I said you have to compile it). I shall have to find a way to download it from the German site. Unfortunately, my virus protection (ESET) always comes up with a detection of malware and stops a download. I ...
by RNBW
Sep 30, 2021 15:30
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 35451

Re: FreeBASIC IDEs/Editors

I believe the link is the "Cherry" fork. You have to compile it using the Make file. You will also need to modify Make.ini for your own computer's configuration. It's a pity that there is not pre-owned compiled version.
by RNBW
Sep 30, 2021 8:57
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 35451

Re: FreeBASIC IDEs/Editors

Try this link for GitHub
https://github.com/CherryDT/FbEditMOD
by RNBW
Aug 24, 2021 14:05
Forum: Windows
Topic: Lutz Ifers WinAPI Tutorial
Replies: 10
Views: 2764

Re: Lutz Ifers WinAPI Tutorial

Thank you very much UEZ and Xusinboy Bekchanov for your very rapid solutions. I'll have a look at them later today.
by RNBW
Aug 24, 2021 11:45
Forum: Windows
Topic: Lutz Ifers WinAPI Tutorial
Replies: 10
Views: 2764

Lutz Ifers WinAPI Tutorial

I have been looking at Lutz Ifers WinAPI Tutorial on the German web site https://www.freebasic-portal.de/ . If you are looking for useful tutorials there are many on this website. They are all in German but are easily translated using one of the online translators (Google translate, etc). I have fou...
by RNBW
Jul 15, 2021 18:34
Forum: Community Discussion
Topic: What is the relationship between FreeBASIC, ThinBASIC and OxygenBASIC?
Replies: 97
Views: 12789

Re: What is the relationship between FreeBASIC, ThinBASIC and OxygenBASIC?

aurelVZAB wrote:..and your virus checker is ?
..must be something based on Avira ..full of false positives
My virus checker is ESET. It is usually very reliable. DOESN'T have much in the way of false positives.
by RNBW
Jul 15, 2021 9:11
Forum: Community Discussion
Topic: What is the relationship between FreeBASIC, ThinBASIC and OxygenBASIC?
Replies: 97
Views: 12789

Re: What is the relationship between FreeBASIC, ThinBASIC and OxygenBASIC?

When I try to download ThinBasic my current virus checker rejects it. This has also been the case with previous virus checkers.
by RNBW
Jul 12, 2021 14:18
Forum: General
Topic: Simple Contact Database
Replies: 0
Views: 1426

Simple Contact Database

I picked up an old QBasic database stored on my computer and converted it to work in FreeBasic. I then expanded it a bit because it only covered name, phone and email address. I don't know its origin but it does work quite well, if a little basic. It could be of use to a beginner in basic who wants ...
by RNBW
Jul 04, 2021 13:53
Forum: Libraries & Headers
Topic: GUI library for Windows \ Linux (window9)
Replies: 1050
Views: 270913

Re: FBGUI library for Windows 2

VANYA

Thank you for your prompt response. It's much clearer to me now.