Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
395 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
| Software ==> | Visual Basic (46 exercises) |
| Topic ==> | Lists (3 exercises) |
| Level ==> | Average difficulty |
| Subject ==> | Visual Basic training |
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
Press CTRL + D to add the file called frmUnluckyDates.vb from the above folder into your project (or right click on the project and choose to add it as an existing item). Change your project's properties to make this the default form for your project.
Attach code to the left-hand button so that when you click on it you see something like this:

Clicking on the button shown should generate a list of Friday 13ths, then set this list as the data source for the listbox.
Some hints on how to proceed are shown below.
You can use the AddMonths method to add a given number of calendar months on to any given date. You may also find this code excerpt useful:
'get the 13th of this month
Dim startDate As Date = System.DateTime.Today
startDate = New DateTime(startDate.Year, startDate.Month, 13)
When you've got the first button working, attach code to the Fridays only button using the FindAll lambda function (or some other method) to count only those dates which fall on a Friday:

What you should see when you click on the right-hand button.
Remembering that this is a silly superstition, touch the table for luck anyway and close down your application and any open forms.
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2026. All Rights Reserved.