Ir para conteúdo
Fórum Script Brasil

Stay Here

Membros
  • Total de itens

    2
  • Registro em

  • Última visita

Tudo que Stay Here postou

  1. Stay Here

    Function

    Opa, sim tinha que ser do jeito que você colocou...rsrsrsrs Obrigado.
  2. Stay Here

    Function

    Bom dia. Criei uma dll chamado soma.dll: Public Function soma(a As Integer, b As Integer) As Integer c = a + b End Function Agora estou tentando usa-la em um projeto: Private Sub Command1_Click() Set x = New Somar.f_Soma Dim a As Integer Dim b As Integer a = Text1.Text b = Text2.Text Text3.Text = x.soma(a, b ) End Sub Ele esta retornando 0 no campo text3. Onde estou errando? Obrigado
×
×
  • Criar Novo...