|
-
Nov 18th, 2000, 10:06 AM
#1
Thread Starter
Hyperactive Member
Does anyone know how to open a program like notepad or anything else without the OLE control(I want to be able to click on a command button to open the program) ??
I'm guessing it's the "OpenFile" API call...
Public Declare Function OpenFile Lib "kernel32"_
Alias "OpenFile" (ByVal lpFileName As String, lpReOpenBuff_ As OFSTRUCT, ByVal wStyle As Long) As Long
if it is, then what do i use for lpReOpenBuff ??
thnx!!
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
|