This seems to work fine, thanks. I was looking into using mean, but this is quicker.
the only thing I found is that it shifts the data a bit. but that's not really a problem.
Thanks
hello
I've got a function in the parent class that I want to run from the child window/class
this creates the window :
dlg.DestroyWindow();
dlg.Create(Cdlg::IDD);
dlg.ShowWindow(SW_SHOW);
then I want to run a function :
GetParent()->CZDlg::Function(parameter)
I understand that this is not...
Hi there
I've been having issues with this for a long time. I need two dialogs to communicate. I can get it to work so that if the child dialog is closed the parent gets updated. Is there a way to do it so that it is simultaneous. it's supposed to be for an exposure controll - and if I have to...
Hi there
I've got myself into a perculiar proble and I'm suprised it's not more common as it's quite easy to get caught. While running a database the computer rebooted, and did not allow to reopen it, because it claims that me and another user are trying to connect to it. (which is not the case)...
Hi there...
I'm trying to simulaate an elesctric field in 3D. I'm using certain assumtions... like the fact that this formula is correct
qx=k*Q(4)*(Q(1)-P(1))/(distance(Q,P)^3);
qy=k*Q(4)*(Q(2)-P(2))/(distance(Q,P)^3);
qz=k*Q(4)*(Q(3)-P(3))/(distance(Q,P)^3)...