comparing date values

pjfatboy

Active member
Joined
Nov 30, 2012
Messages
35
Programming Experience
Beginner
I am new to .net and I found this code several times in a Google search. Could someone please tell me why this code is not working? I checked several times and the file is in this location. Sorry, the wav file is not playing. Also could someone tell me how to place code in a Thread? DimappPathAsString = Application.StartupPath()
IfAlarmtxt.Text <> ""Then
IfCDate(Datelb.Text) = AlarmDTP.ValueAndTimelb.Text = Alarmtxt.TextThen
My.Computer.Audio.Play(appPath & "\Alarm2.wav", AudioPlayMode.Background)
EndIf
EndIf
 
Last edited:
Back
Top