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
ADVERTISEMENT
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
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
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
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
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
Jan 5, 2012
I want to create a calendar control to display employees vacation schedules for the year. It could be either monthly or scrolling weekly. It will draw its data from Access. I'm just looking for some general input on how some others might accomplish this. I know there are some paid options but my boss said I am on a $0 budget. A couple of ideas I had are:
1. Make a monthly view comprised of labels and textboxes for the actual dates. Populate the texboxes with a series of sql statements
2. Use a datagridview bound to a crosstab query, but I don't know how to have the datagridview show one week after the other.
View 11 Replies
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
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
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
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
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
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
Oct 27, 2010
I am using datetimepicker control.
Initially I am setting
DateTimePicker1.CustomFormat = " "
DateTimePicker1.Format = DateTimePickerFormat.Custom
[code].....
View 1 Replies
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
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
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
Sep 28, 2007
I am new in .net framework 2.0. I have to create a custom control. How to create it?
View 7 Replies
Jun 5, 2011
I've saw many many times lots of custom controls, so I decided to build mine.
what do I need do to do to build a custom listbox control?
View 4 Replies
Feb 24, 2009
I have been asked to build a custom wizard control in VB.NET for a windows forms project. It has been made very clear to me that I am not "allowed" to utilize existing wizard controls on the internet due to some obscure logic surrounding copyrights. It has also been made clear to me that we are not "allowed" to use usercontrols in the software.
View 3 Replies
Sep 10, 2006
I was trying to create a custom currency control text box, but I am getting an error that I don't understand.I am getting the following error message when I use it with databinding:"Object of type 'System.EventHandler' cannot be converted to type
[Code]...
View 3 Replies
Nov 14, 2009
This is similar to my last post but with a different purpose.I have built a custom control, but when I set the properties for it... ALL instances of that control on my page grab the exact same property. I need to be able to set the property to "abc" for one instance of the control on my page, and then set the exact same proprty to "xyz" for a different instance of the control on the same page.
[Code]...
View 1 Replies
Dec 27, 2008
I'm trying to create a simple transparent PANEL control. I want to create a custom control based on the existing Panel Control with a property added called "transparent" which can be set to true or false. If it's set to true it's transparent(not invisible). So if I place it over some controls in a form say a button or text box... they are visible but disabled.
View 2 Replies
Oct 15, 2009
How to create custom events for contol. i have created a user control mytextbox & i am showing some properties of textbox & now i want to expose user control events
I am showing Following properties to user
CODE:
How to expose Events
View 3 Replies
Jan 6, 2010
I have previously used the arguments of a contentsResized event on a Winforms richtextbox to get the new size of my RTB. I am now developing a WinForms app with a custom WPF RichTextBox. My whole reason for doing this is to use the out-of-the-box spellchecker. I need my RichTextBox to expand and collapse vertically as the text is changed. The elementhost will also have to resize to allow the whole RTB to display on-screen.
View 1 Replies
May 8, 2012
How to create composite grid. ie , i need all the features of gridview in the Framework 3.5 and above,but also need to include some other functionality to that grid.please suggest me what to do . if possible please share sample code.
View 2 Replies
Aug 29, 2011
I want to create a custom control (let say textbox), after build, when I place that custom control on a form, all the properties for the default textbox are available.
1- How to Hide them and only show the wanted property and method?
2- Is there a Wizard or custom tool for creating custom control or I had to do every thing by coding?
View 4 Replies
Aug 11, 2009
I have gradient on a form set as follows in Example 1 below. I also have a custom panel which has its colour set as in Example 2. I want to get the same colour from Example 2 into Example 1. However I am not sure how to do this within example 1.
[Code]...
View 7 Replies
Mar 23, 2010
I did some googling and found this forum post, and here is what I needed to do:
Imports System.ComponentModel
<EditorBrowsable(EditorBrowsableState.Always), Browsable(True), Bindable(True), _
DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)> _
[code].....
View 6 Replies
Sep 4, 2011
A friend of mine called me to that we need a program for our club that when a member will enter in club gate so first of he will have a card upon which a barcode will be printed and through barcode reader his code will be scanned and will be find out that whether he is a temporary member or regular member or absent member or other. Only regular members are allowed to enter into club and allowed to avail all services of club. Now the question is that i dont know that how the custom barcode will be created and how the scanner will be controlled with vb.net?
View 8 Replies