Click here to Skip to main content
15,891,136 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCheck whether medium is a DVD or CD Pin
Zaegra24-May-09 4:21
Zaegra24-May-09 4:21 
AnswerRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 8:19
professional dan!sh 24-May-09 8:19 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 10:44
Zaegra24-May-09 10:44 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 18:39
professional dan!sh 24-May-09 18:39 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 22:05
Zaegra24-May-09 22:05 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 22:23
professional dan!sh 24-May-09 22:23 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 23:00
Zaegra24-May-09 23:00 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 25-May-09 7:09
professional dan!sh 25-May-09 7:09 
Code below works fine for me. "Size" will be returned ONLY if there is a DVD in the slot.

ManagementObjectSearcher o = new ManagementObjectSearcher("select * from win32_cdromdrive");
foreach (ManagementObject obj in o.Get()) {
  string s = obj.GetText(TextFormat.Mof);
}


Hope this helps.

जय हिंद

AnswerRe: Check whether medium is a DVD or CD Pin
Samir Ibrahim25-May-09 1:40
Samir Ibrahim25-May-09 1:40 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra25-May-09 5:13
Zaegra25-May-09 5:13 
GeneralRe: Check whether medium is a DVD or CD Pin
Samir Ibrahim25-May-09 6:48
Samir Ibrahim25-May-09 6:48 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra25-May-09 7:13
Zaegra25-May-09 7:13 
QuestionWhy MainMenu goes missing when i opened a crystal report form in vb.net 2008? Pin
r_mohd23-May-09 18:41
r_mohd23-May-09 18:41 
QuestionView Uninstalled Font Pin
SSDiver211223-May-09 17:55
SSDiver211223-May-09 17:55 
AnswerRe: View Uninstalled Font Pin
Luc Pattyn24-May-09 1:43
sitebuilderLuc Pattyn24-May-09 1:43 
GeneralRe: View Uninstalled Font Pin
DidiKunz24-May-09 7:49
DidiKunz24-May-09 7:49 
GeneralRe: View Uninstalled Font Pin
Luc Pattyn24-May-09 7:54
sitebuilderLuc Pattyn24-May-09 7:54 
RantRe: View Uninstalled Font Pin
Zaegra24-May-09 10:49
Zaegra24-May-09 10:49 
GeneralRe: View Uninstalled Font Pin
DidiKunz24-May-09 20:41
DidiKunz24-May-09 20:41 
GeneralRe: View Uninstalled Font Pin
Zaegra24-May-09 22:06
Zaegra24-May-09 22:06 
GeneralRe: View Uninstalled Font Pin
DidiKunz25-May-09 0:40
DidiKunz25-May-09 0:40 
Questionis it possible to make chat like msn or skype in vb.net??? Pin
FeRtoll23-May-09 11:11
FeRtoll23-May-09 11:11 
AnswerRe: is it possible to make chat like msn or skype in vb.net??? Pin
DidiKunz23-May-09 11:21
DidiKunz23-May-09 11:21 
GeneralRe: is it possible to make chat like msn or skype in vb.net??? Pin
FeRtoll23-May-09 11:48
FeRtoll23-May-09 11:48 
AnswerRe: is it possible to make chat like msn or skype in vb.net??? Pin
Luc Pattyn23-May-09 12:03
sitebuilderLuc Pattyn23-May-09 12:03 

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.