Click here to Skip to main content
15,921,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak11-Dec-03 2:52
mveDave Kreskowiak11-Dec-03 2:52 
GeneralRe: Changing the Active Forms Pin
neha1219-Dec-03 22:12
neha1219-Dec-03 22:12 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak20-Dec-03 12:48
mveDave Kreskowiak20-Dec-03 12:48 
GeneralRe: Changing the Active Forms Pin
neha1220-Dec-03 21:24
neha1220-Dec-03 21:24 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:39
mveDave Kreskowiak21-Dec-03 6:39 
GeneralRe: Changing the Active Forms Pin
Dave Kreskowiak21-Dec-03 6:49
mveDave Kreskowiak21-Dec-03 6:49 
GeneralRe: Changing the Active Forms Pin
neha1221-Dec-03 16:33
neha1221-Dec-03 16:33 
Generalshowing method descriptions in VS Pin
Mesrop Simonian10-Dec-03 13:18
Mesrop Simonian10-Dec-03 13:18 
Does anyone know how to show method or property descriptions for a particular class in Visual Studio's code-view? I do the following but it doesn't work:

Imports System.ComponentModel
Public Class JobSeeker
...
<Description("asdfasdf asdf asdf asdf")> _
Shared Sub delete(ByVal Name As String)
...
End Sub
End class

I want to be able to see the descriptions of my own methods when I'm calling them.

Microsoft says the description will show (if you use DescriptionAttribute) when you CLICK on the property, my guess is this is only for visual components, because in code-view you don't click on properties...

any ideas guys? your input will be greatly appreciated.

Regards,
Mesrop
GeneralRe: showing method descriptions in VS Pin
Günther Meusburger10-Dec-03 20:05
Günther Meusburger10-Dec-03 20:05 
GeneralRe: showing method descriptions in VS Pin
Dave Kreskowiak11-Dec-03 2:48
mveDave Kreskowiak11-Dec-03 2:48 
GeneralRe: showing method descriptions in VS Pin
Mesrop Simonian11-Dec-03 5:50
Mesrop Simonian11-Dec-03 5:50 
GeneralRe: showing method descriptions in VS Pin
Ian Darling11-Dec-03 5:54
Ian Darling11-Dec-03 5:54 
GeneralRe: showing method descriptions in VS Pin
Mesrop Simonian11-Dec-03 8:07
Mesrop Simonian11-Dec-03 8:07 
GeneralRe: showing method descriptions in VS Pin
Ian Darling11-Dec-03 12:37
Ian Darling11-Dec-03 12:37 
GeneralRe: showing method descriptions in VS Pin
Dave Kreskowiak11-Dec-03 5:55
mveDave Kreskowiak11-Dec-03 5:55 
GeneralSolution Pin
Mesrop Simonian11-Dec-03 13:01
Mesrop Simonian11-Dec-03 13:01 
Generalwait for user to close the excel Pin
pnpfriend10-Dec-03 10:41
pnpfriend10-Dec-03 10:41 
GeneralRe: wait for user to close the excel Pin
Dave Kreskowiak11-Dec-03 2:44
mveDave Kreskowiak11-Dec-03 2:44 
GeneralRe: wait for user to close the excel Pin
pnpfriend14-Dec-03 4:09
pnpfriend14-Dec-03 4:09 
GeneralRe: wait for user to close the excel Pin
Dave Kreskowiak14-Dec-03 5:01
mveDave Kreskowiak14-Dec-03 5:01 
GeneralRe: wait for user to close the excel Pin
pnpfriend18-Dec-03 9:49
pnpfriend18-Dec-03 9:49 
GeneralVisual Basic .Net &amp; WindowsNT Pin
Fionn10-Dec-03 7:38
Fionn10-Dec-03 7:38 
GeneralRe: Visual Basic .Net &amp; WindowsNT Pin
Colin Angus Mackay10-Dec-03 13:48
Colin Angus Mackay10-Dec-03 13:48 
GeneralRe: Visual Basic .Net &amp; WindowsNT Pin
Dave Kreskowiak11-Dec-03 2:13
mveDave Kreskowiak11-Dec-03 2:13 
Generalmy drawing is missing!!??[emergency] Pin
MJay10-Dec-03 6:09
MJay10-Dec-03 6:09 

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.