Search found 989 matches

by electrochrisso
Sun Jan 26, 2025 6:52 am
Forum: Announcement
Topic: ProGUI V3 Alpha 3 Ready for testing!
Replies: 227
Views: 97201

Re: ProGUI V3 Alpha 3 Ready for testing!

The transitions look nice and smooth. 8)
by electrochrisso
Sun Dec 29, 2024 6:15 am
Forum: Announcement
Topic: ProGUI V3 Alpha 3 Ready for testing!
Replies: 227
Views: 97201

Re: ProGUI V3 Alpha 3 Ready for testing!

Super Cool Stuff Chris, have a Happy New Year 8)
by electrochrisso
Tue Oct 08, 2024 11:22 am
Forum: Off Topic
Topic: What's your favorite computer game of all time?
Replies: 50
Views: 11247

Re: What's your favorite computer game of all time?

I enjoyed playing Summer Games by Epyx on the C64, the graphics and gameplay were pretty good for that type of game.
Impossible Mission and Spy vs Spy were also a couple of my favourites.
by electrochrisso
Fri Sep 13, 2024 4:58 am
Forum: Announcement
Topic: ProGUI V3 Alpha 3 Ready for testing!
Replies: 227
Views: 97201

Re: ProGUI V3 Alpha 1.0 Ready for testing!

❤x1 wrote: Thu Sep 12, 2024 12:06 pm It's superfast on my comp, but I'm rocking a RTX 3080 so it might not be representative.
It also runs superfast and silky smooth with no flickering on my basic old Thinkpad i5-8350U CPU / Intel® UHD Graphics 620. :D
by electrochrisso
Sat Jul 06, 2024 12:39 am
Forum: Coding Questions
Topic: File modification date
Replies: 14
Views: 2182

Re: File modification date

Some more useful info to think about Axolotl :)
by electrochrisso
Fri Jul 05, 2024 10:01 am
Forum: General Discussion
Topic: Image Filter App
Replies: 6
Views: 1715

Re: Image Filter App

Hi MV, happy to report that both versions were able to be downloaded, thanks for sharing the app, I will test it out. :D
by electrochrisso
Fri Jul 05, 2024 5:39 am
Forum: General Discussion
Topic: Image Filter App
Replies: 6
Views: 1715

Re: Image Filter App

Win 11 is reporting the Icon Workshop Image Filter.exe file contains the Trojan:Win32/Sabsik.FL.A!ml, very hard to download unless to make that file or downloads folder an exclusion. I know it is probably a false positive as it looks to be a common issue. Apparently the ml suffix in the trojan ...
by electrochrisso
Fri Jul 05, 2024 4:08 am
Forum: Coding Questions
Topic: File modification date
Replies: 14
Views: 2182

Re: File modification date

After checking things out, it depends on the daylight saving setting and when the file date time was created/changed, e.g. if the file date was created/changed in winter and checked in summer or visa versa, their will be an hours difference, so this could be something to think about when creating a ...
by electrochrisso
Sun Jun 30, 2024 1:14 am
Forum: Coding Questions
Topic: File modification date
Replies: 14
Views: 2182

Re: File modification date


Debug FormatDate("%dd/%mm/%yyyy - %hh:%ii:%ss", GetFileDate("C:\DumpStack.log",#PB_Date_Created))
Debug FormatDate("%dd/%mm/%yyyy - %hh:%ii:%ss", GetFileDate("C:\DumpStack.log",#PB_Date_Accessed))
Debug FormatDate("%dd/%mm/%yyyy - %hh:%ii:%ss", GetFileDate("C:\DumpStack.log",#PB_Date_Modified ...
by electrochrisso
Tue Aug 29, 2023 6:34 am
Forum: Tricks 'n' Tips
Topic: Finding files using cmd.exe + Dir
Replies: 2
Views: 1318

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: 2409

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$ = GetExtensionPart ...
by electrochrisso
Wed Dec 28, 2016 12:21 am
Forum: Announcement
Topic: Hive (Home InVEntory) program.
Replies: 48
Views: 24231

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: 21871

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: 21871

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: 9145

Re: Getting network interface name

Works here too Win7/32. :)