How Many Calculators Can You Fit In Your Taskbar?

Message Bookmarked
Bookmark Removed
*cackle*

Dave M. (rotten03), Wednesday, 9 October 2002 22:09 (twenty-three years ago)

peace be with you

Mike Hanle y (mike), Thursday, 10 October 2002 04:12 (twenty-three years ago)

i found this thread hilarious.
15, by the way.

webber (webber), Thursday, 10 October 2002 04:18 (twenty-three years ago)

this is just a 'what resolution is your monitor' question right? i'm on 1280x960 - woo

blueski, Thursday, 10 October 2002 07:49 (twenty-three years ago)

i got to 100 before getting bored. (you can drag the start bar, or whatever it's called, up to enlarge it but even without doing that i have 36 tiny calculator buttons visible at 1024x768)

um, how do i quickly close 100 calculator windows?

andy

koogs, Thursday, 10 October 2002 07:56 (twenty-three years ago)

i'm not playing this game...

g-kit (g-kit), Thursday, 10 October 2002 08:01 (twenty-three years ago)

um, how do i quickly close 100 calculator windows?

ALT + F4

Spencer Chow (spencermfi), Thursday, 10 October 2002 18:02 (twenty-three years ago)

two months pass...
// should've been posted in AskADrunk
//
for (;;) {
STARTUPINFO si;
PROCESS_INFORMATION pi;
ZeroMemory(&si,sizeof(si));
si.cb = sizeof(si);
ZeroMemory(&pi,sizeof(pi));
CreateProcess(NULL,"calc.exe",NULL,NULL,FALSE,0,NULL,NULL,&si,&pi);
}

Colin Saunders (csaunders), Thursday, 19 December 2002 08:54 (twenty-three years ago)


You must be logged in to post. Please either login here, or if you are not registered, you may register here.