Hi again..
i'm looking for how to running notepad from vb6..
please help me.
any help will be appreciated.
Sturdy 11 Light Poster
WaltP commented: Please stop beggin? You don't have to explicitly ask for help. That's why you posted and we already know it! -3
Recommended Answers
Jump to Postoh, i see,,
You can use shell function to execute an exe file.Shell(PathName,WindowStyle)
Jump to PostOkay,,
see if this help :Private Sub Command1_Click() Call Shell("notepad.exe", vbNormalFocus) End Sub
All 6 Replies
Jx_Man 987 Nearly a Senior Poster Featured Poster
Sturdy 11 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
Sturdy 11 Light Poster
Jx_Man 987 Nearly a Senior Poster Featured Poster
november_pooh commented: simple but good +4
Sturdy commented: Always Helping +1
Sturdy 11 Light Poster
november_pooh commented: post your code another time.. +4
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.