|
-
Sep 24th, 2000, 10:41 PM
#1
Thread Starter
Addicted Member
Hi, I just upgraded to win 2000 and I'm having a problem updating my code the appactive command doesn't seem to work though any ideas how to update this so it works in win 2000?
'Compile fuction for win 95/98.
Clipboard.Clear
Clipboard.SetText "dir" + Chr$(13)
Shell "Command.com", vbMaximizedFocus
AppActivate "MS-DOS"
'SendKeys "% ep", 0
-
Sep 25th, 2000, 04:15 AM
#2
transcendental analytic
I'm sure MS-DOS prompt in NT and Win2k shows the command.com path instead of MS-DOS
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.
-
Sep 25th, 2000, 07:10 AM
#3
Frenzied Member
I've heard rumors that Win2k has removed the ability to force an app to come to the foreground, but I can't substantiate that, so.
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
|