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

Visual Basic

 
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 
Modules aren't really that OOP so I tend to stay away from them. A nice way may be to create a class called InsuranceItems which inherits List<insuranceitem> and then create a function within the inherited class which returns a list of advisories.

Public Class InsuranceItems
    Inherits List(Of InsuranceItem)

    Public Function GetAdvisories() As List(Of Advisory)
        'Do stuff and return list
    End Function
End Class

"You get that on the big jobs."

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 
AnswerRe: Floating point with VB Slider Control? Pin
Richard MacCutchan16-Feb-11 22:12
mveRichard MacCutchan16-Feb-11 22:12 
AnswerRe: Floating point with VB Slider Control? Pin
Mycroft Holmes17-Feb-11 13:49
professionalMycroft Holmes17-Feb-11 13:49 
GeneralRe: Floating point with VB Slider Control? Pin
Richard MacCutchan17-Feb-11 22:19
mveRichard MacCutchan17-Feb-11 22:19 
GeneralRe: Floating point with VB Slider Control? Pin
Mycroft Holmes17-Feb-11 23:29
professionalMycroft Holmes17-Feb-11 23:29 
QuestionSearch File Name - Change Name to Parent Folder Name.vbs ** Question! Pin
Memphis7616-Feb-11 11:54
Memphis7616-Feb-11 11:54 
AnswerRe: Search File Name - Change Name to Parent Folder Name.vbs ** Question! Pin
DaveAuld16-Feb-11 12:57
professionalDaveAuld16-Feb-11 12:57 
QuestionGlobal search? Pin
waner michaud16-Feb-11 9:31
waner michaud16-Feb-11 9:31 
AnswerRe: Global search? Pin
Luc Pattyn16-Feb-11 10:11
sitebuilderLuc Pattyn16-Feb-11 10:11 
GeneralRe: Global search? Pin
waner michaud16-Feb-11 13:49
waner michaud16-Feb-11 13:49 

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.