How to create a wallpaper/background image in the Frame for CW2x ================================================================ 1) Go to Gloabls/Embeds and in the source section "Inside the Global Map" add this : MODULE('XXY') DisableWindow(USHORT,SHORT Enabled=False),PASCAL,NAME('EnableWindow') END 2) In the Frame (main menu) Window Event Embed point: OpeningWindow START(Backwin) 3) using Insert Module create a Source procedure called BackWin DATA EMBED BackWindow WINDOW,CENTER,NOFRAME,MDI IMAGE,AT(0,0),USE(?image1),FULL END PROCESSED CODE EMBED OPEN(BackWindow) backwindow{PROP:at,1}=cfg:Xpos ! starting X coord for image backwindow{PROP:at,2}=cfg:Ypos ! starting Y coord backwindow{PROP:at,3}=cfg:width ! width of image backwindow{PROP:at,4}=cfg:height ! height of the image ?image1{PROP:text}='yourimage.bmp' ! WMF or BMP image to display ! These properties can be stored in a ! configuration file (shown above as CFG.. DisableWindow(BackWindow{PROP:Handle}) ACCEPT IF EVENT() = EVENT:CloseWindow THEN BREAK . END CLOSE(BackWindow) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ For more freeware, Clarion resources and programming help visit: www.sterlingdata.com Other templates by Sterling Data: ================================= *** LogFlash - activity & security logging. Plus rollback/undelete on a field-by-field basis *** IMPEX - import/export templates with simple drag/drop interface *** RemFlash - a Reminders and Messaging accessory for all your apps - your users will soon be wondering how they got by without it. *** SearchFlash - easy to use text and Query by Example searching *** BackFlash - give your users the security of a data back up option *** CopyFlash - all your copying needs in one template set. *** ZIPFlash - ZIP code auto lookup with a map and distance calculation. *** FormatFlash - freeware to add a disk format option to your apps Clarion Skill Pool - free to Clarion Developers Clarion Data Exchange Clarion Developers Photo Gallery