View Single Post
  #5 (permalink)  
Old 02-02-2008, 01:49 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,143
Default

It appears like a different behavior between .Net CF 2.0 and .Net CF 1.0.
For some reason the Table control doesn't refresh properly.
You can add the following lines in Sub BtnDayLes_Click:
Code:
    tableday.Width = tableday.Width + 1
    tableday.Width = tableday.Width - 1
This will refresh the scroll bars.

BTW, there is a syntax error in line 437 (the msgbox should be in a new line).
Reply With Quote