O
ORC
I have made a custum control (a graph control) and imported all the
neccesary Dll's (I think) like createpen, polyline and deleteobject. In the
OnPaint function I found the e.graphic.GetHdc ---Great .....but but but -
it's not implemented in CF like all the other useful fiunctions that is
missing in CF.
How do I then get a Hdc? I'm using C# and the graph control is defined as
this:
public Graph : Control
{
code......
}
Any help is highly appreciated.
Thanks
Ole
neccesary Dll's (I think) like createpen, polyline and deleteobject. In the
OnPaint function I found the e.graphic.GetHdc ---Great .....but but but -
it's not implemented in CF like all the other useful fiunctions that is
missing in CF.
How do I then get a Hdc? I'm using C# and the graph control is defined as
this:
public Graph : Control
{
code......
}
Any help is highly appreciated.
Thanks
Ole