Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
QuestionRedirect Console for In-Memory Execution Pin
Anindya Chatterjee8-Sep-09 1:49
Anindya Chatterjee8-Sep-09 1:49 
AnswerRe: Redirect Console for In-Memory Execution Pin
Not Active8-Sep-09 2:19
mentorNot Active8-Sep-09 2:19 
GeneralRe: Redirect Console for In-Memory Execution Pin
Anindya Chatterjee8-Sep-09 3:27
Anindya Chatterjee8-Sep-09 3:27 
GeneralRe: Redirect Console for In-Memory Execution Pin
Not Active8-Sep-09 3:36
mentorNot Active8-Sep-09 3:36 
GeneralRe: Redirect Console for In-Memory Execution Pin
Anindya Chatterjee8-Sep-09 3:43
Anindya Chatterjee8-Sep-09 3:43 
GeneralRe: Redirect Console for In-Memory Execution Pin
Not Active8-Sep-09 4:14
mentorNot Active8-Sep-09 4:14 
Questionhow to change individual gridline color in datagridview Pin
gtag8-Sep-09 1:48
gtag8-Sep-09 1:48 
QuestionXML tags for documentation: How to link to data type of parameter / function? Pin
Guido Carl8-Sep-09 1:24
Guido Carl8-Sep-09 1:24 
Hello.

We got a newbie question on XML tags for documentation (only partly referring to C#):
The text needs to use the data type of a function (or a function parameter). The documentation text goes the same for all programming languages though you have different data type namings in C#, VB.NET, C++ ... As an example, in C# and C++ you have float data type but VB names it Single.

A code example (VB here):
''' <summary>The function <cref name="myFunction"/> has the data type Single/float.</summary>
Public Function myFunction As Single()
   Return myFunction(Me.Count)
EndFunction

Can we refer to the data type naming as we do to the function name? Could be a tag like <creftype name="myFunction"/>

We use VS2008 (and Sandcastle for html help).

Thanks for hints
Guido Carl

modified on Tuesday, September 8, 2009 7:40 AM

AnswerRe: XML tags for documentation: How to link to data type of parameter / function? Pin
N a v a n e e t h8-Sep-09 2:11
N a v a n e e t h8-Sep-09 2:11 
AnswerRe: XML tags for documentation: How to link to data type of parameter / function? Pin
Guido Carl8-Sep-09 2:19
Guido Carl8-Sep-09 2:19 
QuestionContext menu or Context menu with Icons Pin
rizwan.saddal8-Sep-09 1:02
rizwan.saddal8-Sep-09 1:02 
AnswerRe: Context menu or Context menu with Icons Pin
DaveyM698-Sep-09 1:11
professionalDaveyM698-Sep-09 1:11 
Questioniphone style scrolling Pin
benams8-Sep-09 0:47
benams8-Sep-09 0:47 
AnswerRe: iphone style scrolling Pin
Alan Balkany8-Sep-09 4:23
Alan Balkany8-Sep-09 4:23 
QuestionWinForm Opacity - BeginDrag / EndDrag Pin
Programm3r8-Sep-09 0:19
Programm3r8-Sep-09 0:19 
AnswerRe: WinForm Opacity - BeginDrag / EndDrag Pin
Programm3r8-Sep-09 0:52
Programm3r8-Sep-09 0:52 
Questionhow to insert color in the row of the richtextbox contorol Pin
amir-haghighi7-Sep-09 23:08
amir-haghighi7-Sep-09 23:08 
AnswerRe: how to insert color in the row of the richtextbox contorol Pin
Sindicoro7-Sep-09 23:17
Sindicoro7-Sep-09 23:17 
GeneralRe: how to insert color in the row of the richtextbox contorol Pin
amir-haghighi8-Sep-09 4:26
amir-haghighi8-Sep-09 4:26 
AnswerRe: how to insert color in the row of the richtextbox contorol Pin
Manas Bhardwaj8-Sep-09 0:03
professionalManas Bhardwaj8-Sep-09 0:03 
GeneralRe: how to insert color in the row of the richtextbox contorol Pin
amir-haghighi21-Sep-09 22:08
amir-haghighi21-Sep-09 22:08 
GeneralRe: how to insert color in the row of the richtextbox contorol Pin
amir-haghighi27-Oct-09 22:26
amir-haghighi27-Oct-09 22:26 
QuestionHow to open a window in when user opens a email Pin
here2learn7-Sep-09 22:15
here2learn7-Sep-09 22:15 
AnswerRe: How to open a window in when user opens a email Pin
stancrm7-Sep-09 22:24
stancrm7-Sep-09 22:24 
GeneralRe: How to open a window in when user opens a email Pin
here2learn7-Sep-09 22:52
here2learn7-Sep-09 22:52 

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.