Search found 119 matches

by darklordz
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 ...
by darklordz
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

:cry:
by darklordz
Mon Mar 29, 2004 3:12 pm
Forum: Coding Questions
Topic: I just bought PB.
Replies: 15
Views: 4304

hey welcome and enjoy!
by darklordz
Mon Mar 29, 2004 11:41 am
Forum: Off Topic
Topic: Digital Twilight...Forum Skin...
Replies: 3
Views: 1799

check ur profile you can select forum skins....
by darklordz
Sun Mar 14, 2004 11:08 pm
Forum: Tricks 'n' Tips
Topic: Screen Capture
Replies: 32
Views: 29338

Greate Job!
by darklordz
Sun Mar 14, 2004 6:15 am
Forum: Coding Questions
Topic: Any advanced ExamineLibraryFunctions() ??
Replies: 4
Views: 1799

Google for ResourceHunter it's a great tool... Only have the demo :S
usualy a dll will have documentation somewhere that will state the use of it's functions...
by darklordz
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 ...
by darklordz
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 ...
by darklordz
Sat Mar 13, 2004 8:20 pm
Forum: Coding Questions
Topic: Howto Save a Screenshot?
Replies: 9
Views: 2853

I kept everything (it happens when u have over 3gb webspace) and like to have access to ur files 24/7.....

the files were only public for a couple of hrs (3/4) the friendly peeps @ blitz irc told me about it....

edit: the final function is
Procedure.l CaptureScreen(Left.l, Top.l, Width.l, Height ...
by darklordz
Sat Mar 13, 2004 8:09 pm
Forum: Coding Questions
Topic: Howto Save a Screenshot?
Replies: 9
Views: 2853

Yes and No, a mistake that could have happenend to anyone... This is gonna follow me to the grave. Ive explained this to numerous people. I kept all of my data on a webserver and after a server reset my index go tdeleted to people (mostly from blitzcoder) could browse my stuff.... (<< the realy ...
by darklordz
Sat Mar 13, 2004 6:48 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] 64Bit
Replies: 10
Views: 3503

I agree
by darklordz
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.....
by darklordz
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 ...
by darklordz
Sat Mar 13, 2004 5:41 pm
Forum: Tricks 'n' Tips
Topic: Screen Capture
Replies: 32
Views: 29338

@dagcrack, detect witch windows os the user has and apply..(if then...)
How would one save the screenshot?
by darklordz
Thu Mar 11, 2004 3:12 am
Forum: Announcement
Topic: Pure NFO Viewer v1.1 (Version Updated)
Replies: 18
Views: 6724

@all i was merely stating that there is more then just 1 type of nfo for those that don't know.. and a separate viewer is fine as long as it restores the previous asociation on uninstall....that might be a good option to add. ;)