Search found 436 matches

by Lothar Schirm
Jul 14, 2023 18:01
Forum: General
Topic: How to select and copy the contents of the console
Replies: 9
Views: 657

Re: How to select and copy the contents of the console

If you want to copy text from the console using FreeBASIC, you can use the Screen-Function ( https://www.freebasic.net/wiki/KeyPgScreenCons ) to store the text from the console either line by line into an array of strings or to store the text into a single string (using line feed). You can then stor...
by Lothar Schirm
Jul 14, 2023 17:44
Forum: Windows
Topic: Problem with a Sub Sub Menu
Replies: 2
Views: 1371

Re: Problem with a Sub Sub Menu

There is an example in the FreeBASIC compiler examples which contains a submenu: \examples\GUI\win32\menu.bas. Maybe this can help you?
by Lothar Schirm
Jul 13, 2023 17:50
Forum: General
Topic: How to select and copy the contents of the console
Replies: 9
Views: 657

Re: How to select and copy the contents of the console

Tolo68 wrote: Jul 13, 2023 14:13 Thank you, I was able to enter the menu, pressing the icon of the system symbol.
Yes, I am sorry I was not so clear in my explanation.
by Lothar Schirm
Jul 13, 2023 9:59
Forum: General
Topic: How to select and copy the contents of the console
Replies: 9
Views: 657

Re: How to select and copy the contents of the console

Yes, you can. Click on the console menu (upper left corner in the title bar of the console) and select "Edit" -> "Mark". Mark your selected text and select "Edit" -> "Copy". Then you have your selected text in the clipboard and can paste it into an editor. I h...
by Lothar Schirm
Jun 12, 2023 15:42
Forum: Windows
Topic: Create 2 Forms with the API32
Replies: 6
Views: 1949

Re: Create 2 Forms with the API32

Hello Tolo68,
I have only some basic knowlege of Windows API and do not use it often, only to create some simple controls on one window, so I cannot answer your question. I did not test the code. Maybe you can post your code here so that somebody else can help you?
by Lothar Schirm
Jun 09, 2023 16:13
Forum: Windows
Topic: Create 2 Forms with the API32
Replies: 6
Views: 1949

Re: Create 2 Forms with the API32

Here is an example (in German, maybe Google can help you to translate?): https://www.freebasic-portal.de/tutoria ... 4-s11.html
by Lothar Schirm
May 22, 2023 17:44
Forum: Windows
Topic: How To Mask Input Using Freebasic
Replies: 1
Views: 786

Re: How To Mask Input Using Freebasic

Do you mean how to write code for an inputbox? Here are some examples: viewtopic.php?p=276689&hilit=inputbox+vba#p276689 :D
by Lothar Schirm
May 18, 2023 16:09
Forum: Windows
Topic: Hello everyone, if you can help me with a small example
Replies: 1
Views: 792

Re: Hello everyone, if you can help me with a small example

Events and properties are not so difficult to understand if you only need some simple controls. Example: '=============================================================================== ' SimpleGUI(1).bas ' 18 March, 2023 '=============================================================================...
by Lothar Schirm
Apr 24, 2023 15:56
Forum: Sources, Examples, Tips and Tricks
Topic: ELIZA
Replies: 7
Views: 1572

Re: ELIZA

Can this be regarded as a first prototype of chat gpt? :lol:
by Lothar Schirm
Apr 10, 2023 16:10
Forum: Beginners
Topic: Window CMD scroll lines
Replies: 11
Views: 1908

Re: Window CMD scroll lines

Happy scrolling! :D
by Lothar Schirm
Mar 29, 2023 10:41
Forum: Beginners
Topic: Window CMD scroll lines
Replies: 11
Views: 1908

Re: Window CMD scroll lines

Do you use the windows terminal? I use the console host instead, that works for me (windows 11).
by Lothar Schirm
Mar 26, 2023 11:10
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 54910

Re: IUP_FB_EDITOR (simple development environment)

@Lothar Schirm , I'm glad you like it I also look often on your website ( https://users.freebasic-portal.de/freebasicru/ ), using the Google translation into English. Great work, a really rich source for FreeBasic programmers. For me, the article series "FreeBasic + API" is the best Windo...
by Lothar Schirm
Mar 25, 2023 17:44
Forum: Projects
Topic: IUP_FB_EDITOR (simple development environment)
Replies: 175
Views: 54910

Re: IUP_FB_EDITOR (simple development environment)

Perfect editor!!! Since I do not use window9, I replaced the keywords in the file "keyword3" by the Windows API keywords from JellyFB, because I use Windows API only for smaller projects. Works fantastic for me! :D
by Lothar Schirm
Feb 22, 2023 17:07
Forum: Community Discussion
Topic: Creative coding in FreeBASIC
Replies: 6
Views: 2956

Re: Creative coding in FreeBASIC

Hi Velatus,
very nice pictures! Could you please post some of your codes here? I think this would help you to get more answers and questions from the FB community. Perhaps people can learn from you when they can study your code.