Click here to Skip to main content
15,887,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sending email through VB6 Pin
ACIVE11-Nov-14 13:24
ACIVE11-Nov-14 13:24 
GeneralRe: Sending email through VB6 Pin
Mycroft Holmes11-Nov-14 13:42
professionalMycroft Holmes11-Nov-14 13:42 
GeneralRe: Sending email through VB6 Pin
ACIVE12-Nov-14 0:39
ACIVE12-Nov-14 0:39 
Question1073479673(c0040007) Pin
Krishna Kamal7-Nov-14 18:44
professionalKrishna Kamal7-Nov-14 18:44 
AnswerRe: 1073479673(c0040007) Pin
Richard MacCutchan7-Nov-14 22:05
mveRichard MacCutchan7-Nov-14 22:05 
GeneralRe: 1073479673(c0040007) Pin
Krishna Kamal10-Nov-14 22:17
professionalKrishna Kamal10-Nov-14 22:17 
GeneralRe: 1073479673(c0040007) Pin
Richard MacCutchan10-Nov-14 23:11
mveRichard MacCutchan10-Nov-14 23:11 
QuestionChecking listview Items against a lable text Pin
Pete_1237-Nov-14 10:41
Pete_1237-Nov-14 10:41 
Hi, I'm working on a small events project that has three columns one is for the event title one for the time and one for the date. I'm trying to check the second column against a label with the current time in the correct format for each event entered into its column. This is the code I have been working on but I can't seem to work it out right.

VB
Private Function checkExistings()
        For Each item In ListView1.Items
            If item = lblDisplayTime.Text Then
                'send message to the user
            End If
            'do nothing
        Next
    End Function



Any help with this situation would be really appreciated

Many thanks

Pete
NewsRe: Checking listview Items against a lable text Pin
Mycroft Holmes7-Nov-14 13:10
professionalMycroft Holmes7-Nov-14 13:10 
QuestionVBScript / HTA - Drop Down Menu in form Pin
Malbordio5-Nov-14 13:41
Malbordio5-Nov-14 13:41 
QuestionCapturing a Picturebox in Windows 8 Pin
gwittlock31-Oct-14 17:34
gwittlock31-Oct-14 17:34 
SuggestionRe: Capturing a Picturebox in Windows 8 Pin
Richard MacCutchan31-Oct-14 22:20
mveRichard MacCutchan31-Oct-14 22:20 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
gwittlock31-Oct-14 23:55
gwittlock31-Oct-14 23:55 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
Richard MacCutchan31-Oct-14 23:58
mveRichard MacCutchan31-Oct-14 23:58 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
gwittlock1-Nov-14 0:03
gwittlock1-Nov-14 0:03 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
Richard MacCutchan1-Nov-14 0:11
mveRichard MacCutchan1-Nov-14 0:11 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
gwittlock1-Nov-14 0:22
gwittlock1-Nov-14 0:22 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
Richard MacCutchan1-Nov-14 5:15
mveRichard MacCutchan1-Nov-14 5:15 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
i006-Nov-14 13:08
i006-Nov-14 13:08 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
Richard MacCutchan6-Nov-14 22:04
mveRichard MacCutchan6-Nov-14 22:04 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
Mycroft Holmes1-Nov-14 0:12
professionalMycroft Holmes1-Nov-14 0:12 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
gwittlock1-Nov-14 0:20
gwittlock1-Nov-14 0:20 
AnswerRe: Capturing a Picturebox in Windows 8 Pin
Dave Kreskowiak1-Nov-14 4:01
mveDave Kreskowiak1-Nov-14 4:01 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
gwittlock1-Nov-14 19:49
gwittlock1-Nov-14 19:49 
GeneralRe: Capturing a Picturebox in Windows 8 Pin
Richard MacCutchan1-Nov-14 22:07
mveRichard MacCutchan1-Nov-14 22:07 

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.