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

Search:

Type: Posts; User: pathllk

Search: Search took 0.55 seconds.

  1. Replies
    1
    Views
    7,141

    Want to use a listview instead of listbox

    I used the given below codes to search the items of listbox and scroll the items of listbox by a textbox:-



    Private Declare Function SendMessageByString _
    Lib "user32"...
  2. Replies
    2
    Views
    7,354

    Scroll Listview items by text box

    At first I am totally new in VB 2008. In my project I Three textboxes and a listview. I can find the items of listview by 1st textbox change event. The codes are as given below:-



    Private Sub...
  3. Replies
    4
    Views
    12,025

    Re: How sum a data report column

    Dear Sir, I have zero knowledge about Active reports. Please help me about this regard.
  4. Replies
    4
    Views
    12,025

    How sum a data report column

    Dear friends,
    Your valuable advice helps me great. I am totally new in VB6 programming. I create a Data Report without Data Environment. The codes are as follows



    private Sub...
  5. Replies
    2
    Views
    8,378

    How Search Database using Inputbox

    Dear all I working with a project that created in VB6. I use MS Access 1997 as database and connect the database with VB6 using adodb connection. I am new i VB6 programming. I use a listview control...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured