CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: scottmcg

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    7,356

    Re: connect MS access DB oleDB problem

    thanks

    I'm getting some errors when trying to use a listbox:

    cannot convert from 'double' to 'System.Windows.Forms.ListViewItem.ListViewSubItem

    it's referring to my second field in the DB,...
  2. Replies
    4
    Views
    7,356

    connect MS access DB oleDB problem

    Hi again, I'm having trouble whilst connecting a MS access db using oleDB

    Problem is with getting more than one column added into a listbox in my application from the DB
    here's the code so far
    ...
  3. Replies
    1
    Views
    840

    databound listbox problem

    Hi, i'm currently doing a uni project and I'm having a bit of trouble with a databound listbox.

    Basically it's two listboxs, listbox1 is databound to a access database and it's getting the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured