Search found 2777 matches

by Danilo
Sat Apr 26, 2003 3:30 pm
Forum: General Discussion
Topic: Forum Bug
Replies: 3
Views: 1292

Yep.

Old trick: Copy to Wordpad and then copy&paste from there.
by Danilo
Sat Apr 26, 2003 12:58 pm
Forum: Coding Questions
Topic: 1 Thread = 1 Procedure?!
Replies: 2
Views: 1238

; ; by Danilo, 08.03.2003 (de-forum) ; Global FensterZahl Procedure FensterThread(value) FensterZahl + 1 OpenWindow(FensterZahl, Random(300), Random(300), 200, 200, #PB_Window_MinimizeGadget, "Fenster "+Str(FensterZahl)) Repeat Select WaitWindowEvent() Case #PB_EventCloseWindow QuitThread...