shello Posted June 11, 2006 at 03:08 AM Report #32345 Posted June 11, 2006 at 03:08 AM 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... Alguém aí desse lado da rede consegue ajudar? 😉 Cumprimentos à comunidade shello
NuGuN Posted June 11, 2006 at 01:12 PM Report #32390 Posted June 11, 2006 at 01:12 PM Istu deve servir 😉 Private Sub Command1_Click() Set ie1 = CreateObject("InternetExplorer.Application") ie1.Visible = True ie1.Navigate2 "http://www.google.com" End Sub cumps
shello Posted June 12, 2006 at 01:45 AM Author Report #32486 Posted June 12, 2006 at 01:45 AM 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now