
Search found 92 matches
- Mon Apr 26, 2004 11:23 am
- Forum: Coding Questions
- Topic: DirectX needed
- Replies: 8
- Views: 2402
- Mon Apr 26, 2004 9:44 am
- Forum: Coding Questions
- Topic: DirectX needed
- Replies: 8
- Views: 2402
- Sun Apr 25, 2004 9:03 pm
- Forum: Game Programming
- Topic: Process memory usage
- Replies: 2
- Views: 2003
- Sun Apr 25, 2004 11:47 am
- Forum: Game Programming
- Topic: Process memory usage
- Replies: 2
- Views: 2003
Process memory usage
Hi,
How would I go about getting the amount of memory a process is using? I want to dabble with my own memory hacking tool, but I have no idea what range of addresses to actually search (0 - 4bn is a bit wide)
Thanks,
Kris
PS. I think the task manager uses the method I'm looking for.
http ...
How would I go about getting the amount of memory a process is using? I want to dabble with my own memory hacking tool, but I have no idea what range of addresses to actually search (0 - 4bn is a bit wide)
Thanks,
Kris
PS. I think the task manager uses the method I'm looking for.
http ...
- Sat Apr 24, 2004 12:18 pm
- Forum: Coding Questions
- Topic: Detect press button in external programs
- Replies: 6
- Views: 1796
- Sat Apr 24, 2004 10:23 am
- Forum: Windows
- Topic: need help to convert powerbasic enum services
- Replies: 14
- Views: 7371
- Sat Apr 24, 2004 8:11 am
- Forum: Tricks 'n' Tips
- Topic: Image Rotate, Pull, Reverse & Stretch - Updated
- Replies: 26
- Views: 16272
- Fri Apr 23, 2004 8:52 pm
- Forum: Tricks 'n' Tips
- Topic: Image Rotate, Pull, Reverse & Stretch - Updated
- Replies: 26
- Views: 16272
- Mon Apr 19, 2004 10:44 pm
- Forum: Coding Questions
- Topic: ResizeWindow halting
- Replies: 18
- Views: 4674
- Mon Apr 19, 2004 4:24 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] Commas in 'select' statement?
- Replies: 8
- Views: 2265
[Implemented] Commas in 'select' statement?
I had a quick search for something similar to this and found nothing, which was really suprising.
Select Somevar
case 1,2,3,4
; Do something
case 5,6,7,8
; Do something else
endselect
This would be incredibly handy, at the moment I'm forced to use functions to execute the same code in two ...
Select Somevar
case 1,2,3,4
; Do something
case 5,6,7,8
; Do something else
endselect
This would be incredibly handy, at the moment I'm forced to use functions to execute the same code in two ...
- Mon Apr 19, 2004 3:06 pm
- Forum: Coding Questions
- Topic: ResizeWindow halting
- Replies: 18
- Views: 4674
- Mon Apr 19, 2004 12:56 pm
- Forum: Feature Requests and Wishlists
- Topic: using #pb_any
- Replies: 21
- Views: 4557
I like this better, personally:
I hope PB gets this syntax one day 
Code: Select all
if (file = fopen("test.txt","rb")) {
// etc
}

- Mon Apr 19, 2004 12:04 am
- Forum: Game Programming
- Topic: Learn to program 2D games book
- Replies: 98
- Views: 47238
- Sun Apr 18, 2004 9:02 pm
- Forum: General Discussion
- Topic: New commands or having a more stable version!?
- Replies: 14
- Views: 3222
- Sat Apr 17, 2004 6:29 pm
- Forum: Coding Questions
- Topic: Windows Scheduled Tasks
- Replies: 7
- Views: 4341