Results 1 to 40 of 40

Thread: [RESOLVED] Registry Manipulation ?

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2007
    Location
    Tamworth, UK
    Posts
    82

    Re: Registry Manipulation ?

    Ah thank god!
    I was getting worried ._. =]
    Anyway
    Yes, sorry i actually think it was working - I just didnt realised...i think i was actually seeing things that night anyway x|
    Anyway, i've added your code and i must admit it works perfectly :]

    BUT (i hate buts ><")
    What you said, i investigated
    I went in to CP > Internet settings > changed the proxy server address to
    "" : "" (So basically blank,
    when i ran my app, it error'd " Error reading registry value:- ProxyServer"

    So, would i need to wack in an if statement
    vb Code:
    1. If Proxyserver = ""
    2. then
    3. 'whatever, i cannot think what to put ><"
    4. end if

    Would that work? or how would i get around it ?


    AHA, Staffordshire sucks ass - i wanan live abroad! im sick on England
    I hate my peers - Drugs, Drink, Antisocial etc - Pathetic.
    Kankerflecken.

  2. #2
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: Registry Manipulation ?

    At this point you could (in Form_Load):-
    vb Code:
    1. 'Comment out the message box, if required, AFTER the app is FULLY DEBUGGED!.
    to get rid of the registry reading errors that the scripting host raises - if you're happy that it's working the way you want it to. (Normally I wouldn't advocate using "Resume Next", but this is one of those rare exceptions)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width