Adblock breaks this site

client

Discussion in 'Archives' started by nipplesandlicks, May 10, 2007.

  1. nipplesandlicks

    nipplesandlicks Guest

    Referrals:
    0
    client

    any got any great tip/tuts on runescape client that would be any help
     
  2. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    client

    Check out the rs client in my sig. It has some nice features. Before you ask, no I don't expect you to use it, but if you want help coding anything similar to it. I will do my best to help you.
     
  3. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    client

    they are shitloads....use the search feature.
     
  4. nipplesandlicks

    nipplesandlicks Guest

    Referrals:
    0
    client

    lol ok will on my vb6 i hit ctrl + t and do internet thing and the tools and my web thing dont work i will post the error in a min
     
  5. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    client

    Are you using internet explorer 7?
     
  6. nipplesandlicks

    nipplesandlicks Guest

    Referrals:
    0
    client

    [​IMG]


    no firefox or the new internet i think its 9
     
  7. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    client

    *sigh* read the stick on ie7 thingo
     
  8. nipplesandlicks

    nipplesandlicks Guest

    Referrals:
    0
    client

    HEHEHEHE iam little noobie lol but thank you:p



    one more thing was the code you make the runescape window???
     
  9. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    client

    what code?
     
  10. nipplesandlicks

    nipplesandlicks Guest

    Referrals:
    0
    client

    to open runescape
     
  11. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    client

    err..there is only like 1 way of opening rs...and thats with a webbrowser.
     
  12. jdsfighter

    jdsfighter Forum Addict
    Visual Basic Programmers

    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0
    client

    I think he means the code that prevents navigation and the code to navigate. In that case they are:

    navigate to:
    Code:
    webbrowser1.navigate "http://www.runescape.com"
    prevent redirection
    Code:
    Private Sub WebBrowser1_BeforeNavigate2(ByVal pDisp As Object, URL As Variant, flags As Variant, TargetFrameName As Variant, PostData As Variant, Headers As Variant, Cancel As Boolean)
          On Error Resume Next
    If URL = "http://www.runescape.com/" Then Cancel = True
    End Sub
     
  13. nphp20

    nphp20 Guest

    Referrals:
    0
    client

    If you want help with the coding or if you want some example code to play around with, you should download the source code to my client. it's got a decent feature set and i went ahead and released the vb6 source code to the client. the code is also heavily commented so it should be helpful.

    also, unless you want to be an asshat, please do not just download the code and leech the entire client without credit to the original author... i released the code so I could help out beginners like you, and i don't mind if you use some of the code in your client, but i would appreciate credit.

    link to compiled version as well as the source code (requires WinRAR):
    http://sythe.org/showthread.php?t=196265

    hope it helps, good luck
     
  14. dodge

    dodge Active Member
    Banned

    Joined:
    Mar 26, 2007
    Posts:
    125
    Referrals:
    1
    Sythe Gold:
    5
    client

    for vb6 i think coby's client is the best out there, i'll suggest uisng that one no need to program anythign, now if you can write some code this forums has some good tips for that, just do some looking into it
     
< Include File errors? Read here | Selling Amazing NamE For RAnger! >


 
 
Adblock breaks this site