Click here to Skip to main content
15,915,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Try changing the name of the form from "Settings" to something else. "Settings" is a common name used for various classes, some of them exposed as static, that could be screwing with your code.

Also, do not use text data directly from textboxs without validating it first.


When the breakpoint is hit, the yellow line shows you which statement is going to be executed next. If you hover the mouse over a variable name, it'll show you what the current value of that variable is.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




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 
AnswerRe: Clearing a databound listbox Pin
Luc Pattyn24-Mar-10 3:47
sitebuilderLuc Pattyn24-Mar-10 3:47 
GeneralRe: Clearing a databound listbox Pin
Quecumber25624-Mar-10 6:16
Quecumber25624-Mar-10 6:16 
Questionsoftware self check in VB.net Pin
phowarso24-Mar-10 0:00
phowarso24-Mar-10 0:00 
AnswerRe: software self check in VB.net Pin
Eddy Vluggen24-Mar-10 1:33
professionalEddy Vluggen24-Mar-10 1:33 
Questionhow can read the sector on a CD directly ? Pin
phowarso23-Mar-10 23:55
phowarso23-Mar-10 23:55 

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.