Click here to Skip to main content
15,921,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert Font Size Pin
HumanOsc10-Aug-05 23:19
HumanOsc10-Aug-05 23:19 
Generalhelp me.. Regarding Tapi 3.0 Pin
rajesh_kapure8-Aug-05 2:19
rajesh_kapure8-Aug-05 2:19 
GeneralRe: help me.. Regarding Tapi 3.0 Pin
Eytukan8-Aug-05 4:23
Eytukan8-Aug-05 4:23 
GeneralRe: help me.. Regarding Tapi 3.0 Pin
Michael P Butler8-Aug-05 6:27
Michael P Butler8-Aug-05 6:27 
AnswerRe: help me.. Regarding Tapi 3.0 Pin
Michael P Butler8-Aug-05 6:24
Michael P Butler8-Aug-05 6:24 
GeneralRe: help me.. Regarding Tapi 3.0 Pin
John R. Shaw8-Aug-05 20:15
John R. Shaw8-Aug-05 20:15 
GeneralCalander Control Pin
Ashman8-Aug-05 1:17
Ashman8-Aug-05 1:17 
GeneralRe: Calander Control Pin
ldaoust8-Aug-05 4:27
ldaoust8-Aug-05 4:27 
GeneralRe: Calander Control Pin
David Crow8-Aug-05 6:29
David Crow8-Aug-05 6:29 
GeneralSave data in dialog Pin
zilnus_free8-Aug-05 0:37
zilnus_free8-Aug-05 0:37 
GeneralRe: Save data in dialog Pin
V.8-Aug-05 2:05
professionalV.8-Aug-05 2:05 
GeneralRe: Save data in dialog Pin
zilnus_free8-Aug-05 15:30
zilnus_free8-Aug-05 15:30 
GeneralRe: Save data in dialog Pin
V.8-Aug-05 20:29
professionalV.8-Aug-05 20:29 
QuestionHow to start write .... Pin
Member 21610047-Aug-05 23:51
Member 21610047-Aug-05 23:51 
AnswerRe: How to start write .... Pin
Bob Stanneveld8-Aug-05 1:22
Bob Stanneveld8-Aug-05 1:22 
GeneralRe: How to start write .... Pin
Member 21610049-Aug-05 17:03
Member 21610049-Aug-05 17:03 
GeneralRe: How to start write .... Pin
Bob Stanneveld9-Aug-05 20:07
Bob Stanneveld9-Aug-05 20:07 
General.exe with Icon image Pin
asv7-Aug-05 23:34
asv7-Aug-05 23:34 
GeneralRe: .exe with Icon image Pin
David Crow8-Aug-05 6:33
David Crow8-Aug-05 6:33 
GeneralRe: .exe with Icon image Pin
ThatsAlok8-Aug-05 18:12
ThatsAlok8-Aug-05 18:12 
GeneralClick Event Pin
Smith#7-Aug-05 23:32
Smith#7-Aug-05 23:32 
GeneralRe: Click Event Pin
khan++7-Aug-05 23:42
khan++7-Aug-05 23:42 
GeneralRe: Click Event Pin
Smith#8-Aug-05 0:05
Smith#8-Aug-05 0:05 
GeneralRe: Click Event Pin
Smith#8-Aug-05 0:10
Smith#8-Aug-05 0:10 
GeneralRe: Click Event Pin
khan++8-Aug-05 1:49
khan++8-Aug-05 1:49 
do {
m_Btn.SendMessage(WM_LBUTTONDOWN,0,MAKELPARAM(2,2));
Sleep(50);
m_Btn.SendMessage(WM_LBUTTONUP,0,MAKELPARAM(2,2));
Sleep(1000); // new one.
} while (1);

It seems that when the button is down, it does not let the parent click anywhere. So reduce the amount of time the button stays down to 50ms.
This seems working somewhat.
I feel lost on this one!


this is this.

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.