Click here to Skip to main content
15,908,173 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
DaveAuld22-Feb-11 2:50
professionalDaveAuld22-Feb-11 2:50 
AnswerRe: Folderbrouwserdialog with textbox(for folder) Pin
Alan N22-Feb-11 6:43
Alan N22-Feb-11 6:43 
GeneralRe: Folderbrouwserdialog with textbox(for folder) Pin
JR21222-Feb-11 21:36
JR21222-Feb-11 21:36 
QuestionPlaying with other process windows! [modified] Pin
FeRtoll20-Feb-11 20:59
FeRtoll20-Feb-11 20:59 
AnswerMessage Removed Pin
22-Feb-11 3:28
professionalАslam Iqbal22-Feb-11 3:28 
GeneralRe: Playing with other process windows! Pin
FeRtoll22-Feb-11 6:03
FeRtoll22-Feb-11 6:03 
QuestionHow to add "syntax help" to own code Pin
David Crow19-Feb-11 16:09
David Crow19-Feb-11 16:09 
AnswerRe: How to add "syntax help" to own code Pin
Luc Pattyn19-Feb-11 17:13
sitebuilderLuc Pattyn19-Feb-11 17:13 
When you type a triple single quote on the line above a sub/fun start, it will expand automatically; you can edit the result, then see it in intellisense.
''' <summary>
''' Performs some test.
''' </summary>
''' <param name="value">Input value</param>
''' <remarks></remarks>
Public Sub test(ByVal value As Long)
    ...
End Sub


FYI: it works the same in C#, with a triple slash.

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

GeneralRe: How to add "syntax help" to own code Pin
Dalek Dave20-Feb-11 0:03
professionalDalek Dave20-Feb-11 0:03 
AnswerRe: How to add "syntax help" to own code Pin
Luc Pattyn20-Feb-11 2:12
sitebuilderLuc Pattyn20-Feb-11 2:12 
GeneralRe: How to add "syntax help" to own code Pin
Eddy Vluggen20-Feb-11 2:24
professionalEddy Vluggen20-Feb-11 2:24 
GeneralRe: How to add "syntax help" to own code Pin
Kschuler22-Feb-11 9:57
Kschuler22-Feb-11 9:57 
GeneralRe: How to add "syntax help" to own code Pin
Luc Pattyn22-Feb-11 10:10
sitebuilderLuc Pattyn22-Feb-11 10:10 
QuestionApproach advice Pin
Simon_Whale18-Feb-11 1:01
Simon_Whale18-Feb-11 1:01 
AnswerRe: Approach advice Pin
Geoff Williams18-Feb-11 3:18
Geoff Williams18-Feb-11 3:18 
GeneralRe: Approach advice Pin
Simon_Whale18-Feb-11 3:33
Simon_Whale18-Feb-11 3:33 
AnswerRe: Approach advice Pin
RobCroll18-Feb-11 3:20
RobCroll18-Feb-11 3:20 
GeneralRe: Approach advice Pin
Simon_Whale18-Feb-11 3:31
Simon_Whale18-Feb-11 3:31 
QuestionJust a link required Pin
Dalek Dave17-Feb-11 12:55
professionalDalek Dave17-Feb-11 12:55 
AnswerRe: Just a link required Pin
Luc Pattyn17-Feb-11 13:16
sitebuilderLuc Pattyn17-Feb-11 13:16 
GeneralRe: Just a link required Pin
Dalek Dave17-Feb-11 21:14
professionalDalek Dave17-Feb-11 21:14 
AnswerRe: Just a link required Pin
Pascal Ganaye21-Feb-11 8:06
Pascal Ganaye21-Feb-11 8:06 
AnswerRe: Just a link required Pin
Аslam Iqbal22-Feb-11 4:01
professionalАslam Iqbal22-Feb-11 4:01 
QuestionFloating point with VB Slider Control? Pin
mathivanaan16-Feb-11 17:32
mathivanaan16-Feb-11 17:32 
AnswerRe: Floating point with VB Slider Control? Pin
Dalek Dave16-Feb-11 22:09
professionalDalek Dave16-Feb-11 22: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.