Here is a nice example by dodicat ("custom message box"): viewtopic.php?t=27725
Another example with multiple windows by bojan.dosen: https://freebasic.net/forum/viewtopic.php?t=20537
Search found 392 matches
- Jul 28, 2023 17:46
- Forum: Windows
- Topic: Create 2 Forms with the API32
- Replies: 6
- Views: 575
- Jul 14, 2023 18:01
- Forum: General
- Topic: How to select and copy the contents of the console
- Replies: 9
- Views: 467
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...
- Jul 14, 2023 17:44
- Forum: Windows
- Topic: Problem with a Sub Sub Menu
- Replies: 2
- Views: 224
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?
- Jul 13, 2023 17:50
- Forum: General
- Topic: How to select and copy the contents of the console
- Replies: 9
- Views: 467
- Jul 13, 2023 9:59
- Forum: General
- Topic: How to select and copy the contents of the console
- Replies: 9
- Views: 467
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...
- Jun 12, 2023 15:42
- Forum: Windows
- Topic: Create 2 Forms with the API32
- Replies: 6
- Views: 575
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?
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?
- Jun 09, 2023 16:13
- Forum: Windows
- Topic: Create 2 Forms with the API32
- Replies: 6
- Views: 575
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
- May 22, 2023 17:44
- Forum: Windows
- Topic: How To Mask Input Using Freebasic
- Replies: 1
- Views: 638
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 

- May 18, 2023 16:09
- Forum: Windows
- Topic: Hello everyone, if you can help me with a small example
- Replies: 1
- Views: 717
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 '=============================================================================...
- Apr 24, 2023 15:56
- Forum: Sources, Examples, Tips and Tricks
- Topic: ELIZA
- Replies: 7
- Views: 1283
Re: ELIZA
Can this be regarded as a first prototype of chat gpt? 

- Apr 10, 2023 16:10
- Forum: Beginners
- Topic: Window CMD scroll lines
- Replies: 11
- Views: 1477
Re: Window CMD scroll lines
Happy scrolling! 

- Mar 29, 2023 10:41
- Forum: Beginners
- Topic: Window CMD scroll lines
- Replies: 11
- Views: 1477
Re: Window CMD scroll lines
Do you use the windows terminal? I use the console host instead, that works for me (windows 11).
- Mar 26, 2023 11:10
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 170
- Views: 43302
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...
- Mar 25, 2023 17:44
- Forum: Projects
- Topic: IUP_FB_EDITOR (simple development environment)
- Replies: 170
- Views: 43302
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! 

- Feb 22, 2023 17:07
- Forum: Community Discussion
- Topic: Creative coding in FreeBASIC
- Replies: 6
- Views: 1612
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.
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.