GADID IDNumber This command assigns IDNumber to the gadget you attach it to. Example : GadID 10 The IDNumber is used by other commands to reference the gadget. You need not give a GadID to a gadget when you are not going to change it. Other commands will usually reference the Gadget as follows : Update @{" GuiName " LINK "GuiNames"} GadID Value In the above example, GuiName is the name of the file that the gadget resides in and the GadID is the ID you have given it. In this way, you can SetGad, Update etc any gadget, in any loaded GUI. --------------------------------------------------------------- @{b}See also :@{b} @{" LVHook " link LVHook } @{" LVUse " link LVUse } @{" SetGad " link SetGad }