> Actually i want to reload the DirChooser contents not redraw the control. > Yes, the Reload() method exists only in Gambas 3. But I think you have a workaround: DIM hObject AS Object = hDirChooser.Children[0] hObject.btnRefresh_Click Tell me if it works! -- Benoît Minisini