Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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.
GeneralRe: Click Event Pin
Smith#8-Aug-05 2:58
Smith#8-Aug-05 2:58 
GeneralRe: Click Event Pin
David Crow8-Aug-05 6:35
David Crow8-Aug-05 6:35 
GeneralRe: Click Event Pin
Trollslayer8-Aug-05 3:20
mentorTrollslayer8-Aug-05 3:20 
QuestionHow to set default button Pin
Member 21610047-Aug-05 23:20
Member 21610047-Aug-05 23:20 
AnswerRe: How to set default button Pin
khan++7-Aug-05 23:28
khan++7-Aug-05 23:28 
AnswerRe: How to set default button Pin
Ritu Kwatra7-Aug-05 23:52
Ritu Kwatra7-Aug-05 23:52 
Generalusing Dyanamic Array Pin
a_david1237-Aug-05 23:20
a_david1237-Aug-05 23:20 
GeneralRe: using Dyanamic Array Pin
Cedric Moonen7-Aug-05 23:34
Cedric Moonen7-Aug-05 23:34 
GeneralRe: using Dyanamic Array Pin
Ritu Kwatra8-Aug-05 1:04
Ritu Kwatra8-Aug-05 1:04 
GeneralRe: using Dyanamic Array Pin
sunit58-Aug-05 1:43
sunit58-Aug-05 1:43 
GeneralRe: using Dyanamic Array Pin
Smith#8-Aug-05 3:00
Smith#8-Aug-05 3:00 
GeneralRe: using Dyanamic Array Pin
sunit58-Aug-05 3:10
sunit58-Aug-05 3:10 
GeneralRe: using Dyanamic Array Pin
David Crow8-Aug-05 6:38
David Crow8-Aug-05 6:38 
GeneralMODBUS TCP Protocol Pin
Member 21610047-Aug-05 23:14
Member 21610047-Aug-05 23:14 
Generalnamespace in a com atl project in VC6 Pin
MihaiChioariu7-Aug-05 22:45
MihaiChioariu7-Aug-05 22:45 
GeneralFile handling..... Pin
Raza56807-Aug-05 22:39
Raza56807-Aug-05 22:39 
GeneralRe: File handling..... Pin
Nishad S7-Aug-05 22:55
Nishad S7-Aug-05 22:55 

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.