Search found 104 matches

by GoodNPlenty
Wed Mar 27, 2024 3:54 pm
Forum: General Discussion
Topic: PHPBB Problem?
Replies: 2
Views: 212

Re: PHPBB Problem?

Works with Firefox and Internet Download Manager. It appears Internet Download Manager handles the download in the background eliminating the issue. If I turn off Internet Download Manager Firefox reports a security risk and aborts the download. Not sure if this is helpful but I thought I would poin...
by GoodNPlenty
Mon Mar 18, 2024 9:59 pm
Forum: Announcement
Topic: ProGUI V3 Alpha Sneak Peek!
Replies: 12
Views: 1004

Re: ProGUI V3 Alpha Sneak Peek!

I purchased the previous version and am looking forward to trying the new version.
by GoodNPlenty
Fri Feb 16, 2024 8:34 pm
Forum: Applications - Feedback and Discussion
Topic: simple oil paint simulator
Replies: 5
Views: 323

Re: simple oil paint simulator

Very realistic look and feel. Thank You for sharing. :D
by GoodNPlenty
Tue Jan 30, 2024 4:17 pm
Forum: Coding Questions
Topic: Forbidding console resize?
Replies: 3
Views: 225

Re: Forbidding console resize?

This should work. Import "" GetConsoleWindow() EndImport If OpenConsole() hndWnd = GetConsoleWindow() DeleteMenu_(GetSystemMenu_(hndWnd, #False), #SC_CLOSE, #MF_BYCOMMAND) DeleteMenu_(GetSystemMenu_(hndWnd, #False), #SC_MINIMIZE, #MF_BYCOMMAND) DeleteMenu_(GetSystemMenu_(hndWnd, #False), #...
by GoodNPlenty
Tue Jan 30, 2024 4:04 pm
Forum: Coding Questions
Topic: PB 6.03: attaching a shortcut to a gadget with & nonfunctional
Replies: 10
Views: 856

Re: PB 6.03: attaching a shortcut to a gadget with & nonfunctional

Since EventwParam() will be eventually deprecated a SetWindowCallback() example below. Procedure WinCallback(hWnd, uMsg, WParam, LParam) Select uMsg Case #WM_SYSKEYDOWN Select WParam Case 70 Debug "First Selected" Case 83 Debug "Second Selected" Case 84 Debug "Third Selected...
by GoodNPlenty
Fri Dec 22, 2023 8:30 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 271
Views: 35741

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Thank You Fred and team for a wonderful Christmas surprise. Merry Christmas to all! :D
by GoodNPlenty
Fri Dec 15, 2023 4:05 pm
Forum: General Discussion
Topic: New Forum section for C Programming!
Replies: 22
Views: 2162

Re: New Forum section for C Programming!

Yes absolute no need for C , or even assembly Neither as examples. Neither "features" .. we are BASIC and neen to think and act like basic. There several C distros out theree for everyone he prefers .... I understand your point of being strictly BASIC but this limits PureBasic in my opini...
by GoodNPlenty
Mon Nov 13, 2023 5:56 pm
Forum: Announcement
Topic: PureComposer - A minimal HTML WYSIWYG editor
Replies: 7
Views: 1403

Re: PureComposer - A minimal HTML WYSIWYG editor

Fast, lightweight and easy to use. Nicely done!
by GoodNPlenty
Mon Oct 09, 2023 3:12 pm
Forum: Applications - Feedback and Discussion
Topic: Ed - A tiny dark-mode editor for basic RTF files.
Replies: 10
Views: 2281

Re: Ed - A tiny dark-mode editor for basic RTF files.

Thank You for sharing. It's a great start, very light and fast. I Like it. :D
by GoodNPlenty
Tue Sep 12, 2023 4:56 pm
Forum: Tricks 'n' Tips
Topic: Read and modify openoffice / libreoffice spreadsheets
Replies: 13
Views: 1326

Re: Read and modify openoffice / libreoffice spreadsheets

Thank You for posting as this will be very helpful. :D
by GoodNPlenty
Thu Sep 07, 2023 5:29 pm
Forum: Bugs - IDE
Topic: Windows: opening a .pb file from Explorer when the IDE is already open doesn't make it take foreground focus
Replies: 5
Views: 2117

Re: Windows: opening a .pb file from Explorer when the IDE is already open doesn't make it take foreground focus

Issue confirmed using 6.03 beta 5. My steps to reproduce this issue listed below. 1. Open PB IDE Preferences Memorize Window positions -> Unchecked 2. If setting changed click Apply, click OK then exit IDE. 3. Open explorer and double click on .pb file -> PureBasic IDE Window opens in front. 4. Clic...
by GoodNPlenty
Wed Aug 16, 2023 5:16 pm
Forum: Tricks 'n' Tips
Topic: Hi Performance Counter with MicroSeconds
Replies: 10
Views: 1327

Re: Hi Performance Counter with MicroSeconds

Excellent work. Thank You for sharing. :D
by GoodNPlenty
Wed Feb 08, 2023 9:24 pm
Forum: Off Topic
Topic: PureBasic game (Scavenger) on sale till Mar 24
Replies: 13
Views: 1057

Re: PureBasic game (Scavenger) on sale till Feb 14

This is a outstanding game and massive effort. I rarely have time for games but I purchased your game as I like to support the PureBasic community.
by GoodNPlenty
Sat Apr 09, 2022 1:11 am
Forum: General Discussion
Topic: Is PB using zlib?
Replies: 29
Views: 3022

Re: Is PB using zlib?

zlib before 1.2.12 allows memory corruption when deflating (i.e., when compressing) if the input has many distant matches.

https://nvd.nist.gov/vuln/detail/CVE-20 ... ptionTitle
by GoodNPlenty
Tue Jan 04, 2022 1:30 am
Forum: General Discussion
Topic: IDA Free Version is now 7.6.210526
Replies: 6
Views: 1266

Re: IDA Free Version is now 7.6.210526

Hi to All For those interested in disassemblers the latest free version is now 7.6.210526 you also get the apparently limited pseudo C code plugin, just got to say its brill for learning breaking things down give you a very good idea as to whats going on Cheers & Happy New Year to all Zebuddi. ...