I need to know how to create an edit box in a push button callback. I tried:
CRect rc;
CSpreadSheetDlg m_pControls;
CString str = "";
m_pControls.CreateControl("Don'tknow",str,WS_VISIBLE,rc,
NULL,FALSE,NULL,IDC_DISPLAYTIME);
I placed this in a bushbutton...
I need help people!
I need to store the positions of a moving mouse in a data file. I want to use a timer to send the position of the mouse to a file at interval of 10-100ms.
I can display the movement of the mouse, however I have no clue on how to use timers (especially to do this).
Please...
Even in attempting to use WM_TIMER, I am having problems. I am a Biomedical Engineer and programming is not strongpoint. I just started using Vis C++ in September, so therefore source code examples really help.
I'm trying to write a progam that will display an output every 100 ms. I'm attempting to use the _IntervalTimerInstruction(from the _TimerInstruction class) but i don' tknow where the information on this is found. Vis C++ help is no help. I've also tried using SetTimer and processing the...
depending on what you are trying to do, you may want to go about this in different ways. The WM_TIIMER is not an accurate timer and is dependent upon the operating system. You may want to use _IntervalTimerInstruction. I have used it and it is less complicated than WM_TIMER. I use timers...
I am having trouble using SetTimer. If someone could give me an example on how to use it that would be great. I am also having big problems with OnTimer. Thanks
I need to know how i can list the mouse coordinates as the mouse moves. I guess i need a to know ho to break the program and read out the x-y coordinates.
After I find out how to get these coordinates, i'll send the x's to 0 and now i'll jsut have the y's.
Next and probably most...
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.