使用VS2015 VB - 月历 [英] Using VS2015 VB - Month Calendar

查看:176
本文介绍了使用VS2015 VB - 月历的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法缝合放大MonthCalendar。  当我改变尺寸时,当我改变颜色时没有任何事情发生。没事。 我该怎么做才能更改日历的大小和日历中的颜色?



Edcal

I can not seam to enlarge the MonthCalendar.   When I change the size nothing happen also when I change the colors nothing happens.  What should I do to change the size of the Calendar and the colors in the Calendar?


Edcal

推荐答案

b


我不知道放大MonthCalendar(我想除非你改变日历的字体大小,否则它是不可能的),


你可以改变日历中的颜色。$


(1)禁用XP视觉风格:

     

(2)写这样的文字¥b $ b
Hi,

I have no idea about enlarging the MonthCalendar (I suppose it's impossible unless you change font-size  of the Calendar),
but you can change the colors in the Calendar.

(1) Disable XP visual styles:
     
(2) write like this
With Me.MonthCalendar
    .TitleBackColor = Color.DeepSkyBlue
    .TrailingForeColor = Color.Red
    .TitleForeColor = Color.Yellow
    .BackColor = Color.LemonChiffon
End With


    

 问候,

    
 Regards,


这篇关于使用VS2015 VB - 月历的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆