|
-
Jul 26th, 2000, 02:04 PM
#1
Thread Starter
Lively Member
How does one send keystrokes from a VB app to
a MS-DOS app(edit.com)?
-
Jul 26th, 2000, 04:41 PM
#2
Fanatic Member
Use the method AppActivate and SendKeys!
Instead, I would use a batch file.
Chemically Formulated As:
Dr. Nitro
-
Jul 26th, 2000, 05:16 PM
#3
transcendental analytic
I would prefer to edit the file using Vb's own resources, not running Edit.com and try to change the file there
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.
-
Jul 26th, 2000, 05:19 PM
#4
Thread Starter
Lively Member
Thanks for the input Nitro.
I am using Shell("edit.com C:\myfile") to open
the file. But SendKeys has no effect on it. (I read
somewhere that it does not work on NT, ie, using
sendkeys on MS-DOS apps). what do you mean by "instead I
would use a batch file"?
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
|