Hello,
Also waiting for it.
Thanks for your work.
Rergards,
newbie.
Search found 296 matches
- Fri Feb 20, 2009 10:10 pm
- Forum: Linux
- Topic: Compiling 32bit application on 64bit Linux
- Replies: 4
- Views: 3194
- Mon Sep 18, 2006 12:03 am
- Forum: Tricks 'n' Tips
- Topic: Menu Icons
- Replies: 23
- Views: 14297
Amazing srod, thanks for sharing
Just an addition, for people wanting to get the current default system background color for the text, just use this API :
Thanks again srod 

Just an addition, for people wanting to get the current default system background color for the text, just use this API :
Code: Select all
Global Menu_BackColour = GetSysColor_(#COLOR_MENU)

- Tue Sep 12, 2006 1:24 am
- Forum: Tricks 'n' Tips
- Topic: TCP and UDP tables + PID
- Replies: 8
- Views: 7002
- Mon Sep 11, 2006 11:27 pm
- Forum: Tricks 'n' Tips
- Topic: TCP and UDP tables + PID
- Replies: 8
- Views: 7002
- Sat Sep 09, 2006 7:07 pm
- Forum: Tricks 'n' Tips
- Topic: TCP & UDP connection table
- Replies: 3
- Views: 3086
- Sat Sep 09, 2006 7:03 pm
- Forum: Tricks 'n' Tips
- Topic: Increase your program privileges
- Replies: 1
- Views: 1791
Increase your program privileges
Code updated For 5.20+
Hello,
Increasing it's own program privileges is needed for instance if you want to enumerate all running processes. With the search fucntion I found few other posts with a procedure like this, but mine checks (hopefully) all errors that can happens.
Procedure.b ...
Hello,
Increasing it's own program privileges is needed for instance if you want to enumerate all running processes. With the search fucntion I found few other posts with a procedure like this, but mine checks (hopefully) all errors that can happens.
Procedure.b ...
- Sat Sep 09, 2006 11:14 am
- Forum: Coding Questions
- Topic: CopyMemory() only in ASM without API possible ?
- Replies: 1
- Views: 1076
CopyMemory() only in ASM without API possible ?
Hello,
Just out of curiosity, I've looked at the /COMMENTED ASM output, and noticed the following :
; CopyMemory(*Fromaddr, *Toaddr, 5)
PUSH dword 5
PUSH dword [esp+PS28+4]
PUSH dword [esp+PS28+12]
CALL _PB_CopyMemory@12
Isn't it possible to copy directly the memory in pure ASM ?
MOV eax ...
Just out of curiosity, I've looked at the /COMMENTED ASM output, and noticed the following :
; CopyMemory(*Fromaddr, *Toaddr, 5)
PUSH dword 5
PUSH dword [esp+PS28+4]
PUSH dword [esp+PS28+12]
CALL _PB_CopyMemory@12
Isn't it possible to copy directly the memory in pure ASM ?
MOV eax ...
- Mon Sep 04, 2006 3:25 pm
- Forum: Coding Questions
- Topic: Returning string from multiselect
- Replies: 8
- Views: 2450
- Mon Sep 04, 2006 10:09 am
- Forum: Coding Questions
- Topic: Multiple window event handling?
- Replies: 15
- Views: 5556
- Sun Sep 03, 2006 11:02 pm
- Forum: Coding Questions
- Topic: Managing multiple windows, any help/tutorial ?
- Replies: 6
- Views: 1885
- Sun Sep 03, 2006 8:18 pm
- Forum: Coding Questions
- Topic: Managing multiple windows, any help/tutorial ?
- Replies: 6
- Views: 1885
- Sun Sep 03, 2006 7:42 pm
- Forum: Coding Questions
- Topic: Managing multiple windows, any help/tutorial ?
- Replies: 6
- Views: 1885
- Sun Sep 03, 2006 7:31 pm
- Forum: Coding Questions
- Topic: Managing multiple windows, any help/tutorial ?
- Replies: 6
- Views: 1885
Managing multiple windows, any help/tutorial ?
Hello,
I didn't found in the help file how to manage multiple windows, and it's not obvious. If you create two windows, does each one should have it's own event management, or should it be only one event loop which handles both windows ?
Does each window should be created in a separate thread with ...
I didn't found in the help file how to manage multiple windows, and it's not obvious. If you create two windows, does each one should have it's own event management, or should it be only one event loop which handles both windows ?
Does each window should be created in a separate thread with ...
- Tue Aug 29, 2006 10:17 am
- Forum: Tricks 'n' Tips
- Topic: API hooking
- Replies: 26
- Views: 14461
- Sat Aug 26, 2006 11:21 pm
- Forum: Coding Questions
- Topic: Passing variables instead of pointers works anyway ?
- Replies: 2
- Views: 1127