Search:

Type: Posts; User: amberHancock

Search: Search took 0.02 seconds.

  1. Reporting not an option under "Add - New Item"

    I'm using VB.NET 2012 Express and SQL Server Express 2012.

    I installed Crystal Reports, and can now add Crystal Reports items using the toolbar, but when I go to "Add New" - reporting isn't a...
  2. Re: How to use Report Viewer with Visual Studio 2012 Express

    I should add - I don't even have a ReportBuilder folder in my Microsoft Visual Studio 11.0 folder.
    I'm sure I didn't miss anything...
  3. Re: How to use Report Viewer with Visual Studio 2012 Express

    Hello,

    I also followed the steps (twice) but I don't end up with this .dll file in the correct folder...

    A
  4. Replies
    1
    Views
    454

    Pasting data in datagrid cell

    Hello,
    I have a datagrid with a column that quite often needs to be updated with identical values.
    The easiest way is to copy the value in the first cell, and paste it in the following cells.
    When...
  5. Replies
    7
    Views
    927

    Re: Stop listbox scrolling

    the tab validating code triggers when the record is changed (listbox selection changes).
    I've been having trouble using listbox index changed - it has already changed records by the time my code is...
  6. Replies
    7
    Views
    927

    Re: Stop listbox scrolling

    But will this code be triggered if the user changes records (in the listbox)? or only if they change tabs.
  7. Replies
    7
    Views
    927

    Re: Stop listbox scrolling

    I'm using VB.NET Standard 2003.

    My 'myTab.validating' code is as follows:

    Private Sub tabFalling_Validating(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles...
  8. Replies
    7
    Views
    927

    Stop listbox scrolling

    Hello!

    I have a form that contains a tabcontrol, that is populated based on which
    record a user selects in a listbox on the form.
    I just added code to 'mytab.validating' so if the user tries to...
  9. Replies
    0
    Views
    506

    radio button in a datagrid

    I've searched everywhere, but can't find help on putting a radio button in a datagrid column.
    There are lots of resources out there for asp.net and even a couple for C#, but I have had no luck...
Results 1 to 9 of 9



Click Here to Expand Forum to Full Width