Click here to Skip to main content
15,884,177 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all

I can call windows calculator in my VB.NET Application by using
Diagnostics.Process.Start("C:\Windows\system32\calc.exe")

can i open this calculator in some container like panel or group box



thanks

Suresh kharod
Posted

No, you can't because it's an external application.
 
Share this answer
 
yes you can start any application in vb.net with process.start

you can a aaplication container add to your application. it works with me.

Regards
 
Share this answer
 

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