Separate names with a comma.
It's included in VB6, you can find it without adding references in the left sidebar.
Try downloading the new version, it's attached in a topic in VB Code snippets
if you're not using a specific page (like http://www.google.com/index.html) you have to add a "/" at the end of the url (EX: Not...
Here's a function I made, it works now!!! Public Function TimesInString(strSource As String, strText As String, Optional Start = 1) As Long Dim...
You could use a control like IE to load a page (doesn't need any wrapper download) and then put a timer and in its code put: "WebControl1.Refresh"
Well, create a new class and name it TCPWrapper, then paste the Wrapper code in... that's not so hard... (and if I remember well you will need to put...
There is a wrapper Mystical (Robawatic) made a while ago in this section, all you have to do to use it is copy and pasting the code in a class......
The problem is you can't send score with that method... You will need to use iNet and I'm looking for a working method...
Another suggestion: try av(1) = Val(avgprice.text)
Probably the array av() is not a String... so it can't store a sting in a numeric variable... That's why sometimes textboxes work for you. I hope...
think you should try this: strhtml = W.PostWrapper("www.Filtered Link - For the safety of our users please do not post direct links to...
Just use this: [edited SecondsToWait] Public Sub MilliSecondsToWait(lNumberOfSeconds As Long) Dim ft As FILETIME Dim lBusy As Long Dim lRet...
That was not made by me!!! Public Function iBetween(ByVal InputText As String, ByVal StartText As String, ByVal EndText As String, Optional ByVal...
Hey, my ABer already has a Timer (but it's not based on system time) and it works. I am implementing the "Shop Tour", a great feature (suggested by...
Store the button result in a variable, like this: Dim intAnswer as Integer intAnswer = MessageBox.Show("Play Again?", "You Win!",...
As I already told you, I will help you learning VB. I will send you links to guides and help you with any problem you may find!!!
You can just use VB. You can make a simple text editor, create 3 textboxes with multiline Enabled. Then paste the code in the first textbox and add...
You can do that using the vbCr or vbNewLine command!!! If you write strExample = "Hello!!!" & vbCr & "This is a test" MsgBox strExample The...
Can you explain better? I don't get what you want to do...
No, auto-spammers are usually made in VB6... Scar would be too slow to spam people and I dunno if it could read the source code of a page...