Click here to Skip to main content
15,916,600 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionNeed help loading a background image from the registry Pin
Garrett Crawford17-Dec-10 18:18
Garrett Crawford17-Dec-10 18:18 
AnswerRe: Need help loading a background image from the registry Pin
Richard MacCutchan17-Dec-10 23:46
mveRichard MacCutchan17-Dec-10 23:46 
AnswerRe: Need help loading a background image from the registry Pin
Dave Kreskowiak18-Dec-10 3:02
mveDave Kreskowiak18-Dec-10 3:02 
GeneralRe: Need help loading a background image from the registry Pin
Garrett Crawford18-Dec-10 9:39
Garrett Crawford18-Dec-10 9:39 
GeneralRe: Need help loading a background image from the registry Pin
Dave Kreskowiak18-Dec-10 15:32
mveDave Kreskowiak18-Dec-10 15:32 
GeneralRe: Need help loading a background image from the registry Pin
Garrett Crawford18-Dec-10 19:16
Garrett Crawford18-Dec-10 19:16 
GeneralRe: Need help loading a background image from the registry Pin
Dave Kreskowiak19-Dec-10 4:21
mveDave Kreskowiak19-Dec-10 4:21 
GeneralRe: Need help loading a background image from the registry Pin
Garrett Crawford19-Dec-10 5:52
Garrett Crawford19-Dec-10 5:52 
QuestionSourceSafe and VB.Net Pin
#realJSOP15-Dec-10 8:48
professional#realJSOP15-Dec-10 8:48 
AnswerRe: SourceSafe and VB.Net Pin
fjdiewornncalwe15-Dec-10 8:53
professionalfjdiewornncalwe15-Dec-10 8:53 
AnswerRe: SourceSafe and VB.Net Pin
Prerak Patel16-Dec-10 0:24
professionalPrerak Patel16-Dec-10 0:24 
AnswerRe: SourceSafe and VB.Net Pin
Gary Wheeler16-Dec-10 0:55
Gary Wheeler16-Dec-10 0:55 
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 

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.