Click here to Skip to main content
15,898,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to draw static controls and check box buttons transparently ? Pin
YoSilver3-Jan-05 4:12
YoSilver3-Jan-05 4:12 
GeneralRe: How to draw static controls and check box buttons transparently ? Pin
rrrado4-Jan-05 0:07
rrrado4-Jan-05 0:07 
GeneralRe: How to draw static controls and check box buttons transparently ? Pin
YoSilver4-Jan-05 5:18
YoSilver4-Jan-05 5:18 
Generalcreating ActiveX controls for Dialog froms... Pin
Surya Prakash Adari2-Jan-05 19:31
Surya Prakash Adari2-Jan-05 19:31 
GeneralRe: creating ActiveX controls for Dialog froms... Pin
ThatsAlok2-Jan-05 22:17
ThatsAlok2-Jan-05 22:17 
GeneralTCPview like tool Pin
2000ram2-Jan-05 19:21
2000ram2-Jan-05 19:21 
GeneralDbl Click Event handler for Buttons created at Runtime Pin
Surya Prakash Adari2-Jan-05 19:09
Surya Prakash Adari2-Jan-05 19:09 
GeneralRe: Dbl Click Event handler for Buttons created at Runtime Pin
ThatsAlok2-Jan-05 19:59
ThatsAlok2-Jan-05 19:59 
adarisurya@yahoo.co.in wrote:
can u give the remaining for double click

Look For these messages in wNotifyCode of ON_COMMAND_RANGE
BN_DBLCLK: For Button Double Click

adarisurya@yahoo.co.in wrote:
i want other macros that give the id of button , which will be invoke when user double click on the ranged buttons. need help ,,

wParam
The low-order word contains the button's control identifier. (USE LOWORD macro here)
The high-order word specifies the notification message.
(USE HIWORD macro here)

lParam
Handle to the button






"I Think this Will Help"
 Alok Gupta
 visit me at http://www.thisisalok.tk

GeneralTCPview like-tool Pin
Anonymous2-Jan-05 18:50
Anonymous2-Jan-05 18:50 
GeneralRe: TCPview like-tool Pin
ThatsAlok2-Jan-05 18:59
ThatsAlok2-Jan-05 18:59 
GeneralRe: TCPview like-tool Pin
Anonymous2-Jan-05 19:10
Anonymous2-Jan-05 19:10 
GeneralRe: TCPview like-tool Pin
ThatsAlok2-Jan-05 19:20
ThatsAlok2-Jan-05 19:20 
GeneralAuto Scroll List Control Pin
Imtiaz Murtaza2-Jan-05 18:38
Imtiaz Murtaza2-Jan-05 18:38 
GeneralRe: Auto Scroll List Control Pin
Michael Dunn2-Jan-05 19:24
sitebuilderMichael Dunn2-Jan-05 19:24 
GeneralRe: Auto Scroll List Control Pin
Shah Shehpori2-Jan-05 19:28
sussShah Shehpori2-Jan-05 19:28 
GeneralRe: Auto Scroll List Control Pin
ThatsAlok2-Jan-05 22:22
ThatsAlok2-Jan-05 22:22 
GeneralRe: Auto Scroll List Control Pin
David Crow3-Jan-05 3:29
David Crow3-Jan-05 3:29 
GeneralRe: Auto Scroll List Control Pin
ThatsAlok3-Jan-05 4:44
ThatsAlok3-Jan-05 4:44 
GeneralMS-ACCESS log rotation Pin
Anonymous2-Jan-05 16:46
Anonymous2-Jan-05 16:46 
GeneralRe: MS-ACCESS log rotation Pin
Monty22-Jan-05 18:06
Monty22-Jan-05 18:06 
GeneralRe: MS-ACCESS log rotation Pin
Anonymous2-Jan-05 18:27
Anonymous2-Jan-05 18:27 
GeneralRe: MS-ACCESS log rotation Pin
David Crow3-Jan-05 3:34
David Crow3-Jan-05 3:34 
QuestionHow to set Window Size of MFC Dialog? Pin
pubududilena2-Jan-05 16:12
pubududilena2-Jan-05 16:12 
AnswerRe: How to set Window Size of MFC Dialog? Pin
Ravi Bhavnani2-Jan-05 16:37
professionalRavi Bhavnani2-Jan-05 16:37 
GeneralWanting Windows Message Pin
LiYS2-Jan-05 14:16
LiYS2-Jan-05 14:16 

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.