Search found 119 matches
- Fri May 28, 2004 11:40 pm
- Forum: Coding Questions
- Topic: sorry to bring bad news darklordz has died
- Replies: 14
- Views: 3321
their where people who wanted to know. how he died. they mailed me or asked on this forum about his dead. i dont wanted too put this on the forum. but i had too because programming is was his life. he invested many hours/days/months and even years too programming. he made some frends here who didnt ...
- Sun May 23, 2004 8:50 pm
- Forum: Coding Questions
- Topic: sorry to bring bad news darklordz has died
- Replies: 14
- Views: 3321
sorry to bring bad news darklordz has died
His real name is rewie baldewsingh and www.balpoint.com has stopt.
this is the reason why he isnt online anymore. sorry to bring this too you guys. i know he was very often on this site.
Rewie where ever you're now. you're always be in our hearts

this is the reason why he isnt online anymore. sorry to bring this too you guys. i know he was very often on this site.
Rewie where ever you're now. you're always be in our hearts

- Mon Mar 29, 2004 3:12 pm
- Forum: Coding Questions
- Topic: I just bought PB.
- Replies: 15
- Views: 4304
- Mon Mar 29, 2004 11:41 am
- Forum: Off Topic
- Topic: Digital Twilight...Forum Skin...
- Replies: 3
- Views: 1799
- Sun Mar 14, 2004 11:08 pm
- Forum: Tricks 'n' Tips
- Topic: Screen Capture
- Replies: 32
- Views: 29338
- Sun Mar 14, 2004 6:15 am
- Forum: Coding Questions
- Topic: Any advanced ExamineLibraryFunctions() ??
- Replies: 4
- Views: 1799
- Sun Mar 14, 2004 6:06 am
- Forum: Coding Questions
- Topic: OS>Is it possible?
- Replies: 15
- Views: 4286
if you want to create an os checkout www.emu8086.com it great. A friend of mine and i bought it together, we both are working on a simple os using it. try the demo it ha a 5 kb kernell &loader included!
features:
- Complete software emulation of Intel's 8086 microprocessor.
- Interactive Debugger ...
features:
- Complete software emulation of Intel's 8086 microprocessor.
- Interactive Debugger ...
- Sun Mar 14, 2004 6:01 am
- Forum: Tricks 'n' Tips
- Topic: Network Server Admin...
- Replies: 1
- Views: 2093
Network Server Admin...
Code updated for 5.20+
I hope this helps others that wish to start their own network server communication tools. I am writing a application like RAdmin it would be pretty funky. Besides i have a quake ||| arena server id like to manage remotely :P
It has functions for saving and packing ...
I hope this helps others that wish to start their own network server communication tools. I am writing a application like RAdmin it would be pretty funky. Besides i have a quake ||| arena server id like to manage remotely :P
It has functions for saving and packing ...
- Sat Mar 13, 2004 8:20 pm
- Forum: Coding Questions
- Topic: Howto Save a Screenshot?
- Replies: 9
- Views: 2853
- Sat Mar 13, 2004 8:09 pm
- Forum: Coding Questions
- Topic: Howto Save a Screenshot?
- Replies: 9
- Views: 2853
- Sat Mar 13, 2004 6:48 pm
- Forum: Feature Requests and Wishlists
- Topic: [Implemented] 64Bit
- Replies: 10
- Views: 3503
- Sat Mar 13, 2004 6:09 pm
- Forum: Off Topic
- Topic: Digital Twilight...Forum Skin...
- Replies: 3
- Views: 1799
Digital Twilight...Forum Skin...
Heh just found the forum skins their cool altough the toplogo doesnt fit em all.... I love the digital twilight one.....
- Sat Mar 13, 2004 5:43 pm
- Forum: Coding Questions
- Topic: Howto Save a Screenshot?
- Replies: 9
- Views: 2853
Howto Save a Screenshot?
Procedure CaptureScreen(Left.l, Top.l, Width.l, Height.l)
dm.DEVMODE
srcDC.l
trgDC.l
BMPHandle.l
srcDC = CreateDC_("DISPLAY", "", "", dm)
trgDC = CreateCompatibleDC_(srcDC)
BMPHandle = CreateCompatibleBitmap_(srcDC, Width, Height)
SelectObject_( trgDC, BMPHandle)
BitBlt_( trgDC, 0, 0 ...
dm.DEVMODE
srcDC.l
trgDC.l
BMPHandle.l
srcDC = CreateDC_("DISPLAY", "", "", dm)
trgDC = CreateCompatibleDC_(srcDC)
BMPHandle = CreateCompatibleBitmap_(srcDC, Width, Height)
SelectObject_( trgDC, BMPHandle)
BitBlt_( trgDC, 0, 0 ...
- Sat Mar 13, 2004 5:41 pm
- Forum: Tricks 'n' Tips
- Topic: Screen Capture
- Replies: 32
- Views: 29338
- Thu Mar 11, 2004 3:12 am
- Forum: Announcement
- Topic: Pure NFO Viewer v1.1 (Version Updated)
- Replies: 18
- Views: 6724