I'm using MS Calendar in my VB application and something strange is happening. On all computers, it shows the calendar from Sunday to Saturday but on 2 computers, it's Monday to Sunday even if I put this :

VB Code:
  1. myCalendar.FirstDay = vbSunday

Anyone knows why?