Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Falagar

    IRC Bot, Anti-Flood

    Ok i got it work on a hole other way. if any later should be interrestet i can summon up here what i did. i made a "dim bytessent integer" for keeping bytes send by my program. And then on every send i have alittle code that do "bytessent = bytessent + len(what i just sended string)" and then...
  2. Falagar

    IRC Bot, Anti-Flood

    Ok i just got another solution from a guy on IRC, and i think i will try and look more in to that on. He gave me this link to work with. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mswnsk98/html/vbevtsendprogressevent.asp and that were event i were looking for in the first...
  3. Falagar

    IRC Bot, Anti-Flood

    Thx alot for the answers.. Ill try Sheco's solution. Falagar
  4. Falagar

    IRC Bot, Anti-Flood

    i Use Winsock to send and recive data from IRC server.
  5. Falagar

    IRC Bot, Anti-Flood

    Hey i am working on a IRC bot, i am not a hardcore program at all. And i am stuck right now, cause my IRC-bot floods and gets kicked from networks as it is now. only way i can think of to stop this, is to time everthing i send from the bot to the server, and only have 1 user at the time. This...
  6. Falagar

    WebBrowser: automatic page saving

    ok i solved my problem in another way, here is what i did: Open "filename" For Output As #1 Dim source As String source = Form1.WebBrowser.Document.documentElement.innerHTML Print #1, source Close #1 End If
  7. Falagar

    WebBrowser: automatic page saving

    I have been trying to get this to work. I have downloadet Edanmo's OLE interfaces & functions type library, placed them in \winnt\system32\ and register them with VBRegTLB6.exe. But the code still does not work. Do i have to add something to my projekt? or how do i get Edanmos stuff in VB6 i...

Part and Inventory Search

Back
Top