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

C / C++ / MFC

 
AnswerRe: to move directories to different drives Pin
CPallini29-Nov-10 22:04
mveCPallini29-Nov-10 22:04 
GeneralRe: to move directories to different drives Pin
zon_cpp29-Nov-10 23:44
zon_cpp29-Nov-10 23:44 
GeneralRe: to move directories to different drives Pin
CPallini30-Nov-10 0:07
mveCPallini30-Nov-10 0:07 
GeneralRe: to move directories to different drives Pin
zon_cpp30-Nov-10 0:11
zon_cpp30-Nov-10 0:11 
AnswerRe: to move directories to different drives Pin
zon_cpp30-Nov-10 0:10
zon_cpp30-Nov-10 0:10 
QuestionNo icons showing in XP while running an app developed in Vista Pin
ShadowUz29-Nov-10 20:22
ShadowUz29-Nov-10 20:22 
QuestionRe: No icons showing in XP while running an app developed in Vista Pin
Niklas L29-Nov-10 22:56
Niklas L29-Nov-10 22:56 
AnswerRe: No icons showing in XP while running an app developed in Vista Pin
ShadowUz29-Nov-10 23:42
ShadowUz29-Nov-10 23:42 
QuestionMS developer Pin
danandu29-Nov-10 19:58
danandu29-Nov-10 19:58 
AnswerRe: MS developer Pin
CPallini29-Nov-10 21:53
mveCPallini29-Nov-10 21:53 
GeneralRe: MS developer Pin
danandu29-Nov-10 23:57
danandu29-Nov-10 23:57 
GeneralRe: MS developer Pin
CPallini30-Nov-10 0:10
mveCPallini30-Nov-10 0:10 
GeneralRe: MS developer Pin
Chris Meech30-Nov-10 6:08
Chris Meech30-Nov-10 6:08 
GeneralRe: MS developer Pin
CPallini30-Nov-10 7:12
mveCPallini30-Nov-10 7:12 
AnswerRe: MS developer Pin
danandu1-Dec-10 19:52
danandu1-Dec-10 19:52 
QuestionRe: MS developer Pin
CPallini1-Dec-10 21:01
mveCPallini1-Dec-10 21:01 
AnswerRe: MS developer Pin
danandu1-Dec-10 23:00
danandu1-Dec-10 23:00 
QuestionHow to write SQL predicate FREETEXT in String query in MFC? Pin
MahaKh29-Nov-10 18:08
MahaKh29-Nov-10 18:08 
QuestionChar* not maintaing correct assigned Values Pin
jcp121729-Nov-10 17:36
jcp121729-Nov-10 17:36 
AnswerRe: Char* not maintaing correct assigned Values Pin
Luc Pattyn29-Nov-10 17:45
sitebuilderLuc Pattyn29-Nov-10 17:45 
QuestionHow to read .txt file and find delimiter ? Pin
mathivanaan29-Nov-10 17:22
mathivanaan29-Nov-10 17:22 
AnswerRe: How to read .txt file and find delimiter ? Pin
Luc Pattyn29-Nov-10 17:49
sitebuilderLuc Pattyn29-Nov-10 17:49 
AnswerRe: How to read .txt file and find delimiter ? Pin
Adam Roderick J29-Nov-10 18:00
Adam Roderick J29-Nov-10 18:00 
QuestionRe: How to read .txt file and find delimiter ? Pin
David Crow30-Nov-10 5:11
David Crow30-Nov-10 5:11 
QuestionUser Button Notification Codes: BN_CLICKED, is there a way to get notification when it is unclicked? Pin
Paul Belikian29-Nov-10 17:02
Paul Belikian29-Nov-10 17:02 
Hello all,

VC6, MFC, XP

My application has a Formview based view with many static controls all over it. The CStatic controls are used in a similar fashion as CButtons are used: The user makes selections by pressing on them. I really do have my reasons for not using the CButton control, but even if I were to use it, I need to find a way to get notified when the 'button' is released.

When they are pressed, I do get the BN_CLICKED messages, but I can not find any messages (in WinUser.h) that could be returned when the buttons are released. Is there such a message? Any suggestions or tips to get or simulate this message would be appreciated and be a great help! I'm working with a timer based work around, however the application really needs to track exactly how long the button is down.

Best Regards,
Paul

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.