Hello
When I build my .msi, I get this error :
ERROR: 'shdocvw.dll' should be excluded because its source file
'C:\WINDOWS\System32\shdocvw.dll' is under Windows System File Protection.
So the .MSI package is built anyway, but the installed application doesn't
work because a file is missing (...
there is the solution, found on http://www.syncfusion.com/FAQ/WinForms/FAQ_c55c.asp
[System.Runtime.InteropServices.DllImportAttribute("gdi32.dll")]
private static extern bool BitBlt(
IntPtr hdcDest, // handle to destination DC
int nXDest, // x-coord of destination upper-left corner...
Hello,
How can I insert the image of an object Graphics in an other ?
By example, I have two panels : I draw some lines on the first one. How can I copy it to the second panel ? (or only a part of it) ?
Thanks
Troz
you can use MSChart that is available in the .com components of visual studio .net It has some bugs, it's old and is difficult to use, but it's useful, because it's the only one I know to do this
Hello
First, does anybody know a more useful component than MSChart ? Because it seems to be very unsafe and hard to use.
Otherwise, I've two big problems with this properties :
grpGraphique.Plot.SeriesCollection[Col].Pen.VtColor.Set(Color.Maroon.R,Color.Maroon.G,Color.Maroon.B);
Sometimes...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.