Search:

Type: Posts; User: minidesigner

Search: Search took 0.02 seconds.

  1. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    sorry i been away
  2. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    copy from the server machine and place in the correct folder should work then
  3. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    if i can find the code i did i will post it tomorrow
  4. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    if i'm reading what your asking correctly when you look at the original server console you see all the chat that there has been since you have been running it..... and you have the option i believe...
  5. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    you don't have to mess with theprot forwarding with msn because you are not the host. you only have to port forward if someone outside your router is going to be using your chat system.
  6. Replies
    42
    Views
    24,951

    Re: vb6/5: Alpha DogDighter 3D!!!

    or just up and behind like top gun or the ability to change yiew like need for speed or highdro thunder, probably spelled that wrong.
  7. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    was looking forward to seeing your final project. i've used yours and tweeked it to work with some of the programs iwe use in my office.
  8. Replies
    42
    Views
    24,951

    Re: vb6/5: Alpha DogDighter 3D!!!

    should have a change of view
  9. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    so whats going on with this thread
  10. Replies
    9
    Views
    674

    Re: Text Box Calculations

    i just used the label to verify the calculation. thats just how i got it to work.
  11. Replies
    9
    Views
    674

    Re: Text Box Calculations

    Private Sub Command1_Click()
    Dim txt1 As Integer
    Dim txt2 As Integer
    Dim txt3 As Integer

    txt1 = text1.Text
    txt2 = text2.Text
    txt3 = text3.Text

    If txt2 < txt3 Then
  12. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    so has this just died or what
  13. Re: I need help with adding building a search utility

    ok it's been awhile i really need some help with this. this is what i need......
    a search plug in routine
    multiple patterns
    with wild card text (i.e. Eave)
    needs to be...
  14. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    good luck
  15. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    actually a txt file really isn't that large of a file especially with the info we're talking about saving in it. i could be wrong on that i'll have to test the theory but we have txt files at my...
  16. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    actually couldn't you have all of your settings, buddy list, and all that be saved in one text file to reduce the amount. if organized properly it would work.
  17. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    can't waite looks great
  18. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    first off explain what mute is to be used for
  19. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    you both have great working models. digirev i can't wait to see your final version.
  20. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    Genovah yours looks cool.
  21. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    i'm having trouble getting bold italics and underline to show in the chat window. also my users are wanting to have special colors for their names, any help.
  22. Replies
    214
    Views
    165,281

    Re: [VB6] - Multi-User Chat Example (Winsock)

    i am ready to see the updated version of this.
  23. Re: I need help with adding building a search utility

    Hello. I have finally returned. I have pounded on this thing as much as i can and i can't get it to do exactlly what i want it to do. It works I just need more and i can't figure out how to get...
  24. Re: I need help with adding building a search utility

    ok and thanks again
  25. Re: I need help with adding building a search utility

    Hey. Ok i've got it to work. I'm having trouble though. Is there any way to make it search faster? I really appritiate all your help on this.

    Here is the updated code adding....

    a textbox...
  26. Re: I need help with adding building a search utility

    it looks like this might work for me. i've got to play with it a little, but i think it is going to work for what i was needing. thank you, thank you for your help. i'll let you know in the next...
  27. Re: I need help with adding building a search utility

    Both... and i feel like i'm going nuts trying to make all this work.
  28. Re: I need help with adding building a search utility

    i have a search routine that will find keyword in the file name.... here it is
    Private Sub cmdSearch_Click()
    ' Initialize for search, then perform recursive search.
    Dim FirstPath As String,...
  29. Re: I need help with adding building a search utility

    Here is a written example of what i'm trying to do:

    Say I have different files with different extentions in different locations, but in all thoughs files they all say gutter.

    I'm trying to find...
  30. Re: I need help with adding building a search utility

    i'll look at that and see.

    i do however need an actual search though that looks at the file name and searchs in the file for the keyword.
  31. I need help with adding building a search utility

    I have built a program in VB6 to view documents, drawings, pdf, and spreadsheets.

    I need a search routine that will search a file, from a user specified path, for a specific Keyword and then place...
Results 1 to 31 of 31



Click Here to Expand Forum to Full Width