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

Visual Basic

 
Questionfile problem Pin
Pooyan Behroozfar20-Apr-09 21:41
Pooyan Behroozfar20-Apr-09 21:41 
AnswerRe: file problem Pin
Johan Hakkesteegt20-Apr-09 22:52
Johan Hakkesteegt20-Apr-09 22:52 
QuestionCombo Box filling Pin
Saleem Tahiri20-Apr-09 21:31
Saleem Tahiri20-Apr-09 21:31 
AnswerRe: Combo Box filling Pin
Dalek Dave20-Apr-09 22:06
professionalDalek Dave20-Apr-09 22:06 
GeneralRe: Combo Box filling Pin
Saleem Tahiri20-Apr-09 22:41
Saleem Tahiri20-Apr-09 22:41 
GeneralRe: Combo Box filling Pin
Mycroft Holmes20-Apr-09 23:09
professionalMycroft Holmes20-Apr-09 23:09 
QuestionPrroblem with WMI Pin
Emzari20-Apr-09 21:26
Emzari20-Apr-09 21:26 
AnswerRe: Prroblem with WMI Pin
Luc Pattyn21-Apr-09 0:13
sitebuilderLuc Pattyn21-Apr-09 0:13 
Your code may or may not produce a valid serial number depending on a number of things.

1. Not all disk vendors do what is necessary for WMI to know your disk's serial number, i.e.
info("SerialNumber") may be Nothing, causing the NullReferenceException you now are having
(did you bother looking at the line numbers, or single-stepping your code, to see what exactly bombs?)

2. newer Windows versions will refuse to provide the information to non-admin users.

BTW: your use of variable i does not make much sense.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


Questionkeylogger help Pin
Aarsaj20-Apr-09 20:13
Aarsaj20-Apr-09 20:13 
QuestionConverting an image buffer to a IO.stream Pin
Solo120-Apr-09 5:13
Solo120-Apr-09 5:13 
AnswerRe: Converting an image buffer to a IO.stream Pin
0x3c020-Apr-09 5:30
0x3c020-Apr-09 5:30 
GeneralRe: Converting an image buffer to a IO.stream Pin
Solo120-Apr-09 5:44
Solo120-Apr-09 5:44 
QuestionMSChart Problem Pin
Nanda_MR20-Apr-09 1:39
Nanda_MR20-Apr-09 1:39 
QuestionAudit trail report for Access database using vba Pin
sumit528319-Apr-09 23:45
sumit528319-Apr-09 23:45 
AnswerRe: Audit trail report for Access database using vba Pin
sumit528322-Apr-09 23:10
sumit528322-Apr-09 23:10 
QuestionSigned ActiveX Pin
p_196019-Apr-09 23:26
p_196019-Apr-09 23:26 
AnswerRe: Signed ActiveX Pin
Eddy Vluggen20-Apr-09 1:43
professionalEddy Vluggen20-Apr-09 1:43 
GeneralRe: Signed ActiveX Pin
p_196020-Apr-09 4:01
p_196020-Apr-09 4:01 
GeneralRe: Signed ActiveX Pin
Dave Kreskowiak20-Apr-09 4:05
mveDave Kreskowiak20-Apr-09 4:05 
AnswerRe: Signed ActiveX Pin
Eddy Vluggen20-Apr-09 7:01
professionalEddy Vluggen20-Apr-09 7:01 
QuestionObtain the checkedlistbox value Pin
Paul McGann19-Apr-09 21:50
professionalPaul McGann19-Apr-09 21:50 
AnswerRe: Obtain the checkedlistbox value Pin
RyanMorris19-Apr-09 23:04
RyanMorris19-Apr-09 23:04 
GeneralRe: Obtain the checkedlistbox value Pin
Paul McGann19-Apr-09 23:09
professionalPaul McGann19-Apr-09 23:09 
GeneralRe: Obtain the checkedlistbox value Pin
Paul McGann20-Apr-09 1:39
professionalPaul McGann20-Apr-09 1:39 
GeneralRe: Obtain the checkedlistbox value Pin
RyanMorris20-Apr-09 2:02
RyanMorris20-Apr-09 2:02 

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.