client

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

client
  1. Unread #1 - May 10, 2007 at 11:01 PM
  2. nipplesandlicks
    Referrals:
    0

    nipplesandlicks Guest

    client

    any got any great tip/tuts on runescape client that would be any help
     
  3. Unread #2 - May 10, 2007 at 11:12 PM
  4. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    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.
     
  5. Unread #3 - May 10, 2007 at 11:14 PM
  6. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    client

    they are shitloads....use the search feature.
     
  7. Unread #4 - May 10, 2007 at 11:21 PM
  8. nipplesandlicks
    Referrals:
    0

    nipplesandlicks Guest

    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
     
  9. Unread #5 - May 10, 2007 at 11:25 PM
  10. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    client

    Are you using internet explorer 7?
     
  11. Unread #6 - May 10, 2007 at 11:30 PM
  12. nipplesandlicks
    Referrals:
    0

    nipplesandlicks Guest

    client

    [​IMG]


    no firefox or the new internet i think its 9
     
  13. Unread #7 - May 10, 2007 at 11:43 PM
  14. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    client

    *sigh* read the stick on ie7 thingo
     
  15. Unread #8 - May 10, 2007 at 11:47 PM
  16. nipplesandlicks
    Referrals:
    0

    nipplesandlicks Guest

    client

    HEHEHEHE iam little noobie lol but thank you:p



    one more thing was the code you make the runescape window???
     
  17. Unread #9 - May 10, 2007 at 11:59 PM
  18. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    client

    what code?
     
  19. Unread #10 - May 11, 2007 at 12:04 AM
  20. nipplesandlicks
    Referrals:
    0

    nipplesandlicks Guest

    client

    to open runescape
     
  21. Unread #11 - May 11, 2007 at 12:19 AM
  22. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    client

    err..there is only like 1 way of opening rs...and thats with a webbrowser.
     
  23. Unread #12 - May 11, 2007 at 7:50 AM
  24. jdsfighter
    Joined:
    Jan 21, 2007
    Posts:
    603
    Referrals:
    0
    Sythe Gold:
    0

    jdsfighter Forum Addict
    Visual Basic Programmers

    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
     
  25. Unread #13 - May 11, 2007 at 7:37 PM
  26. nphp20
    Referrals:
    0

    nphp20 Guest

    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
     
  27. Unread #14 - May 11, 2007 at 11:20 PM
  28. dodge
    Joined:
    Mar 26, 2007
    Posts:
    125
    Referrals:
    1
    Sythe Gold:
    5

    dodge Active Member
    Banned

    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! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site