Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2007
    Posts
    107

    i still have this script window ... how i take it off

    hi everyone

    i asked you last time about script window



    and you gave me this code

    Quote Originally Posted by Roboblue View Post
    you could set the disabledebuggerIE to yes (check box) in the registry in the Project-OnStartup by using this code
    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
    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", "", 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

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    where did you put the code ?

    do you have access to the registry on your pc ?
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Feb 2007
    Posts
    107
    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

  4. #4
    Join Date
    May 2006
    Posts
    5,380
    glad you got it sorted melissa
    Open your eyes to Narcissism, Don't let her destroy your life!!

  5. #5
    Join Date
    Oct 2006
    Location
    Somewere over the rainbow
    Posts
    314
    You know whats hot? Programming girls man

  6. #6
    Join Date
    Mar 2007
    Posts
    186
    Quote Originally Posted by TristanD View Post
    You know whats hot? Programming girls man
    ...Couldnt have said it better matey...

  7. #7
    Join Date
    Nov 2006
    Location
    Iran
    Posts
    38

    Hi Melissa

    Use it For Your Jub.if this Project not work tell me .
    Attached Files

  8. #8
    Join Date
    Feb 2007
    Posts
    107
    Peyman .................................
    Attached Files

  9. #9
    Join Date
    Nov 2006
    Location
    Iran
    Posts
    38

    Sorry

    This attach
    Attached Files

Similar Threads

  1. set Window transparency!
    By goldingname in forum AutoPlay Media Studio 6.0
    Replies: 3
    Last Post: 01-12-2007, 10:03 PM
  2. How can I know the FS Command name of a movie???
    By yoske in forum AutoPlay Media Studio 5.0
    Replies: 27
    Last Post: 01-01-2005, 10:39 PM
  3. Foreign fonts in script window not available
    By yosik in forum AutoPlay Media Studio 5.0
    Replies: 2
    Last Post: 11-30-2003, 01:23 PM
  4. Creating a Non-Rectangular Window
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 10-03-2003, 12:40 PM
  5. HOWTO: Get the Position and Size of a Window
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 09-27-2002, 09:40 AM

Posting Permissions

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