|
-
Jun 9th, 2000, 01:53 AM
#1
Thread Starter
Member
Is it at all possible to run a program using the shell command, get get its hWnd without knowing its caption etc??? Or is there another command which will let you run an exe, and also get the shell command?
Thanx
Cease
-
Jun 10th, 2000, 09:36 AM
#2
Fanatic Member
'Result is a handle to the shelled process
dim Result as long
Result = Shell(FileWhichYouWantToShellExecute, vbWindowSize)
look for SHELL in your vb helpfile
DocZaf
{;->
VB5
-
Jun 11th, 2000, 10:20 PM
#3
Thread Starter
Member
Thanx man
Right thanx for that, and i would have checked the help file but it has become corrupt (damn virri), and reinstalling is too much effort,
Thanx again
Cease
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
|