Click here to Skip to main content
15,895,084 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: SourceSafe and VB.Net Pin
Member 459898616-Dec-10 5:33
Member 459898616-Dec-10 5:33 
AnswerRe: SourceSafe and VB.Net Pin
Steve Naidamast16-Dec-10 7:23
professionalSteve Naidamast16-Dec-10 7:23 
GeneralRe: SourceSafe and VB.Net Pin
Member 376360816-Dec-10 10:37
Member 376360816-Dec-10 10:37 
AnswerRe: SourceSafe and VB.Net Pin
Fabio Franco16-Dec-10 9:38
professionalFabio Franco16-Dec-10 9:38 
GeneralRe: SourceSafe and VB.Net Pin
Michael Kingsford Gray16-Dec-10 18:43
Michael Kingsford Gray16-Dec-10 18:43 
GeneralRe: SourceSafe and VB.Net Pin
Fabio Franco17-Dec-10 1:00
professionalFabio Franco17-Dec-10 1:00 
QuestionSortedList not working as an argument Pin
Dominick Marciano15-Dec-10 6:43
professionalDominick Marciano15-Dec-10 6:43 
AnswerRe: SortedList not working as an argument Pin
Geoff Williams15-Dec-10 7:15
Geoff Williams15-Dec-10 7:15 
In your form, you either need an appropriate Imports statement e.g.

VB
Imports System.Collections.Generic


or else you need to fully qualify your reference(s) in your code to the SortedList class as System.Collections.Generic.SortedList.
AnswerRe: SortedList not working as an argument Pin
Luc Pattyn15-Dec-10 7:15
sitebuilderLuc Pattyn15-Dec-10 7:15 
AnswerRe: SortedList not working as an argument Pin
Dominick Marciano15-Dec-10 7:44
professionalDominick Marciano15-Dec-10 7:44 
AnswerRe: SortedList not working as an argument Pin
Dominick Marciano15-Dec-10 8:07
professionalDominick Marciano15-Dec-10 8:07 
AnswerRe: SortedList not working as an argument Pin
Dominick Marciano15-Dec-10 8:22
professionalDominick Marciano15-Dec-10 8:22 
GeneralRe: SortedList not working as an argument Pin
Luc Pattyn15-Dec-10 12:07
sitebuilderLuc Pattyn15-Dec-10 12:07 
QuestionCheck extension first and the copy file Pin
spruha314-Dec-10 18:20
spruha314-Dec-10 18:20 
AnswerRe: Check extension first and the copy file Pin
Dave Kreskowiak14-Dec-10 18:41
mveDave Kreskowiak14-Dec-10 18:41 
GeneralRe: Check extension first and the copy file Pin
Prerak Patel16-Dec-10 2:21
professionalPrerak Patel16-Dec-10 2:21 
GeneralRe: Check extension first and the copy file Pin
spruha316-Dec-10 16:36
spruha316-Dec-10 16:36 
GeneralRe: Check extension first and the copy file Pin
Dave Kreskowiak16-Dec-10 17:55
mveDave Kreskowiak16-Dec-10 17:55 
GeneralRe: Check extension first and the copy file Pin
spruha316-Dec-10 18:41
spruha316-Dec-10 18:41 
GeneralRe: Check extension first and the copy file Pin
Dave Kreskowiak17-Dec-10 1:48
mveDave Kreskowiak17-Dec-10 1:48 
QuestionVB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
QuickBooksDev12-Dec-10 2:24
QuickBooksDev12-Dec-10 2:24 
AnswerRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
Luc Pattyn12-Dec-10 2:32
sitebuilderLuc Pattyn12-Dec-10 2:32 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
QuickBooksDev12-Dec-10 5:27
QuickBooksDev12-Dec-10 5:27 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
Dave Kreskowiak12-Dec-10 6:43
mveDave Kreskowiak12-Dec-10 6:43 
GeneralRe: VB6 ActiveX exe appears in register and listed in COM references multiple times. Pin
QuickBooksDev12-Dec-10 9:22
QuickBooksDev12-Dec-10 9:22 

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.