Search found 152 matches

by CELTIC88
Fri Nov 01, 2019 10:14 am
Forum: Coding Questions
Topic: Intercept task kill
Replies: 9
Views: 2100

Re: Intercept task kill

;used only for educational purposes, I am not responsible for any damages caused by this code ,use on your own risk!!! ;This code show how to protect a process from killing ;requires Administrator privileges ;If you want to make sure the computer can reboot normally, listen for shutdown/reboot and ...
by CELTIC88
Fri Oct 25, 2019 7:38 pm
Forum: Coding Questions
Topic: Refresh desktop (WIN10)
Replies: 10
Views: 3517

Re: Refresh desktop (WIN10)

try :

SHChangeNotify_($8000000,0,0,0)
by CELTIC88
Thu Oct 17, 2019 8:04 pm
Forum: Tricks 'n' Tips
Topic: DirectionalBlur module
Replies: 10
Views: 3994

Re: DirectionalBlur module

:( your work is great and perfect and....., thank you :D
by CELTIC88
Thu Aug 08, 2019 4:32 pm
Forum: Tricks 'n' Tips
Topic: Common Language Runtime (CLR) in PB
Replies: 9
Views: 4148

Re: Common Language Runtime (CLR) in PB

stranger??? it's working !!!

Image

Make sure you use x86 pb
and call the library with the same class and method
by CELTIC88
Thu Aug 08, 2019 3:06 pm
Forum: Tricks 'n' Tips
Topic: Common Language Runtime (CLR) in PB
Replies: 9
Views: 4148

Re: Common Language Runtime (CLR) in PB

RSBasic wrote:Image
:D you have tested?
by CELTIC88
Thu Aug 08, 2019 2:58 pm
Forum: Coding Questions
Topic: GetSoundVolume
Replies: 9
Views: 2203

Re: GetSoundVolume

goood luck ;) Interface IMMDeviceEnumerator Extends IUnknown EnumAudioEndpoints() GetDefaultAudioEndpoint(Flow.l, role.l, IMMDevice.i) GetDevice() RegisterEndpointNotificationCallback() UnregisterEndpointNotificationCallback() EndInterface Interface IAudioEndpointVolume Extends IUnknown RegisterCont...
by CELTIC88
Thu Aug 08, 2019 12:11 pm
Forum: Tricks 'n' Tips
Topic: Common Language Runtime (CLR) in PB
Replies: 9
Views: 4148

Common Language Runtime (CLR) in PB

hi all :D , Common Language Runtime (CLR) : The Common Language Runtime (CLR), the virtual machine component of Microsoft's .NET framework, manages the execution of .NET programs. Just-in-time compilation converts the managed code (compiled intermediate language code), into machine instructions whic...
by CELTIC88
Sun Jul 14, 2019 10:00 am
Forum: Tricks 'n' Tips
Topic: change exe icon [windows]
Replies: 5
Views: 1977

change exe icon [windows]

hi all :) , code Structure ICONDIRENTRY bWidth.a; // Width, in pixels, of the image bHeight.a; // Height, in pixels, of the image bColorCount.a; // Number of colors in image (0 if >=8bpp) bReserved.a ; // Reserved ( must be 0) wPlanes.u ; // Color Planes wBitCount.u ; // Bits per pixel dwBytesInRes....
by CELTIC88
Wed Mar 20, 2019 8:28 am
Forum: Coding Questions
Topic: Virtual list and Listicon. What is wrong?
Replies: 5
Views: 1108

Re: Virtual list and Listicon. What is wrong?

your 'string item' must be declared in global!!!!!
 
'field = ' is local
by CELTIC88
Fri Mar 15, 2019 12:05 pm
Forum: Coding Questions
Topic: Short File name
Replies: 4
Views: 1440

Re: Short File name

hi ;)

https://docs.microsoft.com/en-us/window ... tpathnamew

Code: Select all

spath.s{300}
GetShortPathName_(#PB_Compiler_Home +"Examples\Sources\Data\CdPlayer.ico",@spath,300)

Debug spath
by CELTIC88
Fri Mar 15, 2019 11:51 am
Forum: Coding Questions
Topic: False Malware flagged by Virus Software
Replies: 9
Views: 2521

Re: False Malware flagged by Virus Software

alternatif : you can change purebasic pe signature to bypass av ... EnableExplicit DisableASM #IMAGE_SCN_CNT_CODE = 32 #IMAGE_SCN_CNT_INITIALIZED_DATA = 64 #IMAGE_SCN_CNT_UNINITIALIZED_DATA = 128 #IMAGE_SCN_MEM_DISCARDABLE = $2000000 #IMAGE_SCN_MEM_NOT_CACHED = $4000000 #IMAGE_SCN_MEM_NOT_PAGED = $8...
by CELTIC88
Sat Feb 02, 2019 7:41 pm
Forum: Tricks 'n' Tips
Topic: VecVi - Create and output documents using VectorDrawing lib
Replies: 11
Views: 4814

Re: VecVi - Create and output documents using VectorDrawing

very good project, thank you for sharing :D
 
by CELTIC88
Wed Dec 12, 2018 4:35 pm
Forum: Coding Questions
Topic: [Resolved] Call procedure with several parameters by name
Replies: 34
Views: 5774

Re: Call procedure with several parameters by name

;) with asm 32bit Structure info FonctionName.s List parameterslist.i() EndStructure Runtime Procedure Function0() Debug "pas de parameteres ;)" EndProcedure Runtime Procedure Function1(par1) Debug PeekS(par1) EndProcedure Runtime Procedure Function2(par1,par2) Debug par1 Debug par2 EndPro...
by CELTIC88
Fri Dec 07, 2018 12:38 pm
Forum: Coding Questions
Topic: IP camera wiewer ...
Replies: 4
Views: 1501

Re: IP camera wiewer ...

this code has not been tested!! ;/////////////////////////////////////////////////////////////////// ;!!warning this code has not been tested, And use at your own risk!! ;/////////////////////////////////////////////////////////////////// InitNetwork() ip.s = "192.168.1.22" ;ip camera Port...
by CELTIC88
Thu Dec 06, 2018 7:48 pm
Forum: Tricks 'n' Tips
Topic: Save & Restore Desktop Icons Position[Windows]
Replies: 18
Views: 6305

Re: Save & Restore Desktop Icons Position[Windows]

:( I am very very sorry, in fact it's true my code causes a strange desktop display "with the second code"

I will see where is the problem

: ( re-sorry