Working with clipboard and bitmaps
Introduction Visual foxpro works well with the text clipboard.Can put any text in clipboard with _cliptext system variable (Contains the contents of the Clipboard.).It can simulate the windows public hotkeys CTRL+C (copy),CTRL+X(cut),ctrl+V(paste) (for...