Related questions
HTML Editor in a Windows Forms Application
We are looking for a WYSIWYG editor control for our windows application (vb.net or c#) so that users can design HTML emails (to send using the SMTP objects in the dot net framework) before sending.
Currently all the available …
Set default format of datetimepicker as dd-MM-yyyy
I have a datetimepicker which on loading of windows form shows me format in 'MM-dd-yyyy',
as follows:
I would like it in dd-MM-yyyy.
I tried the following:
set custom format: "dd-MM-yyyy"
But Its not changing.
What could be the problem?
…