Custom Calendar/DateTimePicker Control?

Jan 19, 2011

I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendars I tried the DateTimePicker on "windows server 2008" and it was working very fine without any code change for Hijri and Hebrew calendars but on "windows XP" it works only with Grgorian calendar so i need to create a new DateTimePicker that implements the following calendars system.globalization.hijricalendar and system.globalization.hebrewcalendar i do not know what is the best way to design and implement this item,

View 1 Replies


ADVERTISEMENT

Custom Calendar / DateTimePicker Control?

Jan 19, 2011

I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendarsI tried the DateTimePicker on "windows server 2008" and it was working very fine without any code change for Hijri and Hebrew calendars but on "windows XP" it works only with Grgorian calendarso i need to create a new DateTimePicker that implements the following calendarssystem.globalization.hijricalendar and system.globalization.hebrewcalendari do not know what is the best way to design and implement this item

View 2 Replies

How To Custom Calendar/DateTimePicker Control

Jan 19, 2011

I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendars I tried the DateTimePicker on "windows server 2008" and it was working very fine without any code change for Hijri and Hebrew calendars but on "windows XP" it works only with Grgorian calendar so i need to create a new DateTimePicker that implements the following calendars system.globalization.hijricalendar and system.globalization.hebrewcalendar i do not know what is the best way to design and implement this item?

View 1 Replies

How To Create A Custom Calendar/DateTimePicker Control

Jun 8, 2011

I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendars
I tried the DateTimePicker on "windows server 2008" and it was working very fine without any code change for Hijri and Hebrew calendars but on "windows XP" it works only with Grgorian calendarso i need to create a new DateTimePicker that implements the following calendarssystem.globalization.hijricalendar and system.globalization.hebrewcalenda

View 2 Replies

Using A Datetimepicker Control To Select Dates In A Calendar

Feb 5, 2009

been a long time since i came to the forum. i use to program a lot in vb6 but its been a long time since i did it so im really rusty. now that im trying to get back to programming, im finding it a bit of a challenge in vb2008... i have this question, im using a datetimepicker control to select dates in a calendar. what im trying to do is disable the textbox in the datetimepicker so that the user can only use the drop down calendar to select the date and not enter the date manually! does any one knows how to disable the textbox in the datetimepicker but still be able to select a date from the calendar???

View 4 Replies

Create Custom Formats For The DateTimePicker Control?

Jul 1, 2010

I know that you can create custom formats for the DateTimePicker control, and I've googled this but is there any way that you can allow a user to only select Sunday dates in a Month with this control?

View 11 Replies

Removing DateTimePicker Calendar And Up Down

May 25, 2011

I'm not fully sure on how to do this, part of me has a feeling I will have to use custom controls in order to accomplish this. On my form, I have 2 datetimepickers. The second one is taken care of, but the first I need to basically be a "read only" without Month Calender or Up down after it. All I'm trying to do is make the date time picker have no "up down" or calender because I want to only use it as a clock. I prefer dateTimePicker over a textbox for this purpose as it is easier to format allowing me to custom format the date/time.

View 3 Replies

Disable DateTimePicker Calendar Popup?

Jun 3, 2009

I have a number of date fields in a project which need validating (they must be <Today() and be a proper date). I have tried Masked Textboxes, but I prefer the feel of the DateTimePicker control. However, can anyone tell me how I can prevent the user from selecting the calendar dropdown?

I found the following on a Microsoft Newsgroup site [URL], but as yet, I have been unable to successfully apply the code:

Public Class MyMonthCalendar
Inherits MonthCalendar
Protected Overrides Sub WndProc(ByRef m As Message)

[Code]....

View 2 Replies

Disable Dropdown Calendar Datetimepicker?

Jul 18, 2012

I have a datetimepicker and I want to use it for the time part only! So, I would like to disable its dropdown calendar..

View 3 Replies

Forms :: DateTimePicker - Possible To Disable Calendar?

Feb 15, 2009

One more question also is datetimepick, can it disable when I click to it (by default it will pump out the calender to choose once). Cause I only need to utilize the time but date is no.

View 1 Replies

Stop DateTimePicker From Showing Calendar?

Feb 8, 2009

When I have a DateTimePicker on "Format=Time", I don't want to have the drop down arrow display a calendar.

View 5 Replies

Forms :: Datetimepicker Pop-up Calendar Does Not Disappearing Automatically?

Oct 27, 2010

I am using datetimepicker control.

Initially I am setting
DateTimePicker1.CustomFormat = " "
DateTimePicker1.Format = DateTimePickerFormat.Custom

[code].....

View 1 Replies

Winforms - DateTimePicker Edit Calendar Portion

May 7, 2012

I am trying to use a date time picker to get a month and year from the user (no date). I have the text box portion of the control set correctly but I was wondering if there is a way for me to edit the calendar control so that it only allows selection of months and years or if I can remove that calendar control all together? I have searched for a while but found nothing addressing my question, everything I found refers to the text box portion of the control.

View 1 Replies

Calendar Control - Add Text To A Specific Day Of The Calendar?

Dec 30, 2011

using the calendar from the webfor tools, NOT CALENDAR EXTENDER, and my question is, is there a way to add text to a specific day of the calendar, for example, that i want to click on the number where its shows 29 of the month december, then it shows me a texbox or anything that takes data from my, and i type anything in there, like an event or something, then i click on a button to save my entry, and next time i visit my page i see that day that i clicked on changed its color and shows my text when i hoover the mouse on top of it,

View 7 Replies

Make The Value Of The Datetimepicker Change To What Have Clicked Inside The Dropdown Calendar?

Apr 15, 2011

I've got a datetimepicker control on a vb .net 2008 form. I have set it to show a custom format of "dd/MM/yyyy". The problem is this: - when i click on the arrow button, a small calendar is shown in which i should be able to select a date. The only way i can do that is by using the arrow keys and pressing Enter. Clicking on any date value inside this calendar doesn't do anything.How can i make the value of the datetimepicker change to what i have clicked inside the dropdown calendar?

View 11 Replies

Custom Formatting A Datetimepicker

Sep 19, 2010

Please i am using a datetimepicker for get user time inputs so i want to custom format the control so that it will accept hour,minutes and seconds as well.I am using this code but it is not working for me.It gives me sqlexception Conversion failed when converting date and/or time from character string.me.timeStart.customformat="hh:mm:ss"..with this it is still not picking initially the data type for the field was time and i have change it to nvachar which is still not working

View 4 Replies

DateTimePicker Custom Format

Mar 11, 2011

DateTimePicker Custom format ?

View 2 Replies

DateTimePicker Custom Format?

Jun 29, 2010

Is there anyway to custom format the DateTimePicker so that users can only select weekdays?

View 4 Replies

Custom Formating A DateTimePicker Using CultureInfo?

Dec 2, 2009

I am using the DateTimePicker control in a Vb.Net Windows project.I would like the date to reflect the Regional Settings on the user's computer, but also to show the month name, rather than the month number.For example, if my computer is set to English(US), I would like to see Nov 26 2009, and if my computer is set to English (NZ), I would like to see 26 Nov 2009Is this possible?

View 1 Replies

Custom DateTimePicker Value Isn't Saved In Application Settings

Nov 24, 2011

I want to save a Custom DateTimePicker.Value in my Application Settings. The custom format is : dd/MM/yyyy hh:mm:ss, instead of dd/MM/yyyy The field i've created in the application settings parameters is LASTSAVE (DATE / APPLICATION)

When I try to link in the ApplicationSettings/PropertyBinding ... VALUE with my field LASTSAVE, i have an error :

The Value '01/01/0001 00:00:00' is not valid for 'Value'. 'Value' mustbe ... 'MinDate' et 'MaxDate'.

Name of the parameter : Value

I then entered the MIN and MAX date in the properties of my control DATETIMEPICKER.
I have also put into the properties Value a start date like 23/11/2011 12:00:00 ;

However, when i retry to link in the ApplicationSettings/PropertyBinding ... value to LASTSAVE / I have the same error (The Value '01/01/0001 00:00:00' is not valid for 'Value'. ). I've saved all, do a process that put a value in the datetimepicker.value, but it's not saved, cause not linked.

View 1 Replies

Calendar Control In Datagridview?

Jan 31, 2011

I found this code on msdn showing how to create a calendar drop down in a data grid view:

HERE

I am looking for some guidance on how to implement this code. Do I need to create the grid programmatically or can this be used with an existing dgv?

View 2 Replies

Specify A Custom Icon For Display In The Toolbox Window When Create Own Custom Control?

Dec 29, 2011

how to specify a custom icon for display in the toolbox window when you create your own custom control? Something other than the dreaded "gearbox" icon.

View 2 Replies

.net - Control For A Calendar - Outlook Or MAC Mail

Sep 21, 2011

I am trying to find a good control for a calendar. And I do not mean a datepicker, but a calendar similar to the one in outlook or MAC Mail. The best I have found so far is this one: [URL] It is not quite what I want, but close. Anyone know of any other similar components? Preferably cheap once...

View 5 Replies

Ajaxcontrolkit Calendar Control - Customization?

Apr 11, 2010

Can the calendar control be customsised so that, say you have a system of renting out a holiday home. can the dates that have been booked appear as red and disabled on the ajaxcalendar control?

View 1 Replies

C# - DropDownList Inside An Asp.net Calendar Control

Oct 21, 2011

Is it possible to add a DropDownList inside a calendar day for the asp.net Calendar control and then to bind it to a SelectedIndexChanged event? I can add the DropDownList inside the day I want, but I've been unable to bind it to the event. I've seen it done for a LinkButton inside a Calendar control, but nothing for a DropDownList.

View 3 Replies

Calendar Control From DataGridView To Dataset?

Feb 23, 2012

I have a DataGridView with 4 columns which I transfer toa dataset - this works fine, i posted the code belowHowever I adde a CalendarColumn into my DataGridView but this doesnt transfer over to my dataset.Does anyone know how I can add this Calendar column onto my dataset along with the other 4 columns?

Dim col As New CalendarColumn()
Me.dataGridView1.Columns.Add(col)
Me.dataGridView1.Name = "Trip Date"

[code].....

View 1 Replies

How Can Connect Calendar Control To Dataset

Mar 20, 2009

How can I connect Dayview Calendar control to my strongly typed dataset I can add appoinments to the control, but dont know how to hook it up to my database.I am using vb express 2008

Code to add appointment:

Private Sub btnAddAppointment_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAddAppointment.Click
Dim m_App As New Appointment
m_App.StartDate = Me.DayView1.SelectionStart

[code]....

View 10 Replies

How To Remove The Calendar Control From TrueDBGrid

Feb 28, 2012

Remove calender control from TrueDBGrid Cell David [ON, Canada] 26-Feb-2012 09:39:51..When using C1.Win.C1TrueDBGrid.2 (Version 2.0.20111.61210) in Visual studio 2010 on windows7. I assign the grid DataSource to a data table [code]one of the fields in the table are date value, then in the cell a calendar control is there, I only can click the calendar to choose a day, but I want to remove the calendar control in the cell, how to do it?

View 1 Replies

Month Calendar Control Stretching?

May 28, 2009

Im trying to get the Month Calendar control to stretch to fit the whole page, what i want it to do is make one month fit the whole form

View 3 Replies

Resize The Monthy Calendar Control?

Oct 14, 2010

How do i resize the monthy calander control?

vb.net 2005 Apparently the font size does nothing.

i am stuck with tha control being huge. I would like my calander control to fit inside my designated area and be sure that it stays there.

I would also like to control the actual font size of the displayed calander.

View 1 Replies







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