On Jan 18, 2010, at 10:00 AM, Emmett wrote: > Well a short finished example of this would be a real good thing. > '---------------- dim as MenuRef mRef dim as OSStatus err err = fn CreateStandardWindowMenu( 0, mRef ) InsertMenu( mRef, 0 ) window 1,"window 1" window 2,"window 2" do HandleEvents until ( gFBquit ) '---------------------- Brian S