Author |
Message |
Topic: VDSug.DLL |
Mac
Replies: 5
Views: 18367
|
Forum: Miscellaneous Posted: Thu Apr 27, 2006 2:48 am Subject: VDSug.DLL |
Hey guys,
For those of you interested, I updated VDSug.dll today. No new features, just a possible memory bug fix (although I've had no reported errors).
For those of you who aren't familiar wit ... |
Topic: Keno Game and @RANDOM |
Mac
Replies: 8
Views: 20703
|
Forum: General Help Posted: Thu May 05, 2005 4:21 am Subject: Keno Game and @RANDOM |
Thanks, but I didn't just "knock that out" in a few minutes.
Don't remember how long it took, but it prolly took a while. For
one thing I had no idea how keno was played at the time... ... |
Topic: Keno Game and @RANDOM |
Mac
Replies: 8
Views: 20703
|
Forum: General Help Posted: Thu May 05, 2005 4:06 am Subject: Keno Game and @RANDOM |
I actually did this very thing for someone here a while back. I use VDS 3
so there's no @random() function.
Keep pressing the "test" button (without clearing) and you'll see it will
eventually pi ... |
Topic: resize PuTTY window |
Mac
Replies: 3
Views: 12088
|
Forum: General Help Posted: Fri Apr 08, 2005 1:13 pm Subject: resize PuTTY window |
SetWindowPos() in user32.dll.
I had to make a util to resize some apps with this (using VDSug.dll) in VDS 3.
Cheers, Mac  |
Topic: Edit box event when contents change? |
Mac
Replies: 3
Views: 12202
|
Forum: General Help Posted: Thu Apr 07, 2005 2:02 am Subject: Edit box event when contents change? |
No problemo, hope the info was useful.
Cheers, Mac  |
Topic: Edit box event when contents change? |
Mac
Replies: 3
Views: 12202
|
Forum: General Help Posted: Thu Apr 07, 2005 1:43 am Subject: Edit box event when contents change? |
If the edit box is small, you can record it's contents and check for changes in a timer loop. If it's larger (such as an editor) you can check the modified status with sendmsg (also in a timer loop):
... |
Topic: Anyway to know the CPU frequency (speed)? |
Mac
Replies: 42
Views: 72802
|
Forum: General Help Posted: Tue Apr 05, 2005 8:20 pm Subject: Anyway to know the CPU frequency (speed)? |
Hey Dread,
This version seems to work fine on 98SE.
The CPU usage and speed agree with other utilities - it also shows a registry value that is correct (AMD athlon xp btw).
Using VDS 3.5, ... |
Topic: Anyway to know the CPU frequency (speed)? |
Mac
Replies: 42
Views: 72802
|
Forum: General Help Posted: Mon Apr 04, 2005 3:39 am Subject: Anyway to know the CPU frequency (speed)? |
Hey Bill,
Dunno if yer interested, but LCC has an intrinsic "_cpuid" function that returns CPU info. I haven't played with it yet though...
Cheers, Mac  |
Topic: Need to create a list of users under Documents and Settings |
Mac
Replies: 4
Views: 12243
|
Forum: General Help Posted: Sat Apr 02, 2005 1:02 am Subject: Need to create a list of users under Documents and Settings |
If you use the "D" parameter only, FILELIST doesn't
load subdirs.
LIST FILELIST, List1, C:\Programming, D
Cheers, Mac  |
Topic: FM Radio stations using a TV card? |
Mac
Replies: 6
Views: 20302
|
Forum: Miscellaneous Posted: Mon Mar 21, 2005 11:53 pm Subject: FM Radio stations using a TV card? |
Hooligan, I just remember it was near one end of
the FM range - don't remember which end.
That may very well be the case though.
Cheers, Mac  |
Topic: DateTime confusion... |
Mac
Replies: 12
Views: 24607
|
Forum: General Help Posted: Mon Mar 21, 2005 11:45 pm Subject: DateTime confusion... |
No offense - but if folks would search the forums, many
questions have been already answered.
This link was posted about @datetime() info over two
years ago:
http://www.vdsworld.com/forum/vie ... |
Topic: Close a lot of child windows .... |
Mac
Replies: 1
Views: 10686
|
Forum: General Help Posted: Mon Mar 21, 2005 11:35 pm Subject: Close a lot of child windows .... |
Ya might check out this example:
http://www.vdsworld.com/forum/viewtopic.php?t=922
Cheers, Mac  |
Topic: FM Radio stations using a TV card? |
Mac
Replies: 6
Views: 20302
|
Forum: Miscellaneous Posted: Mon Mar 21, 2005 11:23 pm Subject: FM Radio stations using a TV card? |
Thanks for the input guys.
Hooligan, I appreciate the info. It's quite possible the
FM radio picking up TV stations was due to a couple
of factors:
1. The radio I remember was a second hand ... |
Topic: Abort a system shutdown? |
Mac
Replies: 5
Views: 15118
|
Forum: General Help Posted: Sat Mar 19, 2005 10:05 pm Subject: Abort a system shutdown? |
Prakash is correct about the force flag if an app is using "ExitWindowsEx" to shutdown...
"EWX_FORCE Forces processes to terminate. When this flag is set, Windows does not send the messages WM_Q ... |
Topic: Abort a system shutdown? |
Mac
Replies: 5
Views: 15118
|
Forum: General Help Posted: Sat Mar 19, 2005 8:39 pm Subject: Abort a system shutdown? |
If you can capture the WM_QUERYENDSESSION message
and return zero, that should stop a shutdown.
The capture app would have to be running before the
shutdown of course, and you'd prolly need a que ... |
|