Search found 1627 matches

by Thunder93
Thu Jul 06, 2023 6:29 am
Forum: Windows
Topic: TreeGadget() & Ugly black & red checkered border
Replies: 16
Views: 4507

Re: TreeGadget() & Ugly black & red checkered border

Using the TreeGadget() example code with PB 6.02LTS under Windows 10 22H2 w/Latest patches, I'm still experiencing the same thing.

Image
by Thunder93
Thu Apr 06, 2023 2:13 am
Forum: Coding Questions
Topic: image popup, catchimage(-1/0 issue
Replies: 11
Views: 395

Re: image popup, catchimage(-1/0 issue

"MenuItem(MenuItemID, Text$ [, ImageID])" Parameters ImageID (optional) The image to be displayed next to the menu item. The menu must be created with CreateImageMenu() or CreatePopupImageMenu() for the image to be displayed. This value can be obtained using the ImageID() function. ... You...
by Thunder93
Thu Apr 06, 2023 1:25 am
Forum: General Discussion
Topic: The Download Site for All Releases
Replies: 3
Views: 452

Re: The Download Site for All Releases

It would have to be done on their side, however I keep all my information encrypted. When you change emails you can still update your email information but like you know, you always need to sign in with your original email used time of purchase.
by Thunder93
Wed Apr 05, 2023 7:53 pm
Forum: General Discussion
Topic: How to use third-party debugging tools?
Replies: 3
Views: 657

Re: How to use third-party debugging tools?

That's what I've figured, Thanks Fred.
by Thunder93
Mon Apr 03, 2023 3:36 am
Forum: Tricks 'n' Tips
Topic: DateUtc
Replies: 8
Views: 862

Re: DateUtc

Same.
Lunasole wrote: Mon Apr 03, 2023 3:09 am Nice. But seems didn't work with x86 compilers on Windows (throws unresolved externals for some reason), only x64.
At least in my case.
by Thunder93
Mon Apr 03, 2023 2:33 am
Forum: Windows
Topic: Weird crash in console - ideas?
Replies: 4
Views: 733

Re: Weird crash in console - ideas?

Had a look, you using PB native command Input() however you aren't using PB native command OpenConsole() to use Input(), this seems to be the problem here.
by Thunder93
Sun Apr 02, 2023 3:30 pm
Forum: General Discussion
Topic: How to use third-party debugging tools?
Replies: 3
Views: 657

Re: How to use third-party debugging tools?

Also interested.
by Thunder93
Wed Mar 22, 2023 6:14 am
Forum: Bugs - Windows
Topic: StickyWindow() broken in 6.01 compared to 6.00
Replies: 4
Views: 458

Re: StickyWindow() broken in 6.01 compared to 6.00

Yes. that surely flickers!
by Thunder93
Sun Mar 19, 2023 10:21 am
Forum: Coding Questions
Topic: RegEx help needed
Replies: 11
Views: 531

Re: RegEx help needed

Hi Marc56us, I was using AZJIO's code with the tweak on the line as shown in my previous post. Works perfect for me, using 6.01 LTS Windows x64 & x86.

Image
by Thunder93
Sun Mar 19, 2023 8:42 am
Forum: Feature Requests and Wishlists
Topic: GetDrivePart()
Replies: 5
Views: 1291

Re: GetDrivePart()

Old topic, although even older feature request of the same at https://www.purebasic.fr/english/viewtopic.php?t=30585 by PB Tue Jan 15, 2008. I agree, would be convenient feature to complement the existing filesystem library but I do understand Drive being part of the command name would be misleading...
by Thunder93
Sun Mar 19, 2023 6:02 am
Forum: Coding Questions
Topic: RegEx help needed
Replies: 11
Views: 531

Re: RegEx help needed

Wouldn't adding \Z work right? rex = CreateRegularExpression(#PB_Any, "\d+\. \K.+?(?=\\n|\Z)", #PB_RegularExpression_NoCase) "Let It Be American Woman War Ain't No Mountain High Enough The Long and Winding Road Band of Gold My Sweet Lord Candida Make It With You The Love You Save Crac...
by Thunder93
Sun Mar 19, 2023 1:44 am
Forum: Off Topic
Topic: Forum Slooooow!
Replies: 46
Views: 2227

Re: Forum Slooooow!

Was definitely issues server-side... I've experienced the issue and was only w/PureBasic server, everything else was smooth and speedy. Basically like what someone else said, 10-25 secs delays. If there was something Fred addressed, he would of had something more than what was for his response, so I...
by Thunder93
Fri Mar 17, 2023 1:52 am
Forum: Coding Questions
Topic: Backing up locked Windows files via streams
Replies: 2
Views: 270

Re: Backing up locked Windows files via streams

Based on what you've said here and what I could remember reading elsewhere yesterday on the subject from you... You have the wrong idea of streams and its use and abilities. You want to copy locked files, best approach would be using VSS (Volume Shadow Copy Service.) There might be something availab...
by Thunder93
Thu Mar 16, 2023 6:44 am
Forum: Tricks 'n' Tips
Topic: Code to View NTFS Alternative Data Streams via streams.exe
Replies: 14
Views: 5636

Re: Code to View NTFS Alternative Data Streams via streams.exe

Updated the code so it wouldn't crash with the PB 6.01 LTS I was testing on. Minor corrections for English translation. https://i.postimg.cc/C1skYB4j/Alternate-Data-Stream-Spy.png ; --------------------------------------------------------------- ; PureBasic 6.01 LTS (x64 & x86) ; ---------------...
by Thunder93
Sun Nov 05, 2017 10:32 pm
Forum: Tricks 'n' Tips
Topic: [Module] DPI Awareness
Replies: 17
Views: 9986

Re: [Module] DPI Awareness

You weren't really clear on some details. There's also two codes posted for two different methods.

You are anyways missing the point with the extra work. Your "simple approach" version just won't cut it.