Hi,
can anybody explain to me, how to use the ScreenToClient function I've done this:
IntPtr hwnd;
hwnd = panel1 -> get_Handle();
ScreenToClient(hwnd, mousePos);
where panel is a Panel and the mousePos is a Point. The Error I get is: can't convert IntPtr to HWND
thx for help
Hi,
I've got a problem. I've got a class called haupt and another class called neben. In the neben class there is a pictureBox item and I want to draw a line into it.
Therefor I write in haupt: neben* p_neben = new neben();
neben.start();
in the start method i write this -> Show(); and after...
Hi,
I wanted to ask if anyone can say where I can get new Toolbox items (these little things you can drag and draw onto your GUI, like buttons and stuff).
I'm searching for a Graph, where you can drag a line on a few points and then get the values from this line at special points.
Thx
Hi,
i've got a problem. i want to implement a class called element, which has a pointer called ele, like this:
class element {
int i_a;
element* p_ele;
}
but if i write: element p_new = new element; the pointer p_ele won't point to NULL but to a location, where i_a is initialized whith 0...
Hi,
i've got an compiler error at my project, and wanted to ask if anyone can explain what that means:
Der Typ 'DimmSteuerung.newEntry' wurde nicht gefunden. Stellen Sie sicher, dass auf die Assembly, die diesen Typ enthält, verwiesen wird. Wenn dieser Typ Teil Ihres Entwicklungsprojekts...
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.