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 sizbut 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. napjunk

    Sorting Text......

    Ok, I'm writing an application that downloads a server list from napigator.com/servers.php I've got the code to do that, but i need to be able to sort the text i get...cause as of right now it comes out like this: ip port network_name user_count file_count data_amount dns Example...
  2. napjunk

    Stupid Array...

    what do you mean Load the hex values somewhere? You gotta remember i'm REALLY new to this and need to be "spoon fed" so to speak...
  3. napjunk

    Stupid Array...

    hey, me again (lol), this time it's arrays...my friend sent me some C source that he said i could use in my project.but after about an hour or so of messing with it i havn't been able to get anywhere...I don't know how to use arrays very well and this is way over my head, unfortunatley he...
  4. napjunk

    Happy Christmas

    Merry Christmas =0)
  5. napjunk

    how do you make a command button into a hyperlink to a website?

    it says: compile error: User-Defined Type Not defined. and highlights f_objIE As InternetExplorer.Application in General Declarations.
  6. napjunk

    XOR encryption...

    ok..well he just e-mailed me the source code he used in C to make his decryption program...maybe someone knows what to do with it.. // ---------------------------------------------------------------------------------------------------- // given the open Napster key and the known current user's...
  7. napjunk

    how do you make a command button into a hyperlink to a website?

    Do i put the Private f_objIE As InternetExplorer.Application in Form_Load? or where? because i've tried form load and general declarations and it doesn't work
  8. napjunk

    XOR encryption...

    Hey, how would one go about making a app in VB that does xor encryption? Reason i ask is because the app i am writing creates registry entries that alow you to change your napster USERNAME and PASSWORD. A friend of mine determined that Napster uses XOR for it's encryption when it enters the pw...
  9. napjunk

    how do you make a command button into a hyperlink to a website?

    Ok, i know this is probably a very simple question, but, how do you make a command button into a hyperlink to a website? like say the button says "Click here for support" and when you click it, it goes to www.whatever.com/support in your default internet browser...
  10. napjunk

    Printing to files using special characters (like quotation marks)

    Ok thank you very much,What i am doing isn't writing directly to the registry. It's creating a .reg file that users can then import into the registry. Thanks for your help. =0)
  11. napjunk

    Printing to files using special characters (like quotation marks)

    Ok, i just want to say i've been lurking around these boards for a few months now and have learned alot and would like to thank yall for that. I have a questions about writing data to files. I'm writing a program that creates a file that you can enter into your registry. The problem is if i...

Part and Inventory Search

Back
Top