On Wednesday, September 24, 2003, at 02:14 AM, Ken Shmidheiser wrote: > Waverly, > > Apologies for not reading more carefully. You did not properly define > fn GetDialogWindow. Also, be sure to release the CF strings. > > Try this: > > Ken > <snip of cool demo> I take it that it should say "This is an example of a Standard Sheet Alert." (vs "Standard Sheet") :) Thanks for both of those Ken. You people who use the.. #if 0 #else #endif ....convention really confuse me. As I understand it, it's the Einstein way to comment out code or something. In this case, I take that it shows 2 ways of doing the same thing, the former more flexible than the latter? :) #if 0 // Not called wethinks. Robert Bob #else // Calls for alarm. boB treboR // Back words. #endif