load jar in vb form

Discussion in 'Programming General' started by paintballer4lfe, Apr 22, 2010.

load jar in vb form
  1. Unread #1 - Apr 22, 2010 at 9:28 AM
  2. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    load RS into a vb.net form?

    webbrowser wont work, just asks for java install, so i dont think it'll work, any ideas for me??

    thanks
     
  3. Unread #2 - Apr 23, 2010 at 8:01 AM
  4. Harlem9191
    Joined:
    Mar 10, 2009
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    Harlem9191 Member

    load jar in vb form

    Use the webbrowser control.
    Then on the menu at the top click on 'Build' > 'Configuration Manager'.
    You project should be dislayed in the listbox. Under the platform column it should say 'any cpu' click on that. Then click on 'new..' and select x86 from the drop down menu where it says 'New platform.'

    Should work
     
  5. Unread #3 - Apr 23, 2010 at 2:36 PM
  6. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    ummmm i dont see a build > Config manager, im using VS studio 2008 team ed
     
  7. Unread #4 - Apr 27, 2010 at 1:28 PM
  8. Harlem9191
    Joined:
    Mar 10, 2009
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    Harlem9191 Member

    load jar in vb form

    If you're using Visual Studio then it should be there..
     
  9. Unread #5 - Apr 27, 2010 at 9:33 PM
  10. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    heres what mine looks like:
    [​IMG]
     
  11. Unread #6 - Apr 28, 2010 at 7:02 AM
  12. Harlem9191
    Joined:
    Mar 10, 2009
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    Harlem9191 Member

  13. Unread #7 - Apr 28, 2010 at 3:46 PM
  14. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

  15. Unread #8 - Apr 30, 2010 at 7:37 AM
  16. Harlem9191
    Joined:
    Mar 10, 2009
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    Harlem9191 Member

    load jar in vb form

    Well if you read the link I gave you fully then you might find they mention you will have to re-install Visual Studio. I really recommend you do as you will find the config manager important due to the fact that the majority of people probably don't have a 64-bit operating system still. You would be best creating your program in 32-bit (x86). You edit this via the configuration manager.
     
  17. Unread #9 - Apr 30, 2010 at 2:37 PM
  18. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    yea i am going to, not only to reset the config, but so i can enter my serial and not use a trial

    EDIT: uninstalled then reinstalled, config manager still doesnt enable itself
     
  19. Unread #10 - Apr 30, 2010 at 5:04 PM
  20. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    feel kind of dumb, didnt have the "show advanced build config" checked, checked it and now it works

    alright did what you say, works pretty good, except now i cant load the dirct link to the JAR, i dont want to have the little toolbar up top and stuff, just the jar, that possible?
     
  21. Unread #11 - May 1, 2010 at 6:49 AM
  22. Harlem9191
    Joined:
    Mar 10, 2009
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    Harlem9191 Member

    load jar in vb form

    You would have to make the webbrowser scroll down accordingly so that it hides the adverts and the toolbar. You can't load a .jar directly
     
  23. Unread #12 - May 1, 2010 at 4:56 PM
  24. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    eh, thats fine with me, have an example scrolling code for me??
     
  25. Unread #13 - May 2, 2010 at 12:35 PM
  26. paintballer4lfe
    Joined:
    Mar 7, 2010
    Posts:
    41
    Referrals:
    0
    Sythe Gold:
    0

    paintballer4lfe Member

    load jar in vb form

    scratch that, anyone know how i can load a certain world?

    like world 106?

    i tried: world106.runescape.com
    but it doesnt load that world
     
  27. Unread #14 - May 4, 2010 at 10:46 PM
  28. Jimmy
    Joined:
    Jun 24, 2008
    Posts:
    2,421
    Referrals:
    10
    Sythe Gold:
    25

    Jimmy Ghost
    Retired Sectional Moderator $5 USD Donor

    load jar in vb form

    ^What would the point of that be, as you are able to dynamically change worlds within the client now?
     
  29. Unread #15 - May 5, 2010 at 12:31 PM
  30. Harlem9191
    Joined:
    Mar 10, 2009
    Posts:
    81
    Referrals:
    0
    Sythe Gold:
    0

    Harlem9191 Member

    load jar in vb form

    There is probably an Rs loader on the net somewhere that deals with hiding the navigation bar etc. Also Jimmy is right, what would be the point in that. Besides you can't do that anymore anyway, not even on unsigned Java. There is only one client for every world now, not one for each world like there used to be.
     
< Compiling? | AutoClicker Help. >

Users viewing this thread
1 guest


 
 
Adblock breaks this site