Results 1 to 17 of 17

Thread: [RESOLVED] Anyone Know of a Good Custom Calender Control?

  1. #1

    Thread Starter
    Hyperactive Member neef's Avatar
    Join Date
    Dec 2001
    Location
    Boston
    Posts
    311

    [RESOLVED] Anyone Know of a Good Custom Calender Control?

    I'm looking for something relatively simple - just a monthly calender view where text can be placed on each individual day - just like a calender on a fridge (with a highlight for the current day). Slap it on a form or UC, set up a few properties and all done. I don't even need any clicking events - just a display.

    The controls I've seen for sale are much more than what I need and creating my own, while an option, is something I'd rather not have to spend time on.

    Anyone have something like this they know of?
    Last edited by neef; Nov 19th, 2007 at 08:00 PM.
    Intermediate Level Programmer Extraordinaire

  2. #2
    Frenzied Member toecutter's Avatar
    Join Date
    Apr 2006
    Location
    Brisbane, Australia
    Posts
    1,160

    Re: Anyone Know of a Good Custom Calender Control?

    Outlook does all that?


  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Anyone Know of a Good Custom Calender Control?

    Yes, but you cant use it in your own app as its not a exposed com control.

    I would try a google search for free calendar controls.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Anyone Know of a Good Custom Calender Control?

    This one shows how much more you could have but $199 and still needs renewlas each year.

    http://www.devexpress.com/Products/N...XtraScheduler/
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Hyperactive Member neef's Avatar
    Join Date
    Dec 2001
    Location
    Boston
    Posts
    311

    Re: Anyone Know of a Good Custom Calender Control?

    Yeah, this was one of the calenders I found too; it looks great but I refuse to spend money on renewal licenses.

    One followup question; do controls made for ASP work in .NET?
    Intermediate Level Programmer Extraordinaire

  6. #6
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Anyone Know of a Good Custom Calender Control?

    Yea, I have one that I can give to you. It's pretty simple, but it does the trick. But before I post the project:

    • Can you work with Framework 3.5 objects?
    • What is your first day of the week?


    I'm posting for free, not to worry, but I ask that because trying to figure out how to change the first day of the week can be really, really annoying unless you're intimately familiar with the layout and the meanings of control names.

  7. #7

    Thread Starter
    Hyperactive Member neef's Avatar
    Join Date
    Dec 2001
    Location
    Boston
    Posts
    311

    Re: Anyone Know of a Good Custom Calender Control?

    First thanks so much! Now to the questions:

    1) Not familiar with this at all. Willing to learn though as I've learned everything on my own except with help from this site (I'm a true intermediate now I think). A website or book recommendation should be a sufficient start.

    2) Monday would be best with 7 days showing (no doubled up sat/Sun). The day the week begins is less important then the having all seven days with equal space feature I'm looking for.

    Let me know whether this is something I can tackle or isn't the best fit. Either way, thanks for helping me out!
    Intermediate Level Programmer Extraordinaire

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Anyone Know of a Good Custom Calender Control?

    ASP.NET controls dont work in WinForm projects.

    I havent read the license but I wonder if the renewal is for continued development and any apps that have been produced are not affected.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  9. #9

    Thread Starter
    Hyperactive Member neef's Avatar
    Join Date
    Dec 2001
    Location
    Boston
    Posts
    311

    Re: Anyone Know of a Good Custom Calender Control?

    I read the details of the licensing agreement and it's not as bad as I thought from my initial impression. When the license expires you can no longer receive updates - that's it. You can still use and redistibute the product in your projects.
    Intermediate Level Programmer Extraordinaire

  10. #10
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033

    Re: Anyone Know of a Good Custom Calender Control?

    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

  11. #11
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Anyone Know of a Good Custom Calender Control?

    Looks ok and may be a good starting point, plus free.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  12. #12
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033

    Re: Anyone Know of a Good Custom Calender Control?

    codeplex project available here:
    http://www.codeplex.com/calendar
    Help keep this forum clean: Remember to mark your thread as resolved · Search before you post · Remember to rate posts that help

    VS2010: Visual Studio 2010 Keybinding Posters
    · Service Pack 1
    Tools: GhostDoc - automatically generates XML documentation comments
    · NuGet package Manager · PowerCommands IDE extensions
    Source Control: ankhsvn - integration for SVN
    · Windows Shell Extension for Subversion

    Development Laptop: Intel Core i5 430M 2.26 GHz @ 2.53 GHz
    · 4096 MB, DDR3 PC3-8500F (533 MHz), Kingston · ATI Mobility Radeon HD 5470 · 15.6 @ 16:9, 1366x768 pixel, HD LED LCD

    I follow:
    JoelOnSoftware - A weblog by Joel Spolsky, a programmer working in New York City, about software and software companies
    ScottGu's Blog - Scott Guthrie works for Microsoft as the Product Manager of the .NET Framework
    Portugal-a-Programar - Portuguese Developers Community
    .NET Rocks! - is a weekly Internet audio talk show for .NET Developers.

    Programming Languages:
    C#
    · VB.NET · JAVA · PHP · Javascript
    Other:
    XML
    · HTML · CSS · JQuery · SQL



    *** Proudly Portuguese ***

  13. #13
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: Anyone Know of a Good Custom Calender Control?

    Here you go, a custom calendar that can hold data. It comes with a vb.net front-end and a .mdb back-end.

    It's simple, rough even, but you can build on it easily. For example:
    • Double-Click event for each box that opens it in a larger window for easy viewing of contents
    • Formatting that highlights current day, I couldn't be bothered
    • Etc.


    I hope this provides you with a little something to get started.

    Any comments/feedback/suggestions for improvement are most definitely welcomed
    Attached Files Attached Files

  14. #14

    Thread Starter
    Hyperactive Member neef's Avatar
    Join Date
    Dec 2001
    Location
    Boston
    Posts
    311

    Re: Anyone Know of a Good Custom Calender Control?

    Thank you so much! Unfortunately I still work in VB.Net 2005, but that doesn't matter; I plan to upgrade in the next few months at some point.

    I have lots to do before I need the calender control.

    I just wish I could try it before I shell out the $ for 08!

    Thank you so much for helping me out.

    -neeef
    Intermediate Level Programmer Extraordinaire

  15. #15
    Frenzied Member MaximilianMayrhofer's Avatar
    Join Date
    Aug 2007
    Location
    IM IN YR LOOP
    Posts
    2,001

    Re: [RESOLVED] Anyone Know of a Good Custom Calender Control?

    hi neef why not just dl the beta of 2008? or is it gone?

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: [RESOLVED] Anyone Know of a Good Custom Calender Control?

    The betas are now gone as the final release (RTM) was published this morning. You will have to download VB Express 2008 RTM now (free) but the Std, Pro, TS are all only purchase.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  17. #17
    Lively Member hidroela's Avatar
    Join Date
    Mar 2004
    Posts
    107

    Re: Anyone Know of a Good Custom Calender Control?

    Quote Originally Posted by MaximilianMayrhofer
    Here you go, a custom calendar that can hold data. It comes with a vb.net front-end and a .mdb back-end.

    It's simple, rough even, but you can build on it easily. For example:
    • Double-Click event for each box that opens it in a larger window for easy viewing of contents
    • Formatting that highlights current day, I couldn't be bothered
    • Etc.


    I hope this provides you with a little something to get started.

    Any comments/feedback/suggestions for improvement are most definitely welcomed
    First of all thanks for that peace of code that save me a lot of headache

    i would like to change the start week day to Sunday, it would included a lot a changes on the code can you shade some light
    The important thing is never to stop questioning

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