Search found 328 matches
- Sat Jan 04, 2025 1:03 am
- Forum: Announcement
- Topic: Ar-S Stream Radio 2 (Release)
- Replies: 12
- Views: 16452
Re: Ar-S Stream Radio 2 (Release)
I have change the Telechargement target. That should be work for now. Sorry for the inconvenience
- Fri Jan 03, 2025 11:06 am
- Forum: Announcement
- Topic: Ar-S Stream Radio 2 (Release)
- Replies: 12
- Views: 16452
Re: Ar-S Stream Radio 2 (Release)
Hey Bisonte, i've just tried it, and I'm not having any problems downloading.

P.S : There is no direct download

P.S : There is no direct download
- Fri Jan 03, 2025 1:22 am
- Forum: Announcement
- Topic: Ar-S Stream Radio 2 (Release)
- Replies: 12
- Views: 16452
Re: Ar-S Stream Radio 2 (Release)
[2.0.0.4] - Happy new Year
- Multi-screen management on reopening to prevent the software from being out of focus if you go from 2 to 1 screen
- If you quit the software while a radio is playing, the player will automatically restart the radio the next time the software is launched.
- Multi-screen management on reopening to prevent the software from being out of focus if you go from 2 to 1 screen
- If you quit the software while a radio is playing, the player will automatically restart the radio the next time the software is launched.
- Wed Sep 11, 2024 10:32 pm
- Forum: Off Topic
- Topic: Death of DJES
- Replies: 34
- Views: 14877
Re: Death of DJES
He was a helpful and gifted person. The PB community loses a valuable member. My sincere condolences to his loved ones.
- Sat Jan 20, 2024 10:19 pm
- Forum: Coding Questions
- Topic: PB6.03, 6.04 - window parameters generate an error
- Replies: 7
- Views: 1151
Re: PB6.03, 6.04 - window parameters generate an error
Hum... that's amazing..
I'll try with a proper install of PB 6.10
I'll try with a proper install of PB 6.10
- Sat Jan 20, 2024 2:20 pm
- Forum: Coding Questions
- Topic: PB6.03, 6.04 - window parameters generate an error
- Replies: 7
- Views: 1151
Re: PB6.03, 6.04 - window parameters generate an error
You're right Caronte3D 8)
i removed "param" wich is nonsense.
With that one, i still have random crash when à try "openF2,closeF1, openF1 etc... " after 3 to 10 clics
; -----------------------------------
; - INITIALISATION -
; -----------------------------------
Enumeration Fenetres ...
i removed "param" wich is nonsense.
With that one, i still have random crash when à try "openF2,closeF1, openF1 etc... " after 3 to 10 clics
; -----------------------------------
; - INITIALISATION -
; -----------------------------------
Enumeration Fenetres ...
- Sat Jan 20, 2024 11:44 am
- Forum: Coding Questions
- Topic: PB6.03, 6.04 - window parameters generate an error
- Replies: 7
- Views: 1151
PB6.03, 6.04 - window parameters generate an error
Hey
When manipulating several windows, I have a memory access bug if I use #PB_Window_MinimizeGadget | #PB_Window_MinimizeGadget as a parameters, whereas if I only use #PB_Window_SystemMenu it works.
; -----------------------------------
; - INITIALISATION ...
When manipulating several windows, I have a memory access bug if I use #PB_Window_MinimizeGadget | #PB_Window_MinimizeGadget as a parameters, whereas if I only use #PB_Window_SystemMenu it works.
; -----------------------------------
; - INITIALISATION ...
- Mon Mar 27, 2023 11:34 am
- Forum: 3D Programming
- Topic: Demo - Morphing
- Replies: 32
- Views: 7369
Re: Demo - Morphing
That's amaaaaaaazing !
Work so well here (pb6.1x64 W11 1080gtx) with or without debugger

Work so well here (pb6.1x64 W11 1080gtx) with or without debugger

- Thu Jan 19, 2023 2:05 pm
- Forum: General Discussion
- Topic: Upload your app's screenshot [New]
- Replies: 15
- Views: 6543
Re: Upload your app's screenshot [New]
After one year. The v1.0 is out.
- Change the maximum image size to 5MB
- Added bmp and svg formats
- Improved the display of "My Pictures".
- Account management (delete account, change password)
EnJoY
- Change the maximum image size to 5MB
- Added bmp and svg formats
- Improved the display of "My Pictures".
- Account management (delete account, change password)
EnJoY

- Sun Nov 27, 2022 8:55 pm
- Forum: Announcement
- Topic: [Windows x64] RetroPixel a 2D 8-Bit (256 Color) GFX Library - DEV
- Replies: 44
- Views: 26498
Re: [Windows x64] RetroPixel a 2D 8-Bit (256 Color) GFX Library
It looks awesome !!!
Thanks for sharing !
Thanks for sharing !
- Sat Oct 08, 2022 10:42 pm
- Forum: The PureBasic Editor
- Topic: Windows PureBasic IDE with latest additions
- Replies: 29
- Views: 6559
Re: Windows PureBasic IDE with latest additions
X64 seems to work good. TY 

- Mon Jul 18, 2022 10:38 am
- Forum: Applications - Feedback and Discussion
- Topic: StringBetween()
- Replies: 23
- Views: 9376
Re: StringBetween()
My contribution when there are several occurrences.
Declare.b StringBetween(String$, StartString$, EndString$)
Global NewList Strings.s()
Procedure.b StringBetween(String$, StartString$, EndString$)
Protected N = 0, S1=0, E1=0, P1=0, P2=0
ClearList(Strings())
S1 = CountString(String ...
Declare.b StringBetween(String$, StartString$, EndString$)
Global NewList Strings.s()
Procedure.b StringBetween(String$, StartString$, EndString$)
Protected N = 0, S1=0, E1=0, P1=0, P2=0
ClearList(Strings())
S1 = CountString(String ...
- Tue Jul 12, 2022 8:52 pm
- Forum: Coding Questions
- Topic: Fast recognize big file [Resolved]
- Replies: 12
- Views: 1721
Re: Fast recognize big file [Resolved]
Hey KCC, you should try Deepl.com transator instead of google "random" translator 

- Sat Jul 09, 2022 11:26 am
- Forum: Applications - Feedback and Discussion
- Topic: Simple Stegano Watermarker
- Replies: 4
- Views: 1533
Re: Simple Stegano Watermarker
@Thorsten1867
Another crazy module. Great one.
note : you should add the others UseXXXDecoderImage() to the bottom exemple
Another crazy module. Great one.
note : you should add the others UseXXXDecoderImage() to the bottom exemple
- Sat Jul 09, 2022 9:56 am
- Forum: Applications - Feedback and Discussion
- Topic: Simple Stegano Watermarker
- Replies: 4
- Views: 1533
Simple Stegano Watermarker
Simple STEGANO WATERMARKER Is a program that will insert a signature of your choice in the alpha layer of the last pixels of your photos.
The result is saved in PNG to keep the alpha layer.
You are free to improve it (encryption key etc...)
EnJoY ...
The result is saved in PNG to keep the alpha layer.
You are free to improve it (encryption key etc...)
EnJoY ...