Many thanks :) and sorry about that. I thought it was a right place:)
Type: Posts; User: david_707
Many thanks :) and sorry about that. I thought it was a right place:)
I'm gonna pay for all projects ! That's why I would like to open a thread under Freelancer.
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...
Great articles! Reading them :) Thanks a lot!
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,...
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...
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...
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...
Yes, you're right :) I corrected the html code and then removed processed data as you told me so it worked perfectly! Great help!
Oh, now i found the error! Thanks a lot :) :cool:
I tried this way too:
and richtexbox1 is printint only first parsed string.
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...
I created function but still crashing the VB while loop.
The just making what you've told me
But my VB crahses.
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:
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%"...
Sorry for double posting. It was connection error it seems!
Thanks guys! I thought it was a special function to split in this way without mid and instr :) Much appreciated!
Let's say there is data with one delimiter vbCrlf :
Jack
Jhon
James
George
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...