|
-
Nov 6th, 1999, 08:17 AM
#1
Thread Starter
New Member
I wrote an program that will need to shell out to MsPaint to edit a file. And just to be safe I need to confirm the path to MsPaint. Then open MsPaint with my (.BMP ) open.
-
Nov 6th, 1999, 08:24 AM
#2
Hyperactive Member
Open the registry and read the data under the key name:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\MSPAINT.EXE
The data under (Default) will have the path.
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer
-
Nov 6th, 1999, 08:26 AM
#3
Hyperactive Member
If it is not necessary to have only MsPaint to open the bmp, you could use the Shell function or the ShellExecute API function.
-
Nov 7th, 1999, 01:59 AM
#4
Thread Starter
New Member
not familiar with this, pleas explain?
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
|