|
-
Dec 29th, 1999, 01:12 AM
#1
Thread Starter
Member
I tried to do everything without vbhide
but it(1.exe) runs minimized anyway
Thanx for Answers
-casparas
-
Dec 29th, 1999, 01:16 AM
#2
Guru
Sorry! I told you to remove it, but the default is Minimized.....DUH, my bad.
use like this instead:
Shell "calc.exe", vbNormalFocus
just replace "calc.exe" with the path to your app
Tom
-
Dec 29th, 1999, 12:52 PM
#3
Thread Starter
Member
i must warn you i'm no programer
(actually i've bought vb6 few days ago)
so don't laugh at my questions
1.for egzample i have program C:\1.exe
and i want to run this app with my vb program
by pressing the command button
i added the code:
Private Sub Command1_Click()
Shell ("C:\Path\1.exe")
End Sub
okydoky. loks fine right?
and now i come with the problem 1.exe
runs in minimized mode(it's minimized)
what should i do to run it normaly?
2. what is API?
3.what is ADO?
4.what is .dll
(i know some sort of dinamic link library
but could you explain in english)
-casparas
-
Dec 29th, 1999, 12:59 PM
#4
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
|