hi everyone,
I am currently working on a small college project and I was wondering if it was possible to insert MS Paint in one of my form.

If such a method exist, I would be really grateful if you can give me the code as well... ..............(the fact is I am really short of time).

Thanks in advance.

Recommended Answers

All 2 Replies

>inserting ms paint in vb.net form

You can't insert one application into another but you can invoke them from within your application.

System.Diagnostics.Process.Start("mspaint.exe")

But in this case , will i be able to use all of its component correctly, lijke for example will the toolbar on top of ms paint (file, edit) be present as well?


>inserting ms paint in vb.net form

You can't insert one application into another but you can invoke them from within your application.

System.Diagnostics.Process.Start("mspaint.exe")
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.