home *** CD-ROM | disk | FTP | other *** search
- Calendar
- Form1
- Form15G
- Command4
- Command3
- Last Month
- Command2
- Next Month
- Command1
- This Month
- Picture1
- VSGrid
- Label1
- Label1
- Times New Roman
- Form_Load
- any_calL
- AnyDateNum
- grid1
- YearN
- MonthN'
- Serial1w
- Serial2
- numdays
- DayOffSet
- FontBold
- FontSize
- FontItalic
- FontName@
- BorderStylej
- FiveWeeks
- CellAlign
- serial
- tempm
- check_date
- CurrentX
- CurrentY
- Width
- Height
- CellBackColor
- ForeColor
- BackColor
- CellPicture
- Image4
- CellPictureAlignL
- Caption
- vsindextab1
- CurrTab
- Any_Month
- picture1
- calendar
- Form_Painti
- FixedRows
- ColWidth
- NumOf
- RowHeight
- TopRow
- AnyDate
- YearNum
- MonthNum
- FirstOfMonth
- FirstOfNextMonth
- DateOffSet(
- Command1_Click
- NewDateNum
- TempDate:
- Command2_ClickW
- Command3_Click
- current
- Command4_Click
- label1
- Any_Month
- Remember this date for future reference
- Clear off the grid
- Add the Day Headings at the tope
- Sunday
- Monday
- Tuesday
- Wednesday
- Thursday
- Friday
- Saturday
- Basic Date Math to calculate view
- put the datenumbers into the cells
- Times New Roman
- check to see if the month uses 5 or 6 weeks to display
- this is where you can place data in the cells)
- current# = DateSerial(YearNum, MonthNum, i%)
- temp$ = check_date(current#)
- cal.Text = temp$ i
- do something special on todays dateM
- MMMM YYYY
- resize the grid cells so that it all fits on the formy
- Command1_Click
- Command2_Click
- Command3_Click
- Command4_Click
- Form_Load
-