PDA

View Full Version : i still have this script window ... how i take it off



melissa
04-25-2007, 07:40 AM
hi everyone

i asked you last time about script window

http://img45.imageshack.us/img45/9738/scriptexd2.png

and you gave me this code


you could set the disabledebuggerIE to yes (check box) in the registry in the Project-OnStartup by using this code

bIS = Registry.DoesKeyExist(HKEY_CURRENT_USER, "Software\\Microsoft\\Internet Explorer\\Main");
if bIS == true then
Registry.SetValue(HKEY_CURRENT_USER, "Software\\Microsoft\\Internet Explorer\\Main", "DisableScriptDebuggerIE", "yes", REG_SZ);
end
Then, if you want to set it back to default when you leave the app then in Project-On Shutdown use

bIS = Registry.DoesKeyExist(HKEY_CURRENT_USER, "Software\\Microsoft\\Internet Explorer\\Main");
if bIS == true then
Registry.SetValue(HKEY_CURRENT_USER, "Software\\Microsoft\\Internet Explorer\\Main", "DisableScriptDebuggerIE", "", REG_SZ);
end

====================

i tried this code but it`s not working for me

can you help me second time , i really need it

thank you

RizlaUK
04-25-2007, 09:20 AM
where did you put the code ?

do you have access to the registry on your pc ?

melissa
04-26-2007, 06:13 AM
thank you RizlaUK , i found it

so the problem was the registry , you have reason , i have not the access

to the registry , but no i fix it

you really helpfull

thank you ...thank you

RizlaUK
04-26-2007, 07:16 AM
glad you got it sorted melissa :yes

TristanD
04-26-2007, 01:31 PM
You know whats hot? Programming girls man :D

SiNisTer
05-03-2007, 01:54 AM
You know whats hot? Programming girls man :D

:lol ...Couldnt have said it better matey...

Peyman
10-11-2007, 11:55 AM
Use it For Your Jub.if this Project not work tell me .

melissa
10-18-2007, 10:52 AM
Peyman .................................

Peyman
10-26-2007, 08:20 AM
This attach