Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to display notepad or Mspaint If i click button using vb.net
Posted

1 solution

Just a suggestion: You should give a little try by yourself too.

Here you go: How to open other Applications Using VB.Net Application[^]
 
Share this answer
 
Comments
RaviRanjanKr 29-Jan-11 3:18am    
Nice Link Sandeep!
Sergey Alexandrovich Kryukov 30-Jan-11 2:15am    
It should be enough to answer the question - my 5.

However, starting such applications is a bad sign -- OP must be developing very week application. A simple text box inside application can eliminate a need in such rudimentary application as Notepad (or even greatly improve editing compared to Notepad), and MsPaint is simply too bad to be used :-). From the other hand -- what't the point? The uses should know better what application to run -- why the user should not be trusted? There is not integration anyway...
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900