Search found 152 matches

by CELTIC88
Fri Nov 05, 2021 2:16 pm
Forum: Tricks 'n' Tips
Topic: Include - unlimited decimals
Replies: 8
Views: 6375

Re: Include - unlimited decimals

big Thank you are the best :D
by CELTIC88
Fri Nov 05, 2021 12:23 pm
Forum: Tricks 'n' Tips
Topic: Include - unlimited decimals
Replies: 8
Views: 6375

Re: Include - unlimited decimals

good work
@STARGÅTE any update ?
by CELTIC88
Fri Nov 05, 2021 11:59 am
Forum: Tricks 'n' Tips
Topic: BigInt module (SSE2)
Replies: 44
Views: 19791

Re: BigInt module (SSE2)

Wonderful. :shock:
by CELTIC88
Fri Sep 03, 2021 9:12 am
Forum: Tricks 'n' Tips
Topic: libVLC in pb (Windows Only)
Replies: 27
Views: 9450

libVLC in pb (Windows Only)

:D hola libVLC is the core engine and the interface to the multimedia framework on which VLC media player is based. libVLC is modularized into hundreds of plugins, which may be loaded at runtime. This architecture provides great flexibility to developers (both VLC devs and devs consuming the library...
by CELTIC88
Sun Aug 08, 2021 2:48 pm
Forum: Tricks 'n' Tips
Topic: create a thumbnail from a video using libvlc
Replies: 3
Views: 2228

Re: create a thumbnail from a video using libvlc

Hallo :mrgreen: CELTIC !!! Too happy to read you, since this too much long time :D I believed you are dead :lol: All your mad great ideas missed me :wink: I have tested your code with 3 avi movies and it return a black image :| Perhaps my videos are not MP4, or perhaps it's because my VLC is a port...
by CELTIC88
Fri Aug 06, 2021 9:04 pm
Forum: Tricks 'n' Tips
Topic: create a thumbnail from a video using libvlc
Replies: 3
Views: 2228

create a thumbnail from a video using libvlc

Holla everyone ;) path_media$ = "path to video.mp4" If FileSize(path_media$) < 1 MessageRequester("error", "video not exist...") End EndIf path_libvlc$ = "C:\Program Files\VideoLAN\VLC\libvlc.dll" If FileSize(path_libvlc$) < 1 MessageRequester("error"...
by CELTIC88
Sat Nov 30, 2019 12:21 pm
Forum: Coding Questions
Topic: Listview with images and multline text
Replies: 5
Views: 1268

Re: Listview with images and multline text

A quick example using "listicon" may help you Global id_Listview #ListIcon_separator_line = "&newline&" #Font_height = 14 #ListIcon_NumberOfLine = 3 Procedure WinCallback(hWnd, uMsg, WParam, LParam) If uMsg = #WM_NOTIFY Protected *tNMHDR.NMHDR=lParam If *tNMHDR\hwndFrom =...
by CELTIC88
Wed Nov 27, 2019 11:46 am
Forum: Tricks 'n' Tips
Topic: NVIDIA Management Library (NVML) and PureBasic
Replies: 9
Views: 2615

Re: NVIDIA Management Library (NVML) and PureBasic

i have temperature 55 c ? it's normal?
by CELTIC88
Wed Nov 27, 2019 11:43 am
Forum: Tricks 'n' Tips
Topic: NVIDIA Management Library (NVML) and PureBasic
Replies: 9
Views: 2615

Re: NVIDIA Management Library (NVML) and PureBasic

kvitaliy wrote:
CELTIC88 wrote:interesting
i have an error
PureBasic compiler x64?
check GPU_count, GPU_Handle values.

"" ah it work fine in x64, thank for sharing :)
by CELTIC88
Wed Nov 27, 2019 11:26 am
Forum: Tricks 'n' Tips
Topic: VCall (Variadic Call) module
Replies: 23
Views: 5784

Re: VCall (Variadic Call) module

good to created with a scripting language
example:

dllcal("kernel32","sleep","i:200000")
translate to
Args(0)\i = 200000
VCall(GetFunction("kernel32","Sleep"), @Args(), @"i")

:) just an imagination...
by CELTIC88
Wed Nov 27, 2019 11:14 am
Forum: Tricks 'n' Tips
Topic: NVIDIA Management Library (NVML) and PureBasic
Replies: 9
Views: 2615

Re: NVIDIA Management Library (NVML) and PureBasic

interesting
i have an error

Image
by CELTIC88
Thu Nov 14, 2019 6:09 pm
Forum: Coding Questions
Topic: Read windows console already open [Resolved]
Replies: 12
Views: 3107

Re: Read windows console already open

:D hi @Kwai chang caine for you :lol: ;exemple to get any console text by Handle using UI Automation ;https://en.wikipedia.org/wiki/Microsoft_UI_Automation EnableExplicit Macro DEFINE_GUID(name, l1, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) DataSection name: Data.l $l1 Data.w $w1, $w2 Data.b $b1, $b2,...
by CELTIC88
Fri Nov 01, 2019 2:24 pm
Forum: Coding Questions
Topic: Intercept task kill
Replies: 9
Views: 2094

Re: Intercept task kill

or do a dll for monitor the process,
"https://helpdeskgeek.com/how-to/registe ... n-windows/"

or make a rootkit :D hhhh , I'm joking ""