Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Marg
  • Order by date
  1. Marg

    DateTimePicker - problem setting to unchecked

    I'm trying to use the DateTimePicker control for my application. The issue I'm having is in trying to set the .Checked property of this DatePicker control to false. I want this control to be UN-checked by default (indicating no value selected) with today's date displayed. However, it doesn't...
  2. Marg

    seting Datagrid preferred column width

    Here is how I have changed column widths. It is cumbersome, add columnstyle to a tablestyle to the grid and do it for every column in the bound grid you wish to display: Dim MyColumnStyle As New DataGridTextBoxColumn() MyColumnStyle.Width = 200 MyColumnStyle.MappingName =...
  3. Marg

    Binding Custom Collection to a Combobox in a User Control

    Hi Craig, I think I had the exact same problem - but with a listbox. I'll give you a quotation from MSDN: The controls that inherit from ListControl can display diverse types of objects. If the specified property does not exist on the object or the value of DisplayMember is an empty string...

Part and Inventory Search

Back
Top