VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Getting Charactersitics and Details of the System BIOS using Windows Management Instrumentation - F

Raghu  (22 Submissions)   Windows System Services   VB 6.0   Unknown Difficulty   Wed 3rd March 2004   Mon 8th February 2021

Getting Charactersitics and Details of the System BIOS using Windows Management Instrumentation - For Windows 2000/Windows NT5/XP

API Declarations


'Code Sample for Getting the BIOS Characteristics
'Using WindoObjWmi Management Instrumentation

'Code Developed By: S.Raghunathan
'Email Id: [email protected]
'============================================
'Steps to Follow
'---------------
'Create a Form with a CommandButton,TextBox(Multiline) And a ListBox
'Name the CommandButton as Command1
'Name the TextBox as Text1
'Name the ListBox as List1
'and Copy the Code and Paste in the Coding Window and Run and Click
'the CommandButton


Dim Characteristics(40) As String
Dim bc() As String
Dim ObjWmi As Object
Dim ObjBiosCollection As Object
Dim ObjBios As Object
Dim Str1 As String


Rate Getting Charactersitics and Details of the System BIOS using Windows Management Instrumentation - F (2(2 Vote))
Getting Charactersitics and Details of the System BIOS using Windows Management Instrumentation - F.bas

Getting Charactersitics and Details of the System BIOS using Windows Management Instrumentation - F Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters