Click here to Skip to main content
15,797,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionObtaining a list of what exceptions code can throw Pin
bob1697211-Jul-11 5:26
bob1697211-Jul-11 5:26 
AnswerRe: Obtaining a list of what exceptions code can throw Pin
Albert Holguin11-Jul-11 6:44
professionalAlbert Holguin11-Jul-11 6:44 
GeneralRe: Obtaining a list of what exceptions code can throw Pin
bob1697211-Jul-11 7:39
bob1697211-Jul-11 7:39 
GeneralRe: Obtaining a list of what exceptions code can throw Pin
Albert Holguin11-Jul-11 8:46
professionalAlbert Holguin11-Jul-11 8:46 
GeneralRe: Obtaining a list of what exceptions code can throw Pin
MicroVirus12-Jul-11 7:02
MicroVirus12-Jul-11 7:02 
QuestionHow to send TVN_BEGINLABELEDIT from a custom tree control Pin
Amrit Agr10-Jul-11 22:50
Amrit Agr10-Jul-11 22:50 
AnswerRe: How to send TVN_BEGINLABELEDIT from a custom tree control Pin
Richard MacCutchan10-Jul-11 23:13
mveRichard MacCutchan10-Jul-11 23:13 
AnswerRe: How to send TVN_BEGINLABELEDIT from a custom tree control Pin
User 742933810-Jul-11 23:21
professionalUser 742933810-Jul-11 23:21 
TVN_BEGINLABELEDIT is a notification, which isn't the same as a message. The message in this case is WM_NOTIFY.

You'll probably want to use TVM_EDITLABEL[^].

modified 13-Sep-18 21:01pm.

GeneralRe: How to send TVN_BEGINLABELEDIT from a custom tree control Pin
Amrit Agr10-Jul-11 23:59
Amrit Agr10-Jul-11 23:59 
QuestionHow can use Proxy Settings in VC++? Pin
Le@rner10-Jul-11 20:29
Le@rner10-Jul-11 20:29 
AnswerRe: How can use Proxy Settings in VC++? Pin
Cool_Dev10-Jul-11 21:50
Cool_Dev10-Jul-11 21:50 
GeneralRe: How can use Proxy Settings in VC++? Pin
Le@rner11-Jul-11 1:12
Le@rner11-Jul-11 1:12 
QuestionHow to send events to extended child control? Pin
rahul.kulshreshtha8-Jul-11 21:21
rahul.kulshreshtha8-Jul-11 21:21 
AnswerRe: How to send events to extended child control? Pin
Richard MacCutchan9-Jul-11 3:05
mveRichard MacCutchan9-Jul-11 3:05 
GeneralRe: How to send events to extended child control? Pin
rahul.kulshreshtha9-Jul-11 9:24
rahul.kulshreshtha9-Jul-11 9:24 
QuestionPicturControl Pin
manju 38-Jul-11 20:51
manju 38-Jul-11 20:51 
AnswerRe: PicturControl - REPOST Pin
Richard MacCutchan9-Jul-11 0:30
mveRichard MacCutchan9-Jul-11 0:30 
QuestionCImageList Pin
manju 38-Jul-11 19:49
manju 38-Jul-11 19:49 
AnswerRe: CImageList Pin
Richard MacCutchan9-Jul-11 0:29
mveRichard MacCutchan9-Jul-11 0:29 
QuestionMultimap? Pin
john56328-Jul-11 1:45
john56328-Jul-11 1:45 
QuestionRe: Multimap? Pin
Niklas L8-Jul-11 1:52
Niklas L8-Jul-11 1:52 
AnswerRe: Multimap? Pin
Stephen Hewitt8-Jul-11 5:34
Stephen Hewitt8-Jul-11 5:34 
GeneralRe: Multimap? Pin
Niklas L8-Jul-11 5:49
Niklas L8-Jul-11 5:49 
AnswerRe: Multimap? Pin
Resmi Anna8-Jul-11 2:05
Resmi Anna8-Jul-11 2:05 
GeneralRe: Multimap? Pin
Stephen Hewitt8-Jul-11 5:32
Stephen Hewitt8-Jul-11 5:32 

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.