Search found 149 matches

by OldSkoolGamer
Fri Apr 12, 2024 4:15 pm
Forum: Coding Questions
Topic: Process owner over LAN - SOLVED
Replies: 8
Views: 1910

Re: Process owner over LAN - SOLVED

Here's the line that throws the error: If objProcess\GetIntegerProperty("GetOwner(" + Str(@userName) + " byref)") = #S_OK procowner$=PeekS(userName, -1, #PB_Unicode) UpdateDots() SysFreeString_(userName) Else procowner$="<None>" UpdateDots() EndIf It specifically calls ...
by OldSkoolGamer
Thu Apr 11, 2024 6:09 pm
Forum: Coding Questions
Topic: Process owner over LAN - SOLVED
Replies: 8
Views: 1910

Re: Process owner over LAN - SOLVED

Necro post I know, but I was using em_uk's code and with PB6.10 it's no longer working. I get an error:
PeekS() :Specified address is null.
by OldSkoolGamer
Tue Nov 28, 2023 6:06 pm
Forum: Announcement
Topic: [Windows] KeyStatus 1.00
Replies: 7
Views: 1346

Re: [Windows] KeyStatus 1.00 beta 1

Thanks for this, our newer notebooks don't have the Caps lock either and it's annoying. Was looking to do something similiar, but now I don't need to. :D
by OldSkoolGamer
Wed Nov 08, 2023 6:58 pm
Forum: Tricks 'n' Tips
Topic: RichEdit Functions (OOP) New: with Image-Support
Replies: 75
Views: 40046

Re: RichEdit Functions (OOP) New: with Image-Support

Fred wrote: Wed Nov 08, 2023 5:19 pm You need to enable the RTF mode for the editogadget. Put this code after the line '\hWnd = GadgetID(\ID)':

Code: Select all

SendMessage_(\hWnd, #EM_SETTEXTMODE, #TM_RICHTEXT, 0)
Thanks Fred, that fixed my issue. Appreciate it!!!
by OldSkoolGamer
Wed Nov 08, 2023 4:28 pm
Forum: Tricks 'n' Tips
Topic: RichEdit Functions (OOP) New: with Image-Support
Replies: 75
Views: 40046

Re: RichEdit Functions (OOP) New: with Image-Support

I also have an issue with this and the latest PB6.03, if you try to catchRTF a stored image in memory it just says "The system cannot find the file specified" Out of my expertise to fix or know what to look at.
by OldSkoolGamer
Thu Dec 16, 2021 3:13 pm
Forum: Coding Questions
Topic: COMAte to get network card info
Replies: 4
Views: 645

Re: COMAte to get network card info

OK, Did that and it works now, thanks for the tip, I think I can manage from here :wink: EDIT: Here's what I am using for any that want to know: Define.COMateObject objWMIService, IPConfig IPConfigSet.COMateEnumObject Define *var.VARIANT, *varIP.VARIANT *sa.SafeArray Dim IPArray.s(9) x=0 strComputer...
by OldSkoolGamer
Wed Dec 15, 2021 10:44 pm
Forum: Coding Questions
Topic: COMAte to get network card info
Replies: 4
Views: 645

COMAte to get network card info

Got this so far, it will return the description and the MAC, but not the IP Address, any thoughts or suggestions? Pretty sure it's due to the IP's being in an array so it might have to be a variant type instead of string, but not sure how to query like that. The included COMAte demo_GetIPAddresses d...
by OldSkoolGamer
Sat Aug 21, 2021 3:24 am
Forum: Tricks 'n' Tips
Topic: Multilanguage Dialogs
Replies: 3
Views: 3567

Re: Multilanguage Dialogs

HeX0R,

Thanks for posting this module. Very nice. I was looking for an easier way to translate my apps and this will definitely make it easier. Much appreciated. :D
by OldSkoolGamer
Tue Nov 13, 2018 7:20 pm
Forum: Announcement
Topic: [APP] Install Studio - Update 01 (17.11.2018)
Replies: 15
Views: 9550

Re: [APP] Install Studio

I just tried with an image and you are correct, it built successfully. Small suggestion, on the "Build Setup" screen, after the build has completed, the 'Cancel' button should probably change to 'Finish' or something. Really only cosmetic...
by OldSkoolGamer
Mon Nov 12, 2018 7:14 pm
Forum: Announcement
Topic: [APP] Install Studio - Update 01 (17.11.2018)
Replies: 15
Views: 9550

Re: [APP] Install Studio

I right clicked and ran as admin, this time the temp file was created in the proper place, but it still has the same error that it was unable to create the uninstaller. I've tried all three installer types with the same results as well just as a FYI. It is Windows 10 Pro - x64, no antivirus other th...
by OldSkoolGamer
Fri Nov 09, 2018 1:47 pm
Forum: Announcement
Topic: [APP] Install Studio - Update 01 (17.11.2018)
Replies: 15
Views: 9550

Re: [APP] Install Studio

I don't see that file in any temp directory:
C:\Users\Zax\AppData\Local\Temp
C:\Users\Zax\AppData\LocalLow\Temp
C:\Users\Zax\AppData\Roaming\Temp
C:\Windows\Temp
%temp%
by OldSkoolGamer
Thu Nov 08, 2018 4:14 pm
Forum: Announcement
Topic: [APP] Install Studio - Update 01 (17.11.2018)
Replies: 15
Views: 9550

Re: [APP] Install Studio

I do get an error every time that it cannot create the uninstaller for some reason...here's the log file contents with the name and e-mail removed: [2018-11-08] Install Studio - 2.0 [09:13:44] The name of the software: IT-Apps [09:13:44] Setup version 1.0 [09:13:44] Setup type Install Studio Pack Se...
by OldSkoolGamer
Tue Nov 06, 2018 3:27 am
Forum: Announcement
Topic: [APP] Install Studio - Update 01 (17.11.2018)
Replies: 15
Views: 9550

Re: [APP] Install Studio

Looks good, will give this a try and post results later. Thanks for sharing 8)

Update:

Tried this out last night and I like it. The interface is different than any other install maker I've used, but it somehow made more sense to me. Anyways, keep up the great work and again, thanks for sharing.
by OldSkoolGamer
Thu Sep 13, 2018 6:38 pm
Forum: Announcement
Topic: Pres3D source
Replies: 43
Views: 17890

Re: Pres3D source

Infratec,
Thank you for posting this. Funnily enough I was coming on the forum to look for this and BAM! there it was, even updated to 5.62. Saves me and others a TON of time, so once again, THANK YOU !!!
by OldSkoolGamer
Tue Feb 27, 2018 3:07 am
Forum: Tricks 'n' Tips
Topic: GIF & Image & Sprite & SpriteSheet -Wizard [Module -All OS]
Replies: 17
Views: 9737

Re: GIF - Image - Sprite & CSS & coloring Wizzard

Great tool as usual walbus. Question: Do you EVER sleep???