Click here to Skip to main content
15,886,060 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Use a custom cursor from a filr Pin
Richard MacCutchan27-Oct-17 5:03
mveRichard MacCutchan27-Oct-17 5:03 
GeneralRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis27-Oct-17 17:21
professionalAsanka Akash Sovis27-Oct-17 17:21 
GeneralRe: Use a custom cursor from a filr Pin
Richard MacCutchan27-Oct-17 22:17
mveRichard MacCutchan27-Oct-17 22:17 
QuestionRe: Use a custom cursor from a filr Pin
Eddy Vluggen28-Oct-17 4:30
professionalEddy Vluggen28-Oct-17 4:30 
PraiseRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis28-Oct-17 19:52
professionalAsanka Akash Sovis28-Oct-17 19:52 
GeneralRe: Use a custom cursor from a filr Pin
Eddy Vluggen29-Oct-17 0:18
professionalEddy Vluggen29-Oct-17 0:18 
PraiseRe: Use a custom cursor from a filr Pin
Asanka Akash Sovis31-Oct-17 20:26
professionalAsanka Akash Sovis31-Oct-17 20:26 
Questionvb.net edit Pin
dcof26-Oct-17 11:14
dcof26-Oct-17 11:14 
In a vb.net 2010 application, I have the following code setup so far:
Dim _dtEmailaddress As DataTable = SelectEmailAddress(_dtPersonID(0)("SPA_PersonID"))
            Dim _email As String = String.Empty
            If _dtEmailaddress.Rows.Count > 0 Then
                If IsDBNull((_dtEmailaddress(0)("email"))) Then
                    _letter = _letter.Replace("&SPA_EMAIL.EVAL", "")
                Else
                    _letter = _letter.Replace("&SPA_EMAIL.EVAL", _dtEmailaddress(0)("email"))
                End If
            End If

I need to be able to check for email addresses that end with '@opd.org' in the reference called _dtEmailaddress(0)("email").

Thus can you show me the vb.net code so I would know how to use only email addresses that end with '@opd.org'?
AnswerRe: vb.net edit Pin
Richard MacCutchan26-Oct-17 11:40
mveRichard MacCutchan26-Oct-17 11:40 
AnswerRe: vb.net edit Pin
Maciej Los26-Oct-17 19:46
mveMaciej Los26-Oct-17 19:46 
GeneralRe: vb.net edit Pin
dcof27-Oct-17 3:56
dcof27-Oct-17 3:56 
Questionschool database Pin
Member 1348620526-Oct-17 0:20
Member 1348620526-Oct-17 0:20 
AnswerRe: school database Pin
Sascha Lefèvre26-Oct-17 1:05
professionalSascha Lefèvre26-Oct-17 1:05 
AnswerRe: school database Pin
Chris Quinn26-Oct-17 1:14
Chris Quinn26-Oct-17 1:14 
AnswerRe: school database Pin
Richard Deeming26-Oct-17 1:48
mveRichard Deeming26-Oct-17 1:48 
Questionschool database Pin
Member 1348620525-Oct-17 20:45
Member 1348620525-Oct-17 20:45 
AnswerRe: school database Pin
Richard MacCutchan25-Oct-17 22:18
mveRichard MacCutchan25-Oct-17 22:18 
QuestionAsc(string character) returns wrong value chinese win10 machine Pin
Member 1348515725-Oct-17 5:52
Member 1348515725-Oct-17 5:52 
AnswerRe: Asc(string character) returns wrong value chinese win10 machine Pin
Richard Deeming25-Oct-17 6:22
mveRichard Deeming25-Oct-17 6:22 
GeneralRe: Asc(string character) returns wrong value chinese win10 machine Pin
Member 1348515725-Oct-17 6:48
Member 1348515725-Oct-17 6:48 
GeneralRe: Asc(string character) returns wrong value chinese win10 machine Pin
Richard Deeming25-Oct-17 6:50
mveRichard Deeming25-Oct-17 6:50 
GeneralRe: Asc(string character) returns wrong value chinese win10 machine Pin
Member 1348515725-Oct-17 7:06
Member 1348515725-Oct-17 7:06 
AnswerRe: Asc(string character) returns wrong value chinese win10 machine Pin
Richard MacCutchan25-Oct-17 6:22
mveRichard MacCutchan25-Oct-17 6:22 
GeneralRe: Asc(string character) returns wrong value chinese win10 machine Pin
Member 1348515725-Oct-17 6:45
Member 1348515725-Oct-17 6:45 
GeneralRe: Asc(string character) returns wrong value chinese win10 machine Pin
Richard MacCutchan25-Oct-17 7:32
mveRichard MacCutchan25-Oct-17 7:32 

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.