Results 1 to 4 of 4

Thread: How To Make Month as a Text

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2011
    Posts
    60

    How To Make Month as a Text

    Hi Genius !!!!!
    i'm creating a schedule program that is part of my project.
    i want to make a Month (Like MonthCalender control) with specified date as a [RTF] text file, means want to save a RTF file like

    if customer select a day[ie 10] in a month calender output should be

    Sun Mon Tue Wed Thurs Fri Sat
    1 2 3 4 5 6
    7 8 9 10 11 12 13
    14 15 16 17 18 19 20
    .....

    can anyone guide me to create codes i duno from where can i start?...

    Thanks

  2. #2
    Hyperactive Member
    Join Date
    Jul 2011
    Posts
    278

    Re: How To Make Month as a Text

    So you want to..

    Have a UI where the user selects the month and day.

    Then with that input, output the below into an RTF.

    Sun Mon Tue Wed Thurs Fri Sat
    1 2 3 4 5 6
    7 8 9 10 11 12 13
    14 15 16 17 18 19 20

    First off, as an example how will you account for December the 1st not being a Sunday?
    Secondly, the only way you wish to highlight the selected field in the RTF is by bolding the characters?

    Lastly, why create such a clunky way of dealing with a date?
    Last edited by OhGreen; Dec 12th, 2011 at 06:41 AM.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: How To Make Month as a Text

    So what's wrong with the MonthCalendar control? Why re-invent the wheel?

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How To Make Month as a Text

    I will thank everyone to keep a civil tongue.

    If you feel a post is inappropriate DO NOT respond to it....report it and we will take care of it.

    A few, how shall I politely put it, "off topic" posts have been removed from this thread. I trust that such actions will no longer be necessary.

    If anyone has something constructive to add to this thread by all means do so....if not, please don't.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width