Search:

Type: Posts; User: david_707

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    466

    Re: Vb 6 to Vb.Net

    Many thanks :) and sorry about that. I thought it was a right place:)
  2. Replies
    4
    Views
    466

    Re: Vb 6 to Vb.Net

    I'm gonna pay for all projects ! That's why I would like to open a thread under Freelancer.
  3. Replies
    4
    Views
    466

    Vb 6 to Vb.Net

    Hello there!

    I'm planning to open a project at Freelancer but I think first I can ask here and find someone who will help me in the future. I would like to ask you 2 questions:

    1. Is there a...
  4. Re: Parsing data, which is better??

    Great articles! Reading them :) Thanks a lot!
  5. Replies
    7
    Views
    320

    Re: Edit a text file

    To find a string you can use this code (in case if you're loading it into rtb)



    Dim text2find As String
    text2find = tofind.Text
    Dim posicion As Integer
    posicion = InStr(1, Text2.Text,...
  6. [RESOLVED] Parsing data, which is better??

    Hello guys,

    You who have years of experience, how do you think? Which built-in function is fast performing? Mid, or Instr? Because Sometimes we are able to use both of them to parse some Data. I...
  7. Re: Dynamic array related question

    Dear Bobbles

    I'm talking about Chat clients, thay get every time new data, like users, direct messages or main screen messages. So, the split function helps me to divide username and its icon and...
  8. Replies
    10
    Views
    478

    Re: Save VB6, PLEASE VOTE FOR VB6

    Done!
  9. [RESOLVED] Dynamic array related question

    Hi folks!

    I know how to work with fixed arrays, but I would like to make it more clear and ask a question regarding fixed arrays. For example, what's the difference when declaring:


    Dim str(0...
  10. Replies
    11
    Views
    462

    Re: [RESOLVED] Winsock Data arrival problem

    Yes, you're right :) I corrected the html code and then removed processed data as you told me so it worked perfectly! Great help!
  11. Replies
    11
    Views
    462

    Re: Winsock Data arrival problem

    Oh, now i found the error! Thanks a lot :) :cool:
  12. Replies
    11
    Views
    462

    Re: Winsock Data arrival problem

    I tried this way too:



    and richtexbox1 is printint only first parsed string.
  13. Replies
    11
    Views
    462

    Re: Winsock Data arrival problem

    Thanks for your time and effort. Actually I do not get any error message. Just my vb becomes blank and I need to kiil it using Task Manager.

    Check the screenshot below:

    95559

    Thats my code...
  14. Replies
    11
    Views
    462

    Re: Winsock Data arrival problem

    I created function but still crashing the VB while loop.

    The just making what you've told me



    But my VB crahses.
  15. Replies
    11
    Views
    462

    Re: Winsock Data arrival problem

    You're right! The idea is the loop, but the problem I face is: crash VB.exe while executing. Now checking which part I've missed.
    Thanks :thumb:
  16. Replies
    11
    Views
    462

    [RESOLVED] Winsock Data arrival problem

    Hello guys,

    I have some problems with winsock. I have sample html code located on the server:


    <table border="1" bordercolor="#FFCC00" style="background-color:#FFFFCC" width="100%"...
  17. Re: Split data with 2 different delimiters

    Sorry for double posting. It was connection error it seems!
  18. Replies
    3
    Views
    235

    Re: Split question

    Thanks guys! I thought it was a special function to split in this way without mid and instr :) Much appreciated!
  19. Replies
    3
    Views
    235

    [RESOLVED] Split question

    Let's say there is data with one delimiter vbCrlf :



    Jack
    Jhon
    James
    George
  20. [RESOLVED] Split data with 2 different delimiters

    Hello guys

    This is my first post here. I have a problem with my code. I try to generate data (phone numbers and names) within Listview (that has 2 columns) The data looks like:



    123456...
Results 1 to 20 of 20