Click here to Skip to main content
15,896,265 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 6:09
sklemp24-Mar-10 6:09 
GeneralRe: Emailing in VB.NET Pin
Tom Deketelaere24-Mar-10 6:22
professionalTom Deketelaere24-Mar-10 6:22 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 6:27
sklemp24-Mar-10 6:27 
GeneralRe: Emailing in VB.NET Pin
Ian Shlasko24-Mar-10 7:22
Ian Shlasko24-Mar-10 7:22 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 8:22
sklemp24-Mar-10 8:22 
GeneralRe: Emailing in VB.NET Pin
Ian Shlasko24-Mar-10 8:54
Ian Shlasko24-Mar-10 8:54 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 8:59
sklemp24-Mar-10 8:59 
GeneralRe: Emailing in VB.NET Pin
Ian Shlasko24-Mar-10 9:21
Ian Shlasko24-Mar-10 9:21 
Email.From will show up as Nothing, because you're stopping before you try to set it. Settings, however, should already be set.

Is "Settings" the name of a form class, or the name of a variable? If you've come from VB6, then you're probably used to them being the same thing... But that's one of the most important things you have to UNLEARN when moving to a real language...

If "Settings" is the name of your form class (Like at the top of the file, it says Public Class Settings Inherits Form), then that's your problem right there. If this code is inside the Settings form, you can just use Me instead of Settings. If it's in another form, you have to do a little more work.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 9:27
sklemp24-Mar-10 9:27 
GeneralRe: Emailing in VB.NET Pin
Ian Shlasko24-Mar-10 9:38
Ian Shlasko24-Mar-10 9:38 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 9:42
sklemp24-Mar-10 9:42 
GeneralRe: Emailing in VB.NET Pin
Ian Shlasko24-Mar-10 9:51
Ian Shlasko24-Mar-10 9:51 
GeneralRe: Emailing in VB.NET Pin
Dave Kreskowiak24-Mar-10 7:52
mveDave Kreskowiak24-Mar-10 7:52 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 8:31
sklemp24-Mar-10 8:31 
GeneralRe: Emailing in VB.NET Pin
Dave Kreskowiak24-Mar-10 12:52
mveDave Kreskowiak24-Mar-10 12:52 
AnswerRe: Emailing in VB.NET Pin
Luc Pattyn24-Mar-10 10:06
sitebuilderLuc Pattyn24-Mar-10 10:06 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 10:11
sklemp24-Mar-10 10:11 
GeneralRe: Emailing in VB.NET Pin
Luc Pattyn24-Mar-10 10:17
sitebuilderLuc Pattyn24-Mar-10 10:17 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 10:29
sklemp24-Mar-10 10:29 
GeneralRe: Emailing in VB.NET Pin
Luc Pattyn24-Mar-10 10:42
sitebuilderLuc Pattyn24-Mar-10 10:42 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 10:46
sklemp24-Mar-10 10:46 
GeneralRe: Emailing in VB.NET Pin
sklemp24-Mar-10 10:53
sklemp24-Mar-10 10:53 
GeneralRe: Emailing in VB.NET [modified] Pin
Luc Pattyn24-Mar-10 10:59
sitebuilderLuc Pattyn24-Mar-10 10:59 
AnswerRe: Emailing in VB.NET Pin
kpuneeth725-Mar-10 23:50
kpuneeth725-Mar-10 23:50 
QuestionClearing a databound listbox Pin
Quecumber25624-Mar-10 3:26
Quecumber25624-Mar-10 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.