Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Popup calendar in the Notification area...?

Popup calendar in the Notification area...?

Scheduled Pinned Locked Moved The Lounge
csharpquestion
7 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jon Pawley
    wrote on last edited by
    #1

    Every now and then I have to try and work out what the date was last Thursday, or work out what day I next get paid on ;) I'd love to be able to click on something on the Notification area that would pop up a calendar that I could then scroll through, much in the same way that "Dave's Quick Search Deskbar"[^] does. I hate having to double click on the clock in the notification area and fiddle with the Date & Time Control Panel thingie. Does anyone know of a really nice, lightweight gadgety thing that will do that...? Cheers, Jon

    C C D 3 Replies Last reply
    0
    • J Jon Pawley

      Every now and then I have to try and work out what the date was last Thursday, or work out what day I next get paid on ;) I'd love to be able to click on something on the Notification area that would pop up a calendar that I could then scroll through, much in the same way that "Dave's Quick Search Deskbar"[^] does. I hate having to double click on the clock in the notification area and fiddle with the Date & Time Control Panel thingie. Does anyone know of a really nice, lightweight gadgety thing that will do that...? Cheers, Jon

      C Offline
      C Offline
      code frog 0
      wrote on last edited by
      #2

      I've used the Complete Suite from this guy for years... http://www.gregorybraun.com/Calendar.html[^] Not all of his products are free but this one is. It's a nice thing.


      If we all used the Plain English compiler every post in the lounge would be a programming question.:cool:
      Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.

      People who don't understand how awesome Firefox is have never used CPhog[^]CPhog. The act of using CPhog (Firefox)[^] alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog (Firefox)[^] and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)

      J 1 Reply Last reply
      0
      • J Jon Pawley

        Every now and then I have to try and work out what the date was last Thursday, or work out what day I next get paid on ;) I'd love to be able to click on something on the Notification area that would pop up a calendar that I could then scroll through, much in the same way that "Dave's Quick Search Deskbar"[^] does. I hate having to double click on the clock in the notification area and fiddle with the Date & Time Control Panel thingie. Does anyone know of a really nice, lightweight gadgety thing that will do that...? Cheers, Jon

        C Offline
        C Offline
        Chris Maunder
        wrote on last edited by
        #3

        Have you tried double clicking on the clock in the Taskbar? cheers, Chris Maunder

        CodeProject.com : C++ MVP

        L 1 Reply Last reply
        0
        • C Chris Maunder

          Have you tried double clicking on the clock in the Taskbar? cheers, Chris Maunder

          CodeProject.com : C++ MVP

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Chris Maunder wrote:

          Have you tried double clicking on the clock in the Taskbar?

          Would that be anything like the process he said he hated, in the snippet of his original post below? I hate having to double click on the clock in the notification area and fiddle with the Date & Time Control Panel thingie. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

          J 1 Reply Last reply
          0
          • J Jon Pawley

            Every now and then I have to try and work out what the date was last Thursday, or work out what day I next get paid on ;) I'd love to be able to click on something on the Notification area that would pop up a calendar that I could then scroll through, much in the same way that "Dave's Quick Search Deskbar"[^] does. I hate having to double click on the clock in the notification area and fiddle with the Date & Time Control Panel thingie. Does anyone know of a really nice, lightweight gadgety thing that will do that...? Cheers, Jon

            D Offline
            D Offline
            dandy72
            wrote on last edited by
            #5

            > something on the Notification area that would pop up a calendar that I could then scroll through Personally, I dock the taskbar vertically on the right side of the screen, which gives me plenty of space to embed a custom toolbar (right-click, Toolbars, New Toolbar) that simply points to http://localhost/tinycalendar.asp tinycalendar.asp is just a regular .ASP file that contains just enough script to generate the layout for a "tall but skinny" one-year calendar (one month per row, 12 rows). The "toolbar" itself is just the right size to show an entire month, and I have the script automatically scroll to the current month. No need for prev/next month buttons; just use the scrollbar. If you're familiar with the Outlook object model, you can also make the script access your appointment calendar and such to create clickable dates and what-not.

            1 Reply Last reply
            0
            • L Lost User

              Chris Maunder wrote:

              Have you tried double clicking on the clock in the Taskbar?

              Would that be anything like the process he said he hated, in the snippet of his original post below? I hate having to double click on the clock in the notification area and fiddle with the Date & Time Control Panel thingie. Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash 24/04/2004

              J Offline
              J Offline
              Jon Pawley
              wrote on last edited by
              #6

              ;)

              1 Reply Last reply
              0
              • C code frog 0

                I've used the Complete Suite from this guy for years... http://www.gregorybraun.com/Calendar.html[^] Not all of his products are free but this one is. It's a nice thing.


                If we all used the Plain English compiler every post in the lounge would be a programming question.:cool:
                Welcome to CP in your language. Post the unicode version in My CP Blog [ ^ ] now.

                People who don't understand how awesome Firefox is have never used CPhog[^]CPhog. The act of using CPhog (Firefox)[^] alone doesn't make Firefox cool. It opens your eyes to the possibilities and then you start looking for other things like CPhog (Firefox)[^] and your eyes are suddenly open to all sorts of useful things all through Firefox. - (Self Quote)

                J Offline
                J Offline
                Jon Pawley
                wrote on last edited by
                #7

                Hey, thanks Rex. That seems pretty good. Cheers, Jon

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups