|
-
Apr 22nd, 2007, 03:31 PM
#1
Thread Starter
Lively Member
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:
If Proxyserver = ""
then
'whatever, i cannot think what to put ><"
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. 
-
Apr 23rd, 2007, 02:23 PM
#2
Re: Registry Manipulation ?
At this point you could (in Form_Load):-
vb Code:
'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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|