DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub UserForm_Activate()
MsgBox UserForm1.width & "x" & UserForm1.height
End Sub
Private Sub UserForm_Activate()
Me.Top = Application.Top
Me.Left = Application.Left
Me.Height = Application.Height
Me.Width = Application.Width
MsgBox UserForm1.Width & "x" & UserForm1.Height
End Sub
.....Frame büyüyünce İçindeki nesnelerin karakterleride büyüyor.......
For a = 0 To Controls.Count - 1
Controls(a).Font.Size = 8 / form_oran
Next