Setting width and height programatically

  •  08-09-2005, 1:55 AM

    Setting width and height programatically

    Hi,
     
    I must be missing something simple here but I can't seem to set the width and height in vb code
     
    I have tried
     
    .height = 100
    .height.pixel = 100
    .height = "100"
    .height = "100px"
     
    Thanks
     
    Andy
View Complete Thread