Click here to Skip to main content
15,900,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WMI Access Pin
wakkerjack20-Jul-04 9:59
wakkerjack20-Jul-04 9:59 
GeneralGetThumbnailImage with ListView Pin
Brad Fackrell7-Jul-04 7:44
Brad Fackrell7-Jul-04 7:44 
GeneralRe: GetThumbnailImage with ListView Pin
Brad Fackrell8-Jul-04 11:37
Brad Fackrell8-Jul-04 11:37 
GeneralRe: GetThumbnailImage with ListView Pin
beowulfagate8-Jul-04 13:24
beowulfagate8-Jul-04 13:24 
GeneralRe: GetThumbnailImage with ListView Pin
Brad Fackrell9-Jul-04 9:58
Brad Fackrell9-Jul-04 9:58 
GeneralRe: GetThumbnailImage with ListView Pin
beowulfagate9-Jul-04 14:08
beowulfagate9-Jul-04 14:08 
GeneralRe: GetThumbnailImage with ListView Pin
Brad Fackrell11-Jul-04 4:04
Brad Fackrell11-Jul-04 4:04 
GeneralRe: GetThumbnailImage with ListView Pin
beowulfagate11-Jul-04 13:38
beowulfagate11-Jul-04 13:38 
No, it is not an image being assigned to it. It is the index of the image we just added to the imagelist. We need this index to know what index goes with what item. The add method of the ImageCollection Class is declared as:

<br />
public sub overloads Add(icon)<br />
public sub overloads Add(Image) 'We are using this<br />
public function overloads Add(Image,Color) as integer 'When we should be using this<br />


Just add a color parameter to the Add method and it should work fine. Look it up in the MSDN Library.
GeneralRe: GetThumbnailImage with ListView Pin
Brad Fackrell12-Jul-04 4:42
Brad Fackrell12-Jul-04 4:42 
GeneralVB-6 Menus Pin
N4LXL7-Jul-04 3:06
N4LXL7-Jul-04 3:06 
GeneralRe: VB-6 Menus Pin
Dave Kreskowiak7-Jul-04 5:27
mveDave Kreskowiak7-Jul-04 5:27 
Generalsetting the track bar control Pin
Prowess6-Jul-04 23:29
Prowess6-Jul-04 23:29 
GeneralRe: setting the track bar control Pin
hpAng6-Jul-04 23:49
hpAng6-Jul-04 23:49 
GeneralRe: setting the track bar control Pin
Prowess7-Jul-04 0:23
Prowess7-Jul-04 0:23 
GeneralAdding User-Controlled Sound to Visual Basic .NET Pin
6-Jul-04 20:58
suss6-Jul-04 20:58 
GeneralRe: Adding User-Controlled Sound to Visual Basic .NET Pin
hpAng6-Jul-04 21:33
hpAng6-Jul-04 21:33 
GeneralRe: Adding User-Controlled Sound to Visual Basic .NET Pin
hpAng6-Jul-04 23:11
hpAng6-Jul-04 23:11 
Generalquery interface in VB??..... Pin
kunja_chan6-Jul-04 11:15
kunja_chan6-Jul-04 11:15 
GeneralRe: query interface in VB??..... Pin
beowulfagate6-Jul-04 13:52
beowulfagate6-Jul-04 13:52 
GeneralRe: query interface in VB??..... Pin
The Man from U.N.C.L.E.19-Jul-04 7:29
The Man from U.N.C.L.E.19-Jul-04 7:29 
GeneralDisplay Images Pin
Brad Fackrell6-Jul-04 8:43
Brad Fackrell6-Jul-04 8:43 
GeneralRe: Display Images Pin
beowulfagate6-Jul-04 13:49
beowulfagate6-Jul-04 13:49 
QuestionTwo listboxes on same form appear linked? Pin
drluggo6-Jul-04 3:20
drluggo6-Jul-04 3:20 
AnswerRe: Two listboxes on same form appear linked? Pin
Dave Kreskowiak6-Jul-04 4:24
mveDave Kreskowiak6-Jul-04 4:24 
GeneralAccessing parallel port by using VB.Net Pin
marcus_gsh5-Jul-04 21:23
sussmarcus_gsh5-Jul-04 21:23 

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.