|
-
Sep 24th, 2002, 01:32 PM
#1
Thread Starter
Fanatic Member
Anyone know of a good algorithm for creating calendars
I'm creating a custom Calendar control for inhouse use. Does anyone know of an algorithm for creating such a control?
Thanks,
Jeff
-
Sep 24th, 2002, 01:36 PM
#2
PowerPoster
I have a ready to go application (not a control) if you're willing to buy one.
-
Sep 24th, 2002, 01:47 PM
#3
Thread Starter
Fanatic Member
Thanks but I need to develop this!
-
Sep 24th, 2002, 02:43 PM
#4
Thread Starter
Fanatic Member
Anyone have any ideas?????
-
Sep 24th, 2002, 02:54 PM
#5
PowerPoster
In general, you will have to create a daily, Weekly and Monthly planners, Reminders; it will have to be fully customizable and dinamic. You may use INI file to store user settings. Don't overkill your forms with tons of labels, textboxes and etc.. Use Control arrays as much as you can and create layout of your form on the fly. Don't use toooooo much graphics as they become very annoing. KIM that program must be capable to print anything that is currently displayed (and not). And so on ...
HTH, ;-)
-
Sep 24th, 2002, 02:55 PM
#6
the DateTime class built into VB has a calander property that returns/sets the current calander...
-
Sep 24th, 2002, 03:25 PM
#7
Thread Starter
Fanatic Member
Kleinma,
How do I set up the DateTime class?
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
|