Search found 980 matches

by electrochrisso
Tue Aug 29, 2023 6:34 am
Forum: Tricks 'n' Tips
Topic: Finding files using cmd.exe + Dir
Replies: 2
Views: 598

Re: Finding files using cmd.exe + Dir

Does a lot for a small amount of code.
Good Job.
:)
by electrochrisso
Thu Aug 24, 2023 4:27 am
Forum: Coding Questions
Topic: Getting files one by one from folder with specific file extension
Replies: 12
Views: 800

Re: Getting files one by one from folder with specific file extension

Been a while since I been on the Forum, getting back into Purebasic programming after some time. Here is my two cents worth. :D NewList FileList.s() Path$ = OpenFileRequester("Select a File", GetHomeDirectory(), "All Files|*.*", 1) PathPart$ = GetPathPart(Path$) Extension$ = GetE...
by electrochrisso
Wed Dec 28, 2016 12:21 am
Forum: Announcement
Topic: Hive (Home InVEntory) program.
Replies: 48
Views: 20185

Re: Hive (Home InVEntory) program.

Hay Fang! it downloaded ok for me and my goat loves it. :mrgreen:

Happy New Year. :)
by electrochrisso
Tue Dec 20, 2016 3:34 am
Forum: Tricks 'n' Tips
Topic: Application:Vector Icon designer
Replies: 39
Views: 18082

Re: Application:Vector Icon designer

collectordave wrote:Ah sorry didn't post the code for the shape designer so you can compile your own.

Will post as soon as I can.
8) Thanks cd
by electrochrisso
Mon Dec 19, 2016 4:05 am
Forum: Tricks 'n' Tips
Topic: Application:Vector Icon designer
Replies: 39
Views: 18082

Re: Application:Vector Icon designer

Not sure if I need to use the Shape Designer.exe, but can you also include a 32bit version too.
Cheers,
Chris
by electrochrisso
Fri Dec 16, 2016 1:20 am
Forum: Coding Questions
Topic: Getting network interface name
Replies: 20
Views: 7125

Re: Getting network interface name

Works here too Win7/32. :)
by electrochrisso
Fri Dec 16, 2016 12:15 am
Forum: Coding Questions
Topic: Getting network interface name
Replies: 20
Views: 7125

Re: Getting network interface name

The names of the adapters are in the Descriptions folder of that key, on this particular netbook they are Atheros for both wireless and Ethernet. If you search the forum under registry you can find some codes that might point you in the right direction to extract the names.
by electrochrisso
Sat Dec 10, 2016 2:35 am
Forum: General Discussion
Topic: Looking for a PowerBasic to PureBasic converter
Replies: 5
Views: 3099

Re: Looking for a PowerBasic to PureBasic converter

I'm a newbie to PureBasic, I wish to know what are the application names for generating forms and dialogs for PureBasic. I heard of PureVision and are there alternatives to PureVision that you can recommend thanks Purebasic has a Built-In form builder it is called Form, you can find info in the hel...
by electrochrisso
Thu Nov 24, 2016 11:48 pm
Forum: Tricks 'n' Tips
Topic: Imitation coal drawing
Replies: 22
Views: 9405

Re: Imitation coal drawing

8) Thanks for sharing :)
by electrochrisso
Sun Nov 06, 2016 2:46 am
Forum: Tricks 'n' Tips
Topic: Moving Lines -Make very cool moving lines and boxes
Replies: 7
Views: 3468

Re: Bresenham Line -make very cool moving lines and boxes

Good coding, efficient and use very little CPU, thanks for sharing. :)
by electrochrisso
Fri Sep 02, 2016 8:16 am
Forum: Tricks 'n' Tips
Topic: ImagePlugin Module (Cross platform multi format de-/encoder)
Replies: 63
Views: 19277

Re: ImagePlugin Module (UseWindowsImageDecoder / Encoder)

Nice to see that gdiplus.lib is now included in the Windows lib folder of PureBasic, I wonder how many versions it's been sitting there and I didn't know it.
Is not in PB531, so it was introduced sometime after that.
by electrochrisso
Fri Aug 26, 2016 2:30 am
Forum: Game Programming
Topic: TransformSprite() Z-Depth Basics
Replies: 4
Views: 3617

Re: TransformSprite() Z-Depth Basics

I will put this with my PB Docs, thanks for sharing. :)
by electrochrisso
Fri Aug 26, 2016 2:28 am
Forum: Tricks 'n' Tips
Topic: [x64] Cures startup in front of PureBasicStart
Replies: 16
Views: 6985

Re: [x64] Cures startup in front of PureBasicStart

Interesting stuff oryaaaaa, cant say I am much of a ASM programmer but I am going to study your code though. :)
by electrochrisso
Thu Aug 11, 2016 1:27 am
Forum: Off Topic
Topic: Windows 10
Replies: 209
Views: 87063

Re: Windows 10

I needed to learn Win10 as part of my work, so I buy a new cheap tablet type computer with detachable keyboard, I must say it works really good as it has been designed for Win10, I have several other computers running Win7 and 8.1 and their is no way I am upgrading them to 10 because it is a bit of ...
by electrochrisso
Mon Aug 01, 2016 1:42 am
Forum: Off Topic
Topic: 50 years of BASIC
Replies: 24
Views: 10876

Re: 50 years of BASIC

Interesting stuff applePi, thanks for sharing. :)