Click here to Skip to main content
15,896,348 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondynamic setup preparation Pin
Pradip Kishore3-Sep-06 20:56
Pradip Kishore3-Sep-06 20:56 
QuestionCopyin a string to webbrowser Pin
re infecta3-Sep-06 11:58
re infecta3-Sep-06 11:58 
AnswerRe: Copyin a string to webbrowser Pin
re infecta5-Sep-06 1:32
re infecta5-Sep-06 1:32 
QuestionExporting an external file into a table in oracle using ASP.net Pin
dev_cool3-Sep-06 7:17
dev_cool3-Sep-06 7:17 
QuestionCdrom Pin
MHASSANF2-Sep-06 21:57
MHASSANF2-Sep-06 21:57 
AnswerRe: Cdrom Pin
Chatura Dilan3-Sep-06 1:35
Chatura Dilan3-Sep-06 1:35 
GeneralRe: Cdrom Pin
Chatura Dilan3-Sep-06 15:31
Chatura Dilan3-Sep-06 15:31 
AnswerRe: Cdrom Pin
The ANZAC3-Sep-06 1:59
The ANZAC3-Sep-06 1:59 
Dim di As System.IO.DriveInfo
For Each di In My.Computer.FileSystem.Drives
'check that the drive is ready
If di.IsReady = True Then
If di.DriveFormat = "CDFS" Then
Do what you want here!
End If
End If
Next

This finds each cd drive on the computer, for each cd drive, you could add them to a listbox, combobox or anything else. Within the nested FriveFormat if, you can add an if statement.

If di.DriveLabel = Whatever your CD/DVD is! Then
Do what you want!
End If

Then once you have drive location, you can search it or something.

Hope this helped.

Posted by The ANZAC

GeneralRe: Cdrom Pin
Davelister3-Sep-06 6:31
Davelister3-Sep-06 6:31 
GeneralRe: Cdrom Pin
The ANZAC3-Sep-06 11:13
The ANZAC3-Sep-06 11:13 
GeneralRe: Cdrom Pin
Davelister4-Sep-06 10:27
Davelister4-Sep-06 10:27 
AnswerRe: Cdrom Pin
mng@yahoo.com4-Sep-06 3:17
mng@yahoo.com4-Sep-06 3:17 
Questioncreate database using custom action while deployment [modified] Pin
Nikhil Bandekar2-Sep-06 21:15
Nikhil Bandekar2-Sep-06 21:15 
AnswerRe: create database using custom action while deployment Pin
alien viper3-Sep-06 18:36
alien viper3-Sep-06 18:36 
Questionexport data to a table Pin
viji]2-Sep-06 20:13
viji]2-Sep-06 20:13 
QuestionTouchpad API Pin
necromantula2-Sep-06 18:54
necromantula2-Sep-06 18:54 
AnswerRe: Touchpad API Pin
The ANZAC2-Sep-06 20:26
The ANZAC2-Sep-06 20:26 
QuestionHow to .Net Remote? Pin
rudemusik2-Sep-06 16:20
rudemusik2-Sep-06 16:20 
AnswerRe: How to .Net Remote? Pin
Ray Cassick2-Sep-06 18:27
Ray Cassick2-Sep-06 18:27 
GeneralRe: How to .Net Remote? Pin
rudemusik4-Sep-06 15:18
rudemusik4-Sep-06 15:18 
GeneralRe: How to .Net Remote? Pin
Ray Cassick4-Sep-06 17:13
Ray Cassick4-Sep-06 17:13 
GeneralRe: How to .Net Remote? Pin
rudemusik5-Sep-06 18:20
rudemusik5-Sep-06 18:20 
GeneralRe: How to .Net Remote? Pin
Ray Cassick5-Sep-06 18:41
Ray Cassick5-Sep-06 18:41 
GeneralRe: How to .Net Remote? Pin
rudemusik6-Sep-06 16:06
rudemusik6-Sep-06 16:06 
Questionfree component Pin
aspnet_222-Sep-06 11:31
aspnet_222-Sep-06 11:31 

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.