|
-
Sep 17th, 2004, 02:24 PM
#10
Hyperactive Member
Originally posted by RobDog888
It should work in 98. The ShellExecute API's requirements
are 95+ or NT 3.1 +. Try this one.
VB Code:
Option Explicit
Private Sub Command1_Click()
Shell "rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3"
End Sub
Yes, this way works fine ! 
thanx!
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
|