i have a shockwaveflash object on my form, the problem is this code wont work, is there another code available to make the ShockwaveFlash1 be the same size as the form
Thanks in AdvanceCode:Private Sub Form_Load() ShockwaveFlash1.Width = Me.Width ShockwaveFlash1.Height = Me.Height End Sub
Chris1990




Reply With Quote