AKueda Posted October 14, 2007 at 03:19 PM Report Share #140008 Posted October 14, 2007 at 03:19 PM boas pessoal... ? eu abri este topico pork precisava de saber se alguem sabe como meter a nossa apricação a funcionar quando o windows inicia, tipo msn e antivirus... pork eu estou na duvida se isso tem a haver com o sistema ou com o programa... desde ja obrigado... Link to comment Share on other sites More sharing options...
Tharis Posted October 14, 2007 at 03:32 PM Report Share #140009 Posted October 14, 2007 at 03:32 PM Já foram criados pelo menos 2 tópicos a perguntar isso -> AQUI http://www.pctools.com/guides/registry/detail/109/ Um search nunca é demais. Link to comment Share on other sites More sharing options...
Carloz Posted October 14, 2007 at 06:07 PM Report Share #140040 Posted October 14, 2007 at 06:07 PM 'auto-start Dim regkey As Microsoft.Win32.RegistryKey = Microsoft.Win32.Registry.LocalMachine Dim myKey As Microsoft.Win32.RegistryKey myKey = regkey.OpenSubKey("Software\Microsoft\Windows\CurrentVersion\Run", True) If startbox.Checked = True Then Try myKey.SetValue("NOME DO PROGRAMA", Application.ExecutablePath) Catch ex As Exception End Try ElseIf startbox.Checked = False Then Try myKey.DeleteValue("NOME DO PROGRAMA") Catch ex As Exception End Try End If Neste caso utilizei duas checkboxes. Quando é seleccionada entao regista o programa na registry, quando desseleccionada, remove da registry. "Rejoice not against me, O mine enemy: when I fall, I shall arise; when I sit in darkness, the LORD shall be a light unto me." - Micah 7:8 (KJV) Link to comment Share on other sites More sharing options...
AKueda Posted October 15, 2007 at 09:38 AM Author Report Share #140172 Posted October 15, 2007 at 09:38 AM epa ta mt fixe... obrigado Link to comment Share on other sites More sharing options...
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