No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Unfortunately you should put "Imports System.net.mail" at the very top even before "Public Class Form1" So your code should go like this: [CODE] Imports System.Net.Mail Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try Dim SmtpServer As New SmtpClient() Dim mail As New …
[QUOTE=Comatose;773532]What's interesting here, is that both methods are pretty great..... [b]but[/b] neither one of them gets the typed URL's of a browser other than IE. What about getting the history of Firefox.... Opera.... Chrome?[/QUOTE] I know and If you were making your own IE then that would work because the …
This may not work in Vb 6 as I found this out in vb 2008 Hows about putting a Combo Box in and Putting the Auto Compete Sorce Propety to History List Put the Drop Down Style to Simple and Whola! This may solve the thread on my first post! …
[QUOTE=zuve_fox;892367]thanx. I think,that application i put on startup.so every turn on computer,this application auto login windows. no need to insert username n password again[/QUOTE] There is a regedit way to do it goto Start>Run> then Regedit then goto HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Then add a String Value called DefaultUserName Setting for String …
The End.
Micheal_2009