Forms :: Resize The Monthcalendar Control?

Mar 22, 2009

I am working on a windows application . I am trying to find if we can resize the monthcalendar control?? if yes, how??

View 8 Replies


ADVERTISEMENT

Forms :: MonthCalendar Control - Can't Set Colors?

Oct 28, 2010

I am using a monthcalendar control in my application to allow a user to select a day from the calendar that will load data for that day. the background is totally white (ugh). there is a backcolor property, but when i set it to say Cyan (yea right), the calendar still displays as white. I also can not set Forecolor, TitleBack/Fore color either.

I have gone to my project properties and turned off the "enable xp visual styles", and that had no effect. turned it back on...cant tell a difference. i am currently on windows 7 running VS2008 Team Edition. It would be really nice to change the look of this control to match the styling of my application.

View 1 Replies

Forms :: Monthcalendar Control Clicking Itself?

Dec 1, 2010

i have a monthcalendar control on a form, and about every minute or so, the click event fires. this is wierd, since i look at the call stack and nothing called it.

View 2 Replies

Forms :: DateTimePicker / MonthCalendar Control To Add Tasks

Sep 23, 2009

In my application i like to include the Birthday's schedular... i.e if i click/double click the date in DateTimePicker or in MonthCalendar control an inputbox opens in which we have to enter the birthday person's name to the selected date....

View 3 Replies

Forms :: Different View Of Monthcalendar Control In Xp And Vista?

Aug 16, 2009

I am using a monthcalendar control and datetimepicker control in my vb.net 2005 windows applicaion. My operating system is Vista Home Premium. Now my problem is that when I run my application on XP then the view of monthcalendar control changes. I just want that the view of mc control remain same in xp also bcoz the look of mc control in vista is quite cool.

View 1 Replies

Forms :: How To Use MonthCalendar

Jun 2, 2011

I thought I only needed to click or double click a day on this controll to change it. Do I need to create a click event and if so (I have installed MSDN for VS2008) can I see what events are available.

Desmond.
PrivateSub cmdCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdCalculate.Click Dim Days AsInteger Dim Today As DateTime = DateTime.Now

[code].....

View 1 Replies

Resize Parent Control From Child's Resize Event?

Jan 10, 2012

I'm starting work updating an UI for one of my company's applications and I'm running into a sticky issue. The parent control contains several panels, each of which can be turned on or off depending on user input.

The final panel in the user control contains another user control which gets resizes according to a toggle switch. Essentially, it "opens" up more information.

While the child control (ChildControl) is docked to Fill inside the parent control (ParentControl), when I add height to ChildControl I can't get ParentControl's height to get updated as well. Currently I'm handling the ChildControl.Layout event in ParentControl but I can't seem to reach that code. To resize ChildControl, I'm calling Me.Height += 200 in ChildControl.vb.

View 1 Replies

Forms :: Changing The MonthCalendar Size?

Sep 18, 2008

is it possible to change the size of the MonthCalendar to say double its standard size and still only display a single month?

When I resize using clientsize, width and height the multiple months are displayed?

View 7 Replies

Moving Into Monthcalendar Control?

May 9, 2010

I am using the monthcalendar control, i want to change the selected date in the control and i want to the control move to this date

View 7 Replies

Set The Date In MonthCalendar Control?

Jun 4, 2009

How does one set the date in MonthCalendar control. I am using VB2005.NET. I am new to this - from VB6.

View 1 Replies

Bold Dates On A MonthCalendar Control?

Jun 30, 2012

I'm trying to bold dates on a monthCalendar control. Here's what I've got, but it's showing an error of "'Add' is not a member of 'System.Array'.

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim calendarArray() As DateTime

[Code]....

All I want to do is bold all of the dates on the calendar that there are files for.

View 4 Replies

Return Date From MonthCalendar Control?

Apr 27, 2010

I created a monthcalendar usercontrol and calling it from a parent form (in this case, click on button to populate the textbox beside it). Two questions.

1. How do I return the selected date back to the parent textbox?

2. How do I bring the monthcalendar usercontrol to the front and back of other objects?

View 5 Replies

.net - Change The Color Of Certain Dates In The MonthCalendar Control?

Feb 19, 2011

How can I change the color of certain dates in the MonthCalendar control in VB.NET? For example, I need to change the color of Jan 21 to Red, Sundays to Orange and so on...

View 3 Replies

Keep MonthCalendar Control To A Single Month Size

Mar 11, 2009

When I resize my form that has a MonthCalendar control docked in a TableLayoutPanel, the calendar expands to multiple months as the form gets bigger. Is there a way to force it to stay a calendar dimensions (1,1)?

View 2 Replies

MonthCalendar Control In Form To Select Multiple Dates

Apr 28, 2009

I'm Using MonthCalendar Control in my Form to select Multiple Dates. (for eg. 1st April,20th April,25th April). I'm planning to Change the date the user clicked by making it BOLD during run time, so that i can retrieve the results in a Date array. [code] MessageBox clearly shows the date selected, but no effect for the "addboldeddate'.

View 3 Replies

VS 2008 MonthCalendar Control, Show 1990's Date?

Apr 9, 2012

I've seemed to found some interesting behavior with the stock MonthCalendar control. I've set the MinDate property to 1/1/1990 but when I try to actually select a date anywhere previous to 1/1/2000 it jumps to 12/31/2999 why is that?

I've tries manually setting it to 4/8/1998 and it jumps to 4/8/2998 which isn't what I would expect a calendar control to do. Is there a reason it keeps it within the 21st century?

View 5 Replies

Interface And Graphics :: Cannot Change Color Properties For MonthCalendar Control

Sep 12, 2011

[code]For some reason I cannot change the color properties for the MonthCalendar control.[code]No matter what I change it to, it stays to its default color of white and black. Actually none of the color options work on any of the sections of the control.I am trying to hide the white border around the control and but a blue bar under the name of the month (top section).I have tried deleting the control and creating it anew on the form but no luck.It was working a couple of weeks ago.

View 1 Replies

Select A Beginning Date On My MonthCalendar Control It Blinks Real Quick And Then Reloads?

Sep 26, 2010

When I select a beginning date on my MonthCalendar control it blinks real quick and then reloads,I am pretty sure this is not a normal behavior?code to select bolded dates and set beginning date and set controls with date range:

Me.txtStartDate.Text = Me.MonthCalendar1.SelectionStart.ToShortDateString
Me.txtEndDate.Text = CStr(Me.MonthCalendar1.SelectionStart.AddDays(27))
' create an Array of dates to hold the Range of dates from the MOnthCalendar[code].....

View 6 Replies

Forms :: How To Make Forms Auto Resize

Apr 2, 2009

I am creating an application and I am running 1280, 1024 Res and I want my application to be able to support any computer res. How can I do this if it is at all possible?

View 2 Replies

Forms :: Auto-resize Of Forms

Nov 20, 2011

i need the code in vb.net for auto-resize of forms. for example i execute my project in a 14" monitor, the size of the form would be the same as the size of my monitor. now what i want to happen is if i execute my project on my other PC that has different resolution, the form would have the same size of it.

View 1 Replies

Control Resize With Form User Control?

Oct 8, 2011

I have a user control which contains some textboxes,buttons ,labels and comboboxes . I used that control in a form and inside a split contaier.Splitter can be moved by the user. User control is docked as fill.

Now when user move the splitter the user control size is changes as it is dock fill but the inner controls used in that user control looks like fixed in a single place .It are not moving nor resizing .How to do this .Is there any property to perform thisI already know about anchor property but sometimes it causes overlapping of controls so I can not use it.

View 11 Replies

Auto-resize Of Forms?

Nov 20, 2011

i need the code in vb.net for auto-resize of forms. for example i execute my project in a 14" monitor, the size of the form would be the same as the size of my monitor. now what i want to happen is if i execute my project on my other PC that has different resolution, the form would have the same size of it.

View 6 Replies

Forms :: How To Resize Controls

Sep 1, 2009

im am working on a form with a few textboxes and buttons, the problem is when the form is resized or maximized the controls stay small. If someone could please show me how to resize the controls as the form is being resized.

View 2 Replies

Forms :: How To Resize Label

Feb 3, 2011

I m new to windows forms. I dragged a label on the form and I would like to resize it but could not manage.

View 2 Replies

Can't Click On Label Or Resize Forms

Jul 17, 2011

I'm currently very far into a project which has taken me several months. I have suddenly hit a snag. I have 6 Aboutboxes and of course 1 Form and Splashscreen.On the splash screen I have some lables and I can't seem to edit them, its like they don't exist, but there deffintly there.Another problem is that I cant resize the Form, and also 2 of the aboutboxes, won't resize either. I can resize it by holding shift + arrow, but this is highly unpractical and unnecessary, since it worked perfectly before.

View 1 Replies

Cannot Draw On Forms Background And Resize It?

Jul 16, 2009

I'm trying to make a drawing application I'm currently using the forms background to draw on but when i draw something in the background and then resize it ,the contents in it get erased.Does anyone know a way to make it so the contents dont get erased when i resize it.

View 6 Replies

Resize Fonts And Controls And Forms

Mar 15, 2011

I would like to resize to increase or decrease font size in a form.Is there a way that one can also scale up this with repect to the controls the fonts are in.

View 2 Replies

VS 2008 Resolution How To Resize Forms

May 5, 2011

I have an application where some forms have a resolution of1280 x 800 (not ideal i know now)I have come across a few xp machines where resolution can be as low as 800 x 600 Is there an application or code that allows VB to resize all contents of a form depending on user machine or to change resolution of said machine during runtime?

View 9 Replies

"gray Out" MonthCalendar Control

Feb 9, 2009

If I set enabled = false, then it still appears the same, you just cant click on it. Is there anyway to set it to appear like a ghost of the normal control (like buttons do when you set enable=false)?

View 2 Replies

Can't Resize Designer Forms / Controls Using Mouse

Jan 26, 2011

Visual Studio 2010 Windows Applications Visual Basic-- not able to resize or move controls or form with my mouse in designer window. When hover over sizing handles or form edge, cursor changes to double headed area but nothing moves. I can drag controls with mouse onto form. I successfully resized by pressing shift key and using keyboard arrow keys. I am using Toshiba Satellite L665D, Window 7 64x.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved