I wanted to grab the contents of a HBox as picture (it contains other controls), put the code under a button: Public Sub Button1_Click() Dim pic As Picture pic = HBox1.Grab() End This gives an error message 'wanted picture, got void instead'. Any one got any ideas? Thanks in anticipation. Richard