Hi KoolSir and Si the geek,
Regarding this MonthView Control as Calendar, how to remove the default Circle on the date ? The Users have requested to remove the circle.
Printable View
Hi KoolSir and Si the geek,
Regarding this MonthView Control as Calendar, how to remove the default Circle on the date ? The Users have requested to remove the circle.
I don't think it can be removed. You can remove "today's date" from the bottom of the control, by setting ShowToday property of MonthControl to FALSE. :wave:
Or, you can try some custom controls, which doesn't show that circle. :wave:
I found one from CodeBank: http://www.vbforums.com/showthread.php?t=292968.
Looks nice...:wave:
Hi akhileshbc,
Thank you very much for helping me.
I will tried out your suggestions and get back to you later on.
Lennie, as far as I am aware of, you cannot turn that red circle of... If there is an API which does that then I am not aware of it :)
Hi Koolsid,
You are right. There is no way to turn the red circle off. It will only happened in VbNEt2008 and C#Net2008 but not VB6.
Thank you very much for your help. I have posted a new problem regarding CALENDAR CONTROL again.
Hi akhileshbc,
I just posted it 2 minutes ago the new problem.
It's regarding how to retrieve the Month and Year from the CALENDAR control.
Where did you see it?Quote:
It will only happened in VbNEt2008 and C#C#Net2008 but not VB6.
Hi Koolsid,
In VbNet2008 and C#NEt2008 I have been using the Calender Control for the past 4 years and been getting rid of the Red Circle.
You just need to set a Style bit on the MonthView's window. Here's a short demo that does this.
I verified that that DOES work in VB6 - cool
Thank dilettante for the sample VB6 coding. I will study it and try to understand how it works logically then I will modify it to meet the Businese Analyst requirements.