|
-
Oct 17th, 2006, 01:12 AM
#1
Thread Starter
Frenzied Member
Help with shell command!
I have tried this code
shell("c:\test.exe",vbNormalFocus)
as well as:
Dim WindowStyle As VbAppWinStyle
WindowStyle = vbNormalFocus
shell("c:\test.exe",WindowStyle)
The error I recieve is that it is expecting an '='
The last time I programmed in vb6 was 5 years ago. I have mostly programmed in .NET
I cant figure out what I am doing wrong??
kind regards
Henrik
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
|