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

Search:

Type: Posts; User: AlJones

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    1,995

    Re: Homework Help!! Please!!

    I did too, but also realized that I hadn't posted mine :) I'm sorry but I have an odd ( very, very dry ) sense of humour! We've gotten "slightly" off topic, but since she hasn't replied ...
  2. Replies
    8
    Views
    1,995

    Re: Homework Help!! Please!!

    If that was aimed at me ... :) ... does that one look better???
  3. Replies
    8
    Views
    1,995

    Re: Homework Help!! Please!!

    Jennifer, I'll echo Nate, I'm retired with plenty of time on my hands. I won't do it for you, but I'm quite willing to guide you through it ...
    Can you use the designer to create the form you're...
  4. Replies
    3
    Views
    4,031

    Re: IONIC zip lib throwing error.

    If you're going to give me more of your nonsense answers, you might want to read into that a bit further and you'll see that "Windows Compression" is a very low level and non-compatible compression. ...
  5. Replies
    3
    Views
    4,031

    IONIC zip lib throwing error.

    Wokring with VS 2005 and VB, I have the following code:


    Try
    Using zip As ZipFile = ZipFile.Read(ZipFileName)
    Dim item As ZipEntry
    For Each...
  6. Re: Quuikest way to determine if an array element exists in a string

    I've got to do a little house cleaning, but this works like a champ - loading one of the other tables, where I do an author look-up, went so fast I thought something was wrong!

    If file =...
  7. Re: Quuikest way to determine if an array element exists in a string

    Mur16, now that's an interesting thought. ..... Hmmm, he says ... this sequential search is becoming entirely too long.
    min is two, but there are some that are considerably longer .... most of the...
  8. Re: Quuikest way to determine if an array element exists in a string

    Respectfully, David, either you don't understand what I'm trying to do or I'm too dense to understand what you're suggesting. Your one line comments are worth nothing as I see it. //al
  9. Re: Quuikest way to determine if an array element exists in a string

    Remeber David, I'm looking to see if any ( one or more ) element in the dictionary is in the string. I've had a fellow who uses SQL on a daily basis say the same thing, then when I passed him the...
  10. Re: Quuikest way to determine if an array element exists in a string

    Should have noted, this is being done in VB 2005.
    This dictionary (not an array, though I treat it pretty much as such) is searched and the kvp.data is the index to the desired name in the master...
  11. Quuikest way to determine if an array element exists in a string

    I've been looking for most of the day so far and can find a plethora of ways to determine if a string is present in an array element but that's not what I'm looking for.

    I have a string array that...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured