Click here to Skip to main content
15,891,633 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncan i get a event when i click on a cell of grid... Pin
koolprasad200329-Jun-07 0:54
professionalkoolprasad200329-Jun-07 0:54 
AnswerRe: can i get a event when i click on a cell of grid... Pin
Dave Kreskowiak29-Jun-07 4:01
mveDave Kreskowiak29-Jun-07 4:01 
QuestionComments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 0:11
Johan Hakkesteegt29-Jun-07 0:11 
AnswerRe: Comments in editor for self made classes Pin
Christian Graus29-Jun-07 0:36
protectorChristian Graus29-Jun-07 0:36 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 1:06
Johan Hakkesteegt29-Jun-07 1:06 
AnswerRe: Comments in editor for self made classes Pin
Dileep_Vickey29-Jun-07 1:03
Dileep_Vickey29-Jun-07 1:03 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 1:13
Johan Hakkesteegt29-Jun-07 1:13 
AnswerRe: Comments in editor for self made classes Pin
Kevin McFarlane29-Jun-07 1:25
Kevin McFarlane29-Jun-07 1:25 
If this is VB 2005, type the comment character three times and then press enter in front of the class or method. It will produce an XML comment block. The stuff you type in the summary element is what appears

VB 2003 does not support XML comments unless you install the VB Commenter add-in.

Here's a VB 2005 example from a method I wrote:

''' <summary>
''' Converts a database column value to a nullable type instance.
''' </summary>
''' <typeparam name="T">A generic value Type. See generic constraint in function signature.</typeparam>
''' <param name="dbValue">The database column value.</param>
''' <returns>An instance of a nullable type containing the underlying database column value.</returns>
''' <exception cref="System.ArgumentException"></exception>
''' <remarks>A database null (DBNull) is converted to null (Nothing in VB).</remarks>



Kevin
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt29-Jun-07 2:02
Johan Hakkesteegt29-Jun-07 2:02 
GeneralRe: Comments in editor for self made classes Pin
Kevin McFarlane29-Jun-07 3:49
Kevin McFarlane29-Jun-07 3:49 
GeneralRe: Comments in editor for self made classes Pin
Johan Hakkesteegt1-Jul-07 19:58
Johan Hakkesteegt1-Jul-07 19:58 
Questionget file Extension Pin
Rupesh Kumar Swami28-Jun-07 23:26
Rupesh Kumar Swami28-Jun-07 23:26 
AnswerRe: get file Extension Pin
Sonia Gupta28-Jun-07 23:36
Sonia Gupta28-Jun-07 23:36 
GeneralRe: get file Extension Pin
Rupesh Kumar Swami28-Jun-07 23:45
Rupesh Kumar Swami28-Jun-07 23:45 
GeneralRe: get file Extension Pin
Sonia Gupta29-Jun-07 2:38
Sonia Gupta29-Jun-07 2:38 
QuestionWindow Services Pin
Navneet Hegde28-Jun-07 23:01
Navneet Hegde28-Jun-07 23:01 
AnswerRe: Window Services Pin
Sonia Gupta28-Jun-07 23:39
Sonia Gupta28-Jun-07 23:39 
GeneralRe: Window Services Pin
Navneet Hegde29-Jun-07 0:06
Navneet Hegde29-Jun-07 0:06 
GeneralRe: Window Services Pin
aamironline29-Jun-07 1:44
aamironline29-Jun-07 1:44 
GeneralRe: Window Services Pin
Navneet Hegde29-Jun-07 2:59
Navneet Hegde29-Jun-07 2:59 
GeneralRe: Window Services Pin
Dave Kreskowiak29-Jun-07 3:58
mveDave Kreskowiak29-Jun-07 3:58 
Questionhow can i change/append the text in footer of word document Pin
koolprasad200328-Jun-07 22:44
professionalkoolprasad200328-Jun-07 22:44 
AnswerRe: how can i change/append the text in footer of word document Pin
kubben29-Jun-07 2:03
kubben29-Jun-07 2:03 
QuestionNeed a Help plz! Pin
Kumar!28-Jun-07 21:40
Kumar!28-Jun-07 21:40 
AnswerRe: Need a Help plz! Pin
Navneet Hegde29-Jun-07 0:12
Navneet Hegde29-Jun-07 0:12 

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.