|
-
Oct 15th, 2002, 05:19 AM
#1
Thread Starter
Member
Monthview
Okay let's see if we do have experts here. Here's the problem. I'm trying so hard to develop a program that will show 12 months on the screen at once. Now, on the other end, I have loaded in a database (written in txt) with the following fields: 12/02/02|Christmase Ball|Dan Jones|565-0909|ball.htm. So when the user brings up this page, he will see 12 months (oct 02 - Sep03, with the date of 12/02/02 highlighted. When the user clicks on this date, he will see a new page with the title in BOLD letters "Christmas Ball", and then the rest of the information. Can someone please help me?
Dan
-
Oct 15th, 2002, 07:01 AM
#2
Lively Member
Load MS Windows Common Control 2 6.0 and add monthview control.
Set the MonthRows = 3 and MonthColumns = 4 from properties of control.
U will see 12 months together on a screen.
Now to check values, on click of monthview check whether the monthview value is equal to ur db value, if yes then proceed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|