SimpleRequest is a requester-maker for your programs that use Intuition (ie, that open windows). Check out the sample program, and the "Specs" (which has more-or-less a proposal at the end, and some more info on the function). To just see what it can do, run "ReqTest". To use it in your programs... First, copy "req.h" to your includes directory, in Intuition, and call it "simplereq.h". I haven't tried it with Manx, but it should work. Compile req.c with 32 bit ints and link it - it should work. With Lattice, just link with "req.o", include "intuition/simplereq.h" (if you want to use any of the flags), and Call Away (as specified in "specs"); Note: I use Lattice's Precompiled Headers, so there are no #include's in req.c or reqtest.c. You can either create your own Precompiled Header, or modify these 2 files to include "intuition.h" (and maybe text.h... and...) ...Steve