Search results for query: *

  1. I

    ReportViewer OK in Development, but no data in deployment

    I have a rdlc report that displays data passed to the form from a dataset created in memory. On my development platform (Windows 7 with VS2010) the report displays both the Reports Parameters passed to it Parameters = New ReportParameter("DeliveryDate", strDeliverDate)...
  2. I

    VS2010 - Removing jpg in Resources KILLED menus and toolbars

    I wanted to remove an unused image in the Resources subdirectory. After deleting it, ALL the Items in my MenuBar collection, and all the Items in the ToolStrip and all the Items in the Status Strip disappeared. Looking in the Main.Designer.vb, they appear to still be there. How can I get them...
  3. I

    Add a Checkbox inside a DataGridView Datacell

    I am creating the DataGridView programmatically. The checkboxcolum actually has non-checkbox text in the first datarow. The datagrid is not databound. I've decided to just use a Wingdings checkmark symbol as text, then toggle it from blank to checkmark. But I would still like to figure out...
  4. I

    Add a Checkbox inside a DataGridView Datacell

    I am creating a schedule calendar where the header columns are set to show the next 7 days as | User name | Mon | Tue | Wed| Thu| Fri | Sat | and the first row is... | |11/20|11/30| etc. Then I want to set the "dates" cells with a checkbox in each. My code is: For...
Back
Top