Search found 52 matches

by Claes
Wed Apr 08, 2009 2:45 pm
Forum: fun talk
Topic: Purchasing Delphi 7 professionel
Replies: 1
Views: 10632

Purchasing Delphi 7 professionel

Hi,

I've been browsing the net for a place to buy a legal copy of Delphi 7 Pro, but I came out emptyhanded :-( Can anyone give me a hint, please?

Thanks,
Claes
by Claes
Sat Mar 18, 2006 10:48 pm
Forum: madKernel
Topic: NewProcess right after Process.Close?
Replies: 3
Views: 9493

Yes it did, thanks! ;-)
by Claes
Tue Mar 14, 2006 11:54 am
Forum: madKernel
Topic: NewProcess right after Process.Close?
Replies: 3
Views: 9493

Ok, it works with P.Terminate... But is there a cleaner solution?
by Claes
Tue Mar 14, 2006 11:54 am
Forum: madKernel
Topic: NewProcess right after Process.Close?
Replies: 3
Views: 9493

NewProcess right after Process.Close?

Hi Mathias! I have the following code, where EXE is a valid filename for an executable on my system: var P: IProcess; Running, NeedRestart: Boolean; begin P := Process(EXE); Running := P.IsStillRunning; NeedRestart := True; // just for testing if not Running or NeedRestart then begin if Running then...
by Claes
Wed Sep 28, 2005 9:26 pm
Forum: fruits
Topic: Hi-scores
Replies: 44
Views: 123406

Maybe in this weekend...

I think Mathias got occupied with madCollection stuff... But have patience! The new version should be worth a wait: It has a highscore list and you don't exit the game all the time (continous play). Mathias also spend some time making the game feel more like the original Fruity Frank, but (in my opi...
by Claes
Wed Aug 10, 2005 12:00 pm
Forum: fruits
Topic: Hi-scores
Replies: 44
Views: 123406

I'd certainly like to give it a try! What Delphi version was it lastest compiled under? Do I need any 3rd party components etc..?

If you are interested, you can send the project to cnorreen(at)hotmail(dot)com
by Claes
Wed Aug 10, 2005 11:23 am
Forum: fruits
Topic: Hi-scores
Replies: 44
Views: 123406

Still playin'

I know I'm still playing regularly... :D Still haven't beaten my own hi-score though... :sorry: I'm also hoping for an update. They two most importent enhancements to me is: 1) Continious play - no need to exit program and start it again. :sceptic: 2) Hi-score list. :oops: Hope you'll have time to d...
by Claes
Fri Jan 14, 2005 11:24 pm
Forum: fruits
Topic: 32 bit colors required??
Replies: 1
Views: 14407

32 bit colors required??

Hi Mathias,

My brother is getting the hang of Fruits too! ;) The other day he tried to install the game of his old laptop, but unfortunately he can't play, seemingly because the graphic card doesn't support 32 bit colors..? I dunno, but to me it would appear that 256 color should be sufficient?
by Claes
Thu Nov 25, 2004 3:06 pm
Forum: fun talk
Topic: How can I avoid flickering when my component repaints?
Replies: 5
Views: 12294

Ok, but since I have 8 rects, I'd have to invalidate 8 rects resulting in 8 calls to Paint. And since I have shift the color of all the rects in one process, I don't think it'll work. Isn't this true? Or maybe I have misunderstood something? That's why I tried the Region-approach... :crazy: Can you ...
by Claes
Wed Nov 24, 2004 10:38 pm
Forum: fun talk
Topic: How can I avoid flickering when my component repaints?
Replies: 5
Views: 12294

Thanks for your reply! I've modified the source a great deal now. First, to use InvalidateRect/InvalidateRgn, the component had to decent from TCustomControl. I made it decent from TCustomPanel in order to take advantage of some of this components properties. Secondly, I'm trying to use InvalidateRg...
by Claes
Mon Nov 22, 2004 11:59 am
Forum: fun talk
Topic: How can I avoid flickering when my component repaints?
Replies: 5
Views: 12294

How can I avoid flickering when my component repaints?

The Firefox browser has a cool animation displayed when a page is loading. It's just a circle made up of 8 smaller circles each with scaled color. Hopefully you all know Firefox? Otherwise you can take a look here: http://www.getfirefox.com . I've made that animation into a Delphi component. It work...
by Claes
Sat Nov 20, 2004 11:29 pm
Forum: madCodeHook
Topic: winsock example code
Replies: 118
Views: 180442

Thanks, I missed that button... Perfect! ;) :redBalloon:
by Claes
Fri Nov 19, 2004 10:30 am
Forum: madCodeHook
Topic: winsock example code
Replies: 118
Views: 180442

Hi zamolx!

I've downloaded your app. And it's very, very cool!! :D Many thanks for posting this. And I can't wait to see the source code!

One little thing that could be nice was to be able to clear the treeview at left without having to exit the program.
by Claes
Sun Aug 15, 2004 10:28 pm
Forum: madDisAsm
Topic: How to disasamle code from another process?
Replies: 6
Views: 27217

Bollox! ;) But you got a strong point, I must admit... 8)
by Claes
Sun Aug 15, 2004 8:25 pm
Forum: madDisAsm
Topic: How to disasamle code from another process?
Replies: 6
Views: 27217

On the other hand, you could cover hooking and disasm in just one Demo..! And I wouldn't mind it had to go in a DLL... :D