Results 1 to 8 of 8

Thread: Freeze an IE window

  1. #1
    rsitogp
    Guest

    Question Freeze an IE window

    Hi,

    I want to freeze (pause) an ie window (already open), by command and unfreeze, any ideas/suggestions?

    Thanks in advance!

  2. #2
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    What do you mean by "Freeze"?

    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  3. #3
    rsitogp
    Guest
    Pause, like in games, you know stop it temporerly (Not webbrowser1.stop idea).

  4. #4
    Lively Member
    Join Date
    Mar 2001
    Location
    Sweden
    Posts
    115
    Do you mean like make the program stop responding for a little while? If so, the user might think it has crashed, and force a shutdown of it.

  5. #5
    rsitogp
    Guest
    No that's what the user wants, don't worry it's a special purpose program, for a net game.

  6. #6
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    If you mean temporarily disabling a window then no. You can do this with any controls that you have on it such as textboxes and buttons though and replace any animated gifs with a static copy(another image) to make it appear that it's frozen but the user still has control over it and can simply close it.


    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

  7. #7
    rsitogp
    Guest
    I want to pause the window (actually a flash animation inside it).

  8. #8
    Fanatic Member Psyrus's Avatar
    Join Date
    Jul 2000
    Location
    NJ
    Posts
    602
    I do not know anything about Flash. You'd probably have to control it (pause it) from the Flash animation. You can't control a window to that extent even if your code is what created it. If that were possible it would give you the freedom to create a fullsize window filling the screen and prevent the user from closing it.

    Chris
    Chris

    VB 6.0 Calendar App Video Gamers Group
    Don't forget to rate people if they helped you.

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