Click here to Skip to main content
15,888,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: Pls Help how to read from windows(edit box) Pin
ThatsAlok14-Sep-05 1:39
ThatsAlok14-Sep-05 1:39 
GeneralRe: Pls Help how to read from windows(edit box) Pin
toxcct14-Sep-05 1:46
toxcct14-Sep-05 1:46 
JokeRe: Pls Help how to read from windows(edit box) Pin
ThatsAlok14-Sep-05 18:05
ThatsAlok14-Sep-05 18:05 
GeneralRe: Pls Help how to read from windows(edit box) Pin
14-Sep-05 0:55
suss14-Sep-05 0:55 
GeneralRe: Pls Help how to read from windows(edit box) Pin
ThatsAlok14-Sep-05 1:39
ThatsAlok14-Sep-05 1:39 
AnswerRe: Pls Help how to read from windows(edit box) Pin
ky_rerun14-Sep-05 16:22
ky_rerun14-Sep-05 16:22 
GeneralRe: Pls Help how to read from windows(edit box) Pin
ThatsAlok14-Sep-05 17:59
ThatsAlok14-Sep-05 17:59 
QuestionVisual Studio function comments Pin
MartinWA13-Sep-05 22:28
MartinWA13-Sep-05 22:28 
Hello,
At the moment Im writing on a code-comment macro that shall automatically generate comment-dummys for namespaces, classes, functions, etc., because I want to use my code with doxygen.
After matching with several problems Ive come to a problem I cannot solve myself.
Im using the CodeElements Interface to go through all elements and use the Comment-member of the CodeElement (eg. CodeClass) to set my comment-dummy.

In fact the problem is quite simple:
Visual Studio only assigns a comment to a CodeElement when it is looking like that:

// bla blub
// further blubb

but not if it looks like that

/* hrhr
*/

or that

//! codecomment

It wouldnt be any problem to make comments that are accepted by doxygen, but these comments are not assigned to the CodeElement and this way are not shown in the information-window that opens when you are goind to use the function in your source.

Is there a way to change this visual studio behaviour, so it would accept a comment like this as the comment assigned to the function?

/* void JustDoingSomething()
\brief does something
*/
void JustDoingSomething();
AnswerRe: Visual Studio function comments Pin
Anonymous13-Sep-05 23:20
Anonymous13-Sep-05 23:20 
Questionerror LNK2001 Pin
momer13-Sep-05 22:00
momer13-Sep-05 22:00 
QuestionMessageBox, Help needed Pin
pradish13-Sep-05 21:47
pradish13-Sep-05 21:47 
AnswerRe: MessageBox, Help needed Pin
Nishad S13-Sep-05 23:26
Nishad S13-Sep-05 23:26 
AnswerRe: MessageBox, Help needed Pin
Frank K14-Sep-05 0:32
Frank K14-Sep-05 0:32 
AnswerRe: MessageBox, Help needed Pin
ThatsAlok14-Sep-05 1:45
ThatsAlok14-Sep-05 1:45 
Questionrefreshing the dialog window Pin
a_david12313-Sep-05 21:11
a_david12313-Sep-05 21:11 
AnswerRe: refreshing the dialog window Pin
toxcct13-Sep-05 21:16
toxcct13-Sep-05 21:16 
QuestionInteract with Windows Services Pin
13-Sep-05 21:02
suss13-Sep-05 21:02 
AnswerRe: Interact with Windows Services Pin
prasad_som14-Sep-05 0:03
prasad_som14-Sep-05 0:03 
QuestionRe: Interact with Windows Services Pin
ThatsAlok14-Sep-05 1:27
ThatsAlok14-Sep-05 1:27 
AnswerRe: Interact with Windows Services Pin
prasad_som14-Sep-05 21:00
prasad_som14-Sep-05 21:00 
GeneralRe: Interact with Windows Services Pin
ThatsAlok14-Sep-05 21:50
ThatsAlok14-Sep-05 21:50 
AnswerRe: Interact with Windows Services Pin
ThatsAlok14-Sep-05 0:46
ThatsAlok14-Sep-05 0:46 
Questionwhy does only a part of VARIANT change from VT_DATE to VT_BSTR? Pin
Anonymous13-Sep-05 20:47
Anonymous13-Sep-05 20:47 
Questionlock file Pin
wuz7313-Sep-05 20:30
wuz7313-Sep-05 20:30 
AnswerRe: lock file Pin
kakan13-Sep-05 23:54
professionalkakan13-Sep-05 23:54 

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.