Search:

Type: Posts; User: david_707

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    976

    VS 2008 Parsing problen with youtube downloader

    Hello guys.

    I downloaded a source code of youtube information grabber:


    Imports System.Net
    Imports System.Text.RegularExpressions

    Public Class Form1
  2. Re: Is it possible to create applications with UTF 8?

    Seems a bit complicated :) But I started reading. Well, I'm referring to Sylfaen font (georgian keyboard).
  3. Re: Is it possible to create applications with UTF 8?

    Hi Arnoutdv
    thanks for your reply. I installed the control you mentioned but I still see the "???????" on the forms.

    111605
  4. Is it possible to create applications with UTF 8?

    Hello guys,

    When I try to use UTF8 characters and make some forms or labels, I see only "??????". Like you see on the picture below:

    111601

    So, I would like to know, if there is some...
  5. Replies
    5
    Views
    1,073

    Re: Best way to parse incoming html data

    Yes. i'm newbie and right now, i only know +- how to use winsock :S Is it posible to do the same thing with the inet control??
  6. Replies
    5
    Views
    1,073

    Re: Best way to parse incoming html data

    thanks jmsrickland. i will try that but I'm using timer to add data to listview and is it necessary to use timer? Is it possible just to add the data directly to litview on winock actions??
  7. Replies
    5
    Views
    1,073

    Best way to parse incoming html data

    Hello guys,

    I'm trying to get the incoming data using winsock data arrival,but there are tons of html codes. Here is the visual look of what i want to parse.

    106635

    1. David_707 = my nick...
  8. Replies
    4
    Views
    1,586

    Re: Vb 6 to Vb.Net

    Many thanks :) and sorry about that. I thought it was a right place:)
  9. Replies
    4
    Views
    1,586

    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.
  10. Replies
    4
    Views
    1,586

    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...
  11. Re: Parsing data, which is better??

    Great articles! Reading them :) Thanks a lot!
  12. Replies
    7
    Views
    882

    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,...
  13. [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...
  14. 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...
  15. Replies
    47
    Views
    15,773

    Re: Save VB6, PLEASE VOTE FOR VB6

    Done!
  16. [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...
  17. Replies
    11
    Views
    2,845

    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!
  18. Replies
    11
    Views
    2,845

    Re: Winsock Data arrival problem

    Oh, now i found the error! Thanks a lot :) :cool:
  19. Replies
    11
    Views
    2,845

    Re: Winsock Data arrival problem

    I tried this way too:



    and richtexbox1 is printint only first parsed string.
  20. Replies
    11
    Views
    2,845

    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...
  21. Replies
    11
    Views
    2,845

    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.
  22. Replies
    11
    Views
    2,845

    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:
  23. Replies
    11
    Views
    2,845

    [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%"...
  24. Re: Split data with 2 different delimiters

    Sorry for double posting. It was connection error it seems!
  25. Replies
    3
    Views
    610

    Re: Split question

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

    [RESOLVED] Split question

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



    Jack
    Jhon
    James
    George
  27. [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 27 of 27



Click Here to Expand Forum to Full Width