Click here to Skip to main content
15,897,718 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Where to start? Pin
Kevin McFarlane17-Mar-06 10:45
Kevin McFarlane17-Mar-06 10:45 
Questionnewbie question..plz help Pin
sunny74715-Mar-06 1:18
sunny74715-Mar-06 1:18 
AnswerRe: newbie question..plz help Pin
CWIZO15-Mar-06 2:31
CWIZO15-Mar-06 2:31 
GeneralRe: newbie question..plz help Pin
sunny74715-Mar-06 3:39
sunny74715-Mar-06 3:39 
GeneralRe: newbie question..plz help Pin
Dave Kreskowiak15-Mar-06 5:45
mveDave Kreskowiak15-Mar-06 5:45 
GeneralRe: newbie question..plz help Pin
sunny74715-Mar-06 7:40
sunny74715-Mar-06 7:40 
AnswerRe: newbie question..plz help Pin
Guffa15-Mar-06 8:29
Guffa15-Mar-06 8:29 
Questiondate and time picker Pin
bhavz6915-Mar-06 1:07
bhavz6915-Mar-06 1:07 
hi, i have a date and time picker in my smart device application. i can select a date and store that date but when i edit the date and time picker should be selected on that particular date rather than the present date..ive tried everything and i dnt know what i am doin wrong..has any1 got any suggestions please??

Public Sub New()
MyBase.New()

'This call is required by the Windows Form Designer.
InitializeComponent()

m_picker = New DateTimePicker
m_picker.Location = labelPlaceHolder.Location
m_picker.Size = labelPlaceHolder.Size
labelPlaceHolder.Parent.Controls.Add(m_picker)
labelPlaceHolder.Parent.Controls.Remove(labelPlaceHolder)
m_picker.Format = DateTimePickerFormat.Short


'Add any initialization after the InitializeComponent() call
End Sub

the above shows the code where the date and time picker is loaded and when i select a certain date, the value is stored in

labelPlaceHolder.Text = m_picker.Value.ToShortDateString

once i click on the edit button my form i want the date and time picker to show the value stored on the above line.

plz help me
thanks



Question"SendKeys" in TextBox and RichTextBox (C#) Pin
conrado714-Mar-06 11:19
conrado714-Mar-06 11:19 
QuestionHanging RPC Listeners under a .NET service in COM object Pin
liRetro14-Mar-06 10:56
liRetro14-Mar-06 10:56 
QuestionHow do they figure out the number of characters? Pin
kenn_rosie14-Mar-06 7:22
kenn_rosie14-Mar-06 7:22 
GeneralRe: How do they figure out the number of characters? Pin
Guffa14-Mar-06 7:44
Guffa14-Mar-06 7:44 
GeneralRe: How do they figure out the number of characters? Pin
kenn_rosie14-Mar-06 7:54
kenn_rosie14-Mar-06 7:54 
AnswerRe: How do they figure out the number of characters? Pin
Guffa14-Mar-06 8:50
Guffa14-Mar-06 8:50 
QuestionCan't Find Int32.Parse Through System.Reflection? Pin
TheZeusJuice14-Mar-06 4:34
TheZeusJuice14-Mar-06 4:34 
AnswerRe: Can't Find Int32.Parse Through System.Reflection? Pin
IdUnknown14-Mar-06 5:13
IdUnknown14-Mar-06 5:13 
GeneralRe: Can't Find Int32.Parse Through System.Reflection? Pin
TheZeusJuice14-Mar-06 5:19
TheZeusJuice14-Mar-06 5:19 
QuestionPaint TabControl Pin
meninafeliz14-Mar-06 3:35
meninafeliz14-Mar-06 3:35 
AnswerRe: Paint TabControl Pin
mejojo14-Mar-06 5:23
mejojo14-Mar-06 5:23 
Questionopening url when a button is clicked Pin
bhavz6914-Mar-06 3:13
bhavz6914-Mar-06 3:13 
AnswerRe: opening url when a button is clicked Pin
Vasudevan Deepak Kumar14-Mar-06 4:26
Vasudevan Deepak Kumar14-Mar-06 4:26 
GeneralRe: opening url when a button is clicked Pin
bhavz6914-Mar-06 4:58
bhavz6914-Mar-06 4:58 
QuestionBindingContext - Combobox issue Pin
Chris Richner14-Mar-06 0:52
Chris Richner14-Mar-06 0:52 
Question.NET install on W98 fails registering enterpriseservices.dll Pin
Dave Midgley13-Mar-06 23:06
Dave Midgley13-Mar-06 23:06 
AnswerRe: .NET install on W98 fails registering enterpriseservices.dll Pin
Dave Kreskowiak14-Mar-06 1:19
mveDave Kreskowiak14-Mar-06 1:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.