Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I see member variables corresponding a selected control in VS 2003 ? Pin
Gem21-Feb-04 2:38
Gem21-Feb-04 2:38 
AnswerRe: How can I see member variables corresponding a selected control in VS 2003 ? Pin
Shog921-Feb-04 5:53
sitebuilderShog921-Feb-04 5:53 
AnswerRe: How can I see member variables corresponding a selected control in VS 2003 ? Pin
Prakash Nadar21-Feb-04 5:55
Prakash Nadar21-Feb-04 5:55 
GeneralRe: How can I see member variables corresponding a selected control in VS 2003 ? Pin
Gem22-Feb-04 3:10
Gem22-Feb-04 3:10 
Generalcreating and displaying a listbox dynamically (on the fly) Pin
brainznbrawn@yahoo.com21-Feb-04 2:36
brainznbrawn@yahoo.com21-Feb-04 2:36 
GeneralRe: creating and displaying a listbox dynamically (on the fly) Pin
Shog921-Feb-04 6:04
sitebuilderShog921-Feb-04 6:04 
QuestiontoolBar-> function --> create my own message send to all dialog boxes ? Pin
BrutalDeath021-Feb-04 1:24
sussBrutalDeath021-Feb-04 1:24 
AnswerRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
Shog921-Feb-04 6:08
sitebuilderShog921-Feb-04 6:08 
RegisterWindowMessage()
SendMessage()

Alternately, set up a list of classes to notify (add to the list on dialog creation, remove from it on deletion), and just call a method on each when the time to update comes around.


---
the work, which will become a new genre unto itself, will be called...

GeneralRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
Prakash Nadar21-Feb-04 6:19
Prakash Nadar21-Feb-04 6:19 
GeneralRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
BrutalDeath024-Feb-04 0:40
sussBrutalDeath024-Feb-04 0:40 
GeneralRe: toolBar-> function --> create my own message send to all dialog boxes ? Pin
Prakash Nadar24-Feb-04 5:06
Prakash Nadar24-Feb-04 5:06 
QuestionDo I have to open Add variable wizard at each variable adding in VS2003 ? Pin
Gem21-Feb-04 1:04
Gem21-Feb-04 1:04 
GeneralNetmeeting API Pin
Shah Shehpori20-Feb-04 23:21
sussShah Shehpori20-Feb-04 23:21 
Generalmemcpy hourglass Pin
shinay20-Feb-04 23:02
shinay20-Feb-04 23:02 
GeneralRe: memcpy hourglass Pin
Balkrishna Talele20-Feb-04 23:25
Balkrishna Talele20-Feb-04 23:25 
GeneralRe: memcpy hourglass Pin
Tim Smith21-Feb-04 5:58
Tim Smith21-Feb-04 5:58 
GeneralSaving mails from pop3 server Pin
Sunrath20-Feb-04 21:36
Sunrath20-Feb-04 21:36 
GeneralFocus problem Pin
Wizard_0120-Feb-04 21:08
Wizard_0120-Feb-04 21:08 
GeneralRe: Focus problem Pin
Balkrishna Talele20-Feb-04 22:31
Balkrishna Talele20-Feb-04 22:31 
GeneralRe: Focus problem Pin
Wizard_0120-Feb-04 22:49
Wizard_0120-Feb-04 22:49 
GeneralRe: Focus problem Pin
Balkrishna Talele20-Feb-04 22:53
Balkrishna Talele20-Feb-04 22:53 
GeneralRe: Focus problem Pin
Wizard_0120-Feb-04 23:13
Wizard_0120-Feb-04 23:13 
GeneralRe: Focus problem Pin
Balkrishna Talele20-Feb-04 23:21
Balkrishna Talele20-Feb-04 23:21 
GeneralRe: Focus problem Pin
Wizard_0120-Feb-04 23:57
Wizard_0120-Feb-04 23:57 
GeneralRe: Focus problem Pin
Chris Richardson21-Feb-04 13:13
Chris Richardson21-Feb-04 13:13 

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.