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

Search:

Type: Posts; User: robbo77

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    6,138

    Re: Help error with loop!

    could you explain please
  2. Replies
    5
    Views
    6,138

    Help error with loop!

    For j = lvOrderList.ListItems.Count To 1 Step -1

    If rsProducts!Product_ID = lvOrderList.ListItems(j).Text Then
    Do
    orderQnty =...
  3. Replies
    3
    Views
    1,015

    Re: Help with function, password checker

    have corrected the ascii( errors already and lengthSscore = 20 still errors though.
  4. Replies
    3
    Views
    1,015

    Help with function, password checker

    Aim - trying to create a password strength checker that updates the progress bar as user types in password. keep getting errors. not to familiar with byref and function

    Public Function...
  5. Replies
    0
    Views
    651

    MaskEdBox .cancelupdate error

    3 MaskEdBox binded to ado when .addnew is pressed and the .cancelupdate it returns an error
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured