Jump to content

Recommended Posts

Posted

Boas pessoal!

Tou por aqui a fazer um programa em VB6 para a escola ( 😉 Trabalho final 🙂 ) e preciso que um objecto faça uma ligação para uma página.

Já andei plo MSDN e encontrei disto:

AppActivate Shell("http://www.exemplo.tld")

O problema é que isto não funciona :\

Já tentei sem o shell, mas acho que ainda estou um pouco longe... :wallbash:

Alguém aí desse lado da rede consegue ajudar? 😉

Cumprimentos à comunidade

shello

Posted

Istu deve servir  😉

Private Sub Command1_Click()
    Set ie1 = CreateObject("InternetExplorer.Application")
    ie1.Visible = True
    ie1.Navigate2 "http://www.google.com"
End Sub

cumps

Posted

Pessoal, tou com mais uma dúvida:

Como posso, fazer search numa tabela numa base de dados? Já tenho chaves primárias definidas, Data Environment criado, ADO Data Control Minimamente a funcionar...

Existe alguma mandeira de fazer search na Database?

Cumps

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.