|
-
May 4th, 2000, 01:51 PM
#1
Thread Starter
New Member
can i detect when windows starts up and shuts down???
-
May 5th, 2000, 12:43 AM
#2
Fanatic Member
Erm... I don't know what you're wanting this for.
If you gave us a little background it would help.
Sorry to be picky,
Me
-
May 5th, 2000, 02:17 AM
#3
transcendental analytic
Put your app to run in autorun folder and in the load event you have the windows startup things and in querry unload event put it detects windows exit if unloadmode=vbAppWindows
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.
-
May 5th, 2000, 02:51 AM
#4
Fanatic Member
Yeah. What he said.
[V(ery) Basic: That was quite embarrassing]
[Computer: Yeah. It was.]
[V(ery) Basic: I'll go to another forum.]
[Computer: That's probably best.]
-
May 5th, 2000, 02:54 AM
#5
Fanatic Member
I think I should change my signature to:
'I am the most under-rated person since Judas Iscariot won the
AD31 best disciple competition'

What do you guys think?
-
May 5th, 2000, 03:08 AM
#6
transcendental analytic
LOL, Go ahead! I liked you conversation with the computer
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.
-
May 5th, 2000, 05:01 PM
#7
Fanatic Member
Nobody likes me

I'm going to keep the signature because it woudn't make sense if I
changed it.
[Computer: It doesn't make sense as it is]
[V(ery) Basic: Oh shut up]
[Computer: Deleting win386.swp...]
[V(ery) Basic: Nooooooo&$%£"()*&$]
-
May 5th, 2000, 05:42 PM
#8
transcendental analytic
Don't say that, you're my friend Very Basic
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.
-
May 17th, 2000, 10:06 AM
#9
New Member
Abort windows shutdown
When the windows shutdown was deteced, can i abort it???!!!
-
May 17th, 2000, 10:27 AM
#10
transcendental analytic
Haven't tested it, but i give you this for you to try
Code:
Declare Function AbortSystemShutdown Lib "advapi32.dll" Alias "AbortSystemShutdownA" (ByVal lpMachineName As String) As Long
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.
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
|