Results 1 to 5 of 5

Thread: How to delay windows

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    3

    Question

    close
    Last edited by fcastong; Sep 2nd, 2014 at 04:53 PM.

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    What do you mean, dealy your application or other applications? And with Threading?

    Use a timer control or method, a loop and use doevents if you need threading, if you need to dealy a window application you have to remove the doevents and it will dealy everything, well hope i know what youre doing...
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    3

    Rep. Kedaman

    Sorry, your solution do not work. I don't want dealy my
    application

    I want my application as system modal; all applications are suspended until the user close my application.

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    I'm sure I've seen this somewhere, A replacement for doevents that only threads within itself, can't remeber, well You could ask Sam...
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Lively Member
    Join Date
    Mar 1999
    Posts
    93
    Try this API func:
    Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
    Regards,
    Vit

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