Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by danielp0

  1. danielp0

    single dimension array smoothing

    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
  2. danielp0

    single dimension array smoothing

    does anyone know of a quick way that I can smooth a line graph ? thanks
  3. danielp0

    MFC and Parent Functions

    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...
  4. danielp0

    DataExchange in MFC

    why I don't do that ? simply becasue I don't know how. Any idea where I could look this up? thanks
  5. danielp0

    DataExchange in MFC

    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...
  6. danielp0

    MS ACCESS 2002(XP) - locked out

    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)...
  7. danielp0

    3d Electric field

    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)...

Part and Inventory Search

Back
Top