how to call ms paint from vs 2005 with C#
hi,
i have a requirement where i have to open mspaint application from C#.net without using process
i need to open application using some reference or some other method but not using system.diagnostics.process.
pls help
rgs
harsha
stanly josePosted Jul 8, 2012, 4:10 AM
Master BillaPosted Sep 11, 2009, 12:22 PM
I think you can't use the MS paint in c# directly, but you can use this
http://www.codeproject.com/KB/graphics/drawtools.aspx
thank you