Search found 49 matches

by ToastEater
Sun Aug 27, 2006 1:59 pm
Forum: Game Programming
Topic: Diablo?
Replies: 23
Views: 8463

i wanted to make a Diablo look a like thing too. Nothing fancy just 2d. But im currectly a n00b :oops:
by ToastEater
Sun Aug 27, 2006 1:52 pm
Forum: Off Topic
Topic: Good backup system for DVDs (LEGALLY OWNED)
Replies: 14
Views: 3694

what about a encrypted link :D just wondering...
by ToastEater
Sun Aug 27, 2006 1:47 pm
Forum: Off Topic
Topic: Microsoft XNA Studio
Replies: 14
Views: 3394

commodor rocks :lol:
by ToastEater
Sun Aug 27, 2006 1:39 pm
Forum: Off Topic
Topic: What can PB short Stand for?
Replies: 33
Views: 5944

pik på babe -> danish mean some naughty :D

EDIT
Pure Bitch
poor bitch
pwange bitch.
You name it :lol:
by ToastEater
Thu Aug 24, 2006 7:13 pm
Forum: Off Topic
Topic: What can PB short Stand for?
Replies: 33
Views: 5944

Fast replies nice =D please post more
between
Push Bx
Push Bl

:P
by ToastEater
Thu Aug 24, 2006 4:16 pm
Forum: Off Topic
Topic: What can PB short Stand for?
Replies: 33
Views: 5944

What can PB short Stand for?

Hiya im just too bored so i wanna ask ya what PB could stand for stand for. Heres mine.

Pure Basic
Poor basic - Not meant as a offend :)
Pretty Boy
Pretty Babe


Post yours! :P
by ToastEater
Sun Aug 20, 2006 12:03 pm
Forum: Game Programming
Topic: Comtois 3D tutorial poorly translated to English
Replies: 4
Views: 3955

Final some wrote/rewrote a tutorial about 3D in english

Thanks starting making sense. Still reading....

Regardz
by ToastEater
Sun Aug 20, 2006 2:14 am
Forum: General Discussion
Topic: Really good protection system?
Replies: 106
Views: 31179

Everything can be cracked/hacked, so the only thing to do is make it all to virus/trojan horses/spywire/adaware and start steal ppl information and sell it to highest bidder :D lol just kidding :P


The only thing is to make a server and let them registrer there as a account(only one per program)
By ...
by ToastEater
Sun Aug 20, 2006 1:59 am
Forum: Coding Questions
Topic: Macro VS. Procedures?
Replies: 2
Views: 1226

Hi ToastEater,

As in most things in life I guess its a question of balance and control
And as a decision is more likely to emerge when optimizing your code

I think sometimes its more worth avoiding stuff like multiple-dimensional arrays and anything which is beyond your control to really optimize ...
by ToastEater
Sun Aug 20, 2006 1:52 am
Forum: Windows
Topic: While Gadget Is Pressed?
Replies: 8
Views: 2786

@Sparkie
Excatly what i needed thanks man :D
@LocalMotion34
:) toolate thanks anyway :wink:
by ToastEater
Sat Aug 19, 2006 1:30 pm
Forum: Coding Questions
Topic: Macro VS. Procedures?
Replies: 2
Views: 1226

Macro VS. Procedures?

I Know macros are the compiler simply replacing the source code before the real compileing process appear.
I know to large functions procedures must take place and to the smaller onces a macro can be much faster. But when is it a large function and need procedure?

Asking about speed and size ...
by ToastEater
Sat Aug 19, 2006 12:53 pm
Forum: Windows
Topic: While Gadget Is Pressed?
Replies: 8
Views: 2786

Anybody ? :( i can't get my Track button to my timer to work :(
by ToastEater
Fri Aug 18, 2006 6:13 am
Forum: Windows
Topic: While Gadget Is Pressed?
Replies: 8
Views: 2786

@NetMaestro I'd like to help but I just can't understand what you're trying to accomplish, I'm sorry.
I know Thanks :)
.


okay i past a bit of my code


Select EventGadget()
Case _mp3timetrack
mciseek(GetGadgetState(_mp3timetrack))
EndSelect

Very simply if the _mp3timetrack have been touch it ...
by ToastEater
Fri Aug 18, 2006 5:37 am
Forum: Windows
Topic: While Gadget Is Pressed?
Replies: 8
Views: 2786

to have a Trackbar Desideing he position of a mp3 file playing
by ToastEater
Fri Aug 18, 2006 2:02 am
Forum: Windows
Topic: While Gadget Is Pressed?
Replies: 8
Views: 2786

While Gadget Is Pressed?

Ima currectly making a quite big project there controls lot of files.
Within there have to be a MP3.
Its working perfectly with the mciSendString but there is still one problem, with the Trackbar for change the time.
I need something about when a Gadget is hold down it wont go futhure in the code ...