Boa tarde,
Tenho um form que tem 20 retangulos invisiveis,
e se tornam visiveis no evento clique de um botão:
Meubotao.click()
If Me.MeuCampo = 20 Then
Me.Caixa1.Visible = True
Me.Caixa1.Height = Me.MeuCampo/20
Me.Caixa1.Width = Me.MeuCampo/20
Me.Caixa1.Top = 0
Me.Caixa1.Left = 0
Me.Caixa2.Visible = True
Me.Caixa2.Height = Me.MeuCampo/20
Me.Caixa2.Width = Me.MeuCampo/20
Me.Caixa2.Top = 0
Me.Caixa2.Left = Me.MeuCampo/20 ' aqui vai avançando para ficarem todas lado a lado
... e sucessivamente até á Caixa20..
Existe alguma rotina que se adapte a esta situação?
Melhores Cumprimentos
Tenho um form que tem 20 retangulos invisiveis,
e se tornam visiveis no evento clique de um botão:
Meubotao.click()
If Me.MeuCampo = 20 Then
Me.Caixa1.Visible = True
Me.Caixa1.Height = Me.MeuCampo/20
Me.Caixa1.Width = Me.MeuCampo/20
Me.Caixa1.Top = 0
Me.Caixa1.Left = 0
Me.Caixa2.Visible = True
Me.Caixa2.Height = Me.MeuCampo/20
Me.Caixa2.Width = Me.MeuCampo/20
Me.Caixa2.Top = 0
Me.Caixa2.Left = Me.MeuCampo/20 ' aqui vai avançando para ficarem todas lado a lado
... e sucessivamente até á Caixa20..
Existe alguma rotina que se adapte a esta situação?
Melhores Cumprimentos