Click here to Skip to main content
15,917,456 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp with Mouse Button and counter Pin
Member 23626231-Mar-09 1:33
Member 23626231-Mar-09 1:33 
AnswerRe: Help with Mouse Button and counter Pin
Rajesh R Subramanian31-Mar-09 1:37
professionalRajesh R Subramanian31-Mar-09 1:37 
AnswerRe: Help with Mouse Button and counter Pin
Cedric Moonen31-Mar-09 1:40
Cedric Moonen31-Mar-09 1:40 
GeneralRe: Help with Mouse Button and counter Pin
Rajesh R Subramanian31-Mar-09 2:31
professionalRajesh R Subramanian31-Mar-09 2:31 
Joke[OT] Re: Help with Mouse Button and counter Pin
David Crow31-Mar-09 3:26
David Crow31-Mar-09 3:26 
GeneralRe: Help with Mouse Button and counter Pin
Luc Pattyn31-Mar-09 5:09
sitebuilderLuc Pattyn31-Mar-09 5:09 
GeneralRe: Help with Mouse Button and counter Pin
Rajesh R Subramanian31-Mar-09 20:56
professionalRajesh R Subramanian31-Mar-09 20:56 
GeneralRe: Help with Mouse Button and counter Pin
Member 23626231-Mar-09 4:06
Member 23626231-Mar-09 4:06 
To clarify things a bit. I am actually trying to use a laptop PC to compare whether the on time of an external signal varies under different conditions. We have an external setup that will turn a switch on and then off. We want to test if this external signal's on time varies very much under different condtions. We are trying to find out whether that switch is on for the same length of time each time we turn it on or not. We are looking for time resolutions in the micro-second range, or tens of micro-second range. We are trying to decide whether we can do a quick test with a PC or whether we need to build an electronic counting circuit (we could buy an electronic counter but we are trying to keep the price low for our initial testing). We are thinking about having our external device simply use the mouse input. The problem is the system time resolution. The idea with the PC is to shut off all programs except windows and our timing program. We were thinking if we simply incremented a count as fast as possible, we could detect small changes in our external signal by repeating the test and comparing the different counts during the on time. If we could detect the small changes in time (microseconds or tens of microseconds), then we would plan to repeat things with more costly test equipment. But for now we are just trying to see if there is any way we can do some programming to detect small changes in the external signal's on time.
GeneralRe: Help with Mouse Button and counter Pin
Luc Pattyn31-Mar-09 5:12
sitebuilderLuc Pattyn31-Mar-09 5:12 
AnswerRe: Help with Mouse Button and counter Pin
Iain Clarke, Warrior Programmer31-Mar-09 1:46
Iain Clarke, Warrior Programmer31-Mar-09 1:46 
GeneralRe: Help with Mouse Button and counter Pin
Member 2362621-Apr-09 3:06
Member 2362621-Apr-09 3:06 
Questionfatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include <windows.h></windows.h> Pin
Le@rner30-Mar-09 23:41
Le@rner30-Mar-09 23:41 
AnswerRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Stuart Dootson31-Mar-09 0:07
professionalStuart Dootson31-Mar-09 0:07 
GeneralRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Le@rner31-Mar-09 0:51
Le@rner31-Mar-09 0:51 
GeneralRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Stuart Dootson31-Mar-09 0:57
professionalStuart Dootson31-Mar-09 0:57 
GeneralRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Le@rner31-Mar-09 0:59
Le@rner31-Mar-09 0:59 
GeneralRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Stuart Dootson31-Mar-09 1:06
professionalStuart Dootson31-Mar-09 1:06 
GeneralRe: fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Pin
Rajesh R Subramanian31-Mar-09 2:34
professionalRajesh R Subramanian31-Mar-09 2:34 
QuestionHow to create a listbox in win32 with checkbox style Pin
nbugalia30-Mar-09 22:52
nbugalia30-Mar-09 22:52 
AnswerRe: How to create a listbox in win32 with checkbox style Pin
Iain Clarke, Warrior Programmer30-Mar-09 23:14
Iain Clarke, Warrior Programmer30-Mar-09 23:14 
GeneralRe: How to create a listbox in win32 with checkbox style Pin
nbugalia30-Mar-09 23:40
nbugalia30-Mar-09 23:40 
GeneralRe: How to create a listbox in win32 with checkbox style Pin
Stephen Hewitt30-Mar-09 23:50
Stephen Hewitt30-Mar-09 23:50 
QuestionRe: How to create a listbox in win32 with checkbox style Pin
David Crow31-Mar-09 3:33
David Crow31-Mar-09 3:33 
Questionreading html file in c++/vc++ Pin
siddunelogi30-Mar-09 22:41
siddunelogi30-Mar-09 22:41 
AnswerRe: reading html file in c++/vc++ Pin
Rajesh R Subramanian30-Mar-09 22:48
professionalRajesh R Subramanian30-Mar-09 22:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.