|
-
Jul 27th, 2004, 02:04 AM
#1
Thread Starter
New Member
Month calendar And XML parsing
Hi all,
does anybody knows how to disable the bolded current date which occurs when the monthcalendar loads? my code is as below
Private Sub MonthCalendar1_DateChanged(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DateRangeEventArgs) Handles MonthCalendar1.DateChanged
MonthCalendar1.UpdateBoldedDates()
If (MonthCalendar1.SelectionStart() >= DateTime.Today()) Then
f3.Label10.Text() = MonthCalendar1.SelectionStart
f3.Label12.Text() = ComboBox1.SelectedItem()
f3.Label15.Text = ComboBox1.SelectedItem() & " 1"
f3.Label16.Text = ComboBox1.SelectedItem() & " 2"
f3.ShowDialog()
Me.Dispose()
End If
and one more thing, can a stand alone vb .net application send data thru XML parsing? which parser is best DOM or SAX?
Very grateful for any help provided...
thanks for reading too
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|