Search found 1980 matches
- Fri Oct 24, 2025 11:19 pm
- Forum: Off Topic
- Topic: THEA1200 Announcement
- Replies: 7
- Views: 292
Re: THEA1200 Announcement
I think a guy in another video stated $189.99 USD. We will see.
- Fri Oct 24, 2025 6:29 pm
- Forum: Off Topic
- Topic: THEA1200 Announcement
- Replies: 7
- Views: 292
Re: THEA1200 Announcement
Yeah, I wish it was FPGA too but either way, it is emulation. I just hope the build is solid.
- Fri Oct 24, 2025 3:32 pm
- Forum: Off Topic
- Topic: THEA1200 Announcement
- Replies: 7
- Views: 292
Re: THEA1200 Announcement
That's awesome! They cost too much now-a-days. So I'll have to pick up one of these when they release.
- Fri Oct 24, 2025 3:06 pm
- Forum: Off Topic
- Topic: THEA1200 Announcement
- Replies: 7
- Views: 292
THEA1200 Announcement
It's a good time for gamers. Lots of old consoles making a comeback. Thought my PB friends might like this.
THEA1200 Announcement Video on Youtube
THEA1200 Announcement Video on Youtube
- Mon Sep 15, 2025 7:14 pm
- Forum: Tricks 'n' Tips
- Topic: SVG to PB VectorDrawing Codes
- Replies: 13
- Views: 1390
Re: SVG to PB VectorDrawing Codes
That's pretty cool! Thanks for sharing!
- Mon Sep 15, 2025 5:29 am
- Forum: Off Topic
- Topic: Active online forum!
- Replies: 7
- Views: 1134
Re: Active online forum!
Most of the forums I grew up with are gone or show very little activity.
That's true. I believe I first heard about PureBasic from you when we were active on the Koolmoves forum at Flash Kit.
The forum still exists but there haven't been any posts last few years.
I still pop in their from ...
- Sun Sep 14, 2025 8:52 pm
- Forum: Off Topic
- Topic: Active online forum!
- Replies: 7
- Views: 1134
Active online forum!
One thing I'm glad to see is the PB forum as active as it is. Most of the forums I grew up with are gone or show very little activity. Kids today are glued to their phones and playing video games and have no interest in creating much. Tried to get my kids into programming and animation but they had ...
- Thu Sep 11, 2025 1:26 pm
- Forum: Feature Requests and Wishlists
- Topic: Basic 3D in the 2D Engine
- Replies: 5
- Views: 1444
Re: Basic 3D in the 2D Engine
Thanks! One way or another, I'll get it done. 
- Wed Sep 10, 2025 5:13 pm
- Forum: Feature Requests and Wishlists
- Topic: Basic 3D in the 2D Engine
- Replies: 5
- Views: 1444
Re: Basic 3D in the 2D Engine
Oh, I have been using OGRE since it was first introduced. Even made a mesh and skeleton exporter for an old app some years ago. What I'm speaking of here is for a newer audience who may come to PureBasic and find OGRE a bit of a learning curve. And for myself, something that is just a bit more ...
- Wed Sep 10, 2025 4:39 pm
- Forum: General Discussion
- Topic: Happy Birthday, PureBasic!
- Replies: 15
- Views: 2178
Re: Happy Birthday, PureBasic!
How time flies. May PB have many more!
- Wed Sep 10, 2025 1:57 am
- Forum: Feature Requests and Wishlists
- Topic: Basic 3D in the 2D Engine
- Replies: 5
- Views: 1444
Basic 3D in the 2D Engine
Ok, here's my request for you Fred and why it is needed.
The 2D engine needs basic 3D functions. Most people/kids today are making 2D games. Looking around on the net you'll find your pixel art games and some of those in 2.5D, along with other styles. It is just easier to pick up and understand and ...
The 2D engine needs basic 3D functions. Most people/kids today are making 2D games. Looking around on the net you'll find your pixel art games and some of those in 2.5D, along with other styles. It is just easier to pick up and understand and ...
- Thu Dec 12, 2024 5:00 am
- Forum: Announcement
- Topic: PureBasic 6.20 is out !
- Replies: 148
- Views: 91871
Re: PureBasic 6.20 beta 1 is out !
Very nice, Fred! Thanks! 
- Thu Nov 28, 2024 2:59 am
- Forum: Tricks 'n' Tips
- Topic: Get Dark Mode CMD
- Replies: 2
- Views: 821
Get Dark Mode CMD
Just a simple CMD way to check for Dark Mode.
CMD = RunProgram("cmd", "/c reg query HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize\ /v SystemUsesLightTheme", "", #PB_Program_Open | #PB_Program_Read | #PB_Program_Write)
Light = 0
While ProgramRunning(CMD)
If ...
CMD = RunProgram("cmd", "/c reg query HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize\ /v SystemUsesLightTheme", "", #PB_Program_Open | #PB_Program_Read | #PB_Program_Write)
Light = 0
While ProgramRunning(CMD)
If ...
- Wed Oct 23, 2024 5:09 pm
- Forum: Tricks 'n' Tips
- Topic: Embedded Flash ActiveX
- Replies: 24
- Views: 17306
Re: Embedded Flash ActiveX
Anyone know how to embed the ocx in app so you do not have distribute it? I still enjoy Flash and never had problems with it but it may not be best to install it in Windows dir.
- Fri Dec 22, 2023 8:02 pm
- Forum: Coding Questions
- Topic: Solved PB 6.10 B1 X64 - WebViewGadget()
- Replies: 2
- Views: 1060
Re: PB 6.10 B1 X64 - WebViewGadget()
Oh, I did not realize. Thanks!