Click here to Skip to main content
15,909,741 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 2:52
sitebuilderLuc Pattyn1-Nov-09 2:52 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 3:38
offroaderdan1-Nov-09 3:38 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 3:42
sitebuilderLuc Pattyn1-Nov-09 3:42 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 3:58
offroaderdan1-Nov-09 3:58 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 4:02
sitebuilderLuc Pattyn1-Nov-09 4:02 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 4:09
offroaderdan1-Nov-09 4:09 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Dave Kreskowiak1-Nov-09 8:33
mveDave Kreskowiak1-Nov-09 8:33 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
0x3c01-Nov-09 4:23
0x3c01-Nov-09 4:23 
offroaderdan wrote:
Dim SerialNumber As New Management.ManagementObjectSearcher("serialnumber Win32_BIOS")


should be
VB
Dim SerialNumber As New Management.ManagementObjectSearcher("SELECT SerialNumer from Win32_BIOS")


Then you can get rid of the contents of that loop and replace them with some simple code to display result's SerialNumber property.


GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 4:25
offroaderdan1-Nov-09 4:25 
QuestionDatagridview combined filter Pin
LuxCoder31-Oct-09 12:07
LuxCoder31-Oct-09 12:07 
QuestionUnbound Checkbox column in DataGridView Pin
LuxCoder31-Oct-09 11:55
LuxCoder31-Oct-09 11:55 
AnswerRe: Unbound Checkbox column in DataGridView Pin
Henry Minute31-Oct-09 12:17
Henry Minute31-Oct-09 12:17 
QuestionInserting values into DB Pin
LuxCoder31-Oct-09 11:44
LuxCoder31-Oct-09 11:44 
AnswerRe: Inserting values into DB Pin
Henry Minute31-Oct-09 12:05
Henry Minute31-Oct-09 12:05 
AnswerRe: Inserting values into DB Pin
Luc Pattyn31-Oct-09 12:06
sitebuilderLuc Pattyn31-Oct-09 12:06 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:11
LuxCoder31-Oct-09 12:11 
AnswerRe: Inserting values into DB Pin
Christian Graus31-Oct-09 12:08
protectorChristian Graus31-Oct-09 12:08 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:13
LuxCoder31-Oct-09 12:13 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:45
LuxCoder31-Oct-09 12:45 
QuestionMapWindowGIS Pin
hira0831-Oct-09 7:29
hira0831-Oct-09 7:29 
AnswerRe: MapWindowGIS Pin
DaveAuld31-Oct-09 7:40
professionalDaveAuld31-Oct-09 7:40 
GeneralRe: MapWindowGIS Pin
hira081-Nov-09 3:03
hira081-Nov-09 3:03 
GeneralRe: MapWindowGIS Pin
DaveAuld1-Nov-09 7:38
professionalDaveAuld1-Nov-09 7:38 
Questioncreate somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 5:52
neverpleat31-Oct-09 5:52 
AnswerRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 6:07
Henry Minute31-Oct-09 6: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.