Click here to Skip to main content
15,910,009 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to get the id of a row that was just inserted Pin
Nilesh Hapse27-Feb-08 0:04
Nilesh Hapse27-Feb-08 0:04 
GeneralRe: How to get the id of a row that was just inserted Pin
Guffa27-Feb-08 0:36
Guffa27-Feb-08 0:36 
GeneralRe: How to get the id of a row that was just inserted Pin
Nilesh Hapse27-Feb-08 2:33
Nilesh Hapse27-Feb-08 2:33 
GeneralUse scope_identity() to get the key Pin
supercat927-Feb-08 8:39
supercat927-Feb-08 8:39 
AnswerRe: How to get the id of a row that was just inserted Pin
Guffa26-Feb-08 23:41
Guffa26-Feb-08 23:41 
Generalmainboard serial number Pin
asifullahkhan26-Feb-08 16:20
asifullahkhan26-Feb-08 16:20 
GeneralRe: mainboard serial number Pin
Christian Graus26-Feb-08 18:32
protectorChristian Graus26-Feb-08 18:32 
GeneralRe: mainboard serial number Pin
Rupesh Kumar Swami26-Feb-08 22:13
Rupesh Kumar Swami26-Feb-08 22:13 
hi,
first of all give reference to "System.management" in you application and import it in code window . After that use following code

dim objBaseBoard as ManagementObjectSearcher = New ManagementObjectSearcher("Select * From Win32_BaseBoard")<br />
<br />
            For Each objMgmt In objBaseBoard.Get<br />
                m_MotherBoardNumber = objMgmt("SerialNumber")<br />
                Exit For<br />
            Next


hope this helps

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

My Company

GeneralRe: mainboard serial number Pin
Dave Kreskowiak27-Feb-08 5:27
mveDave Kreskowiak27-Feb-08 5:27 
Answer[Resolved] How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? [modified] Pin
rashadaliarshad26-Feb-08 10:34
rashadaliarshad26-Feb-08 10:34 
GeneralRe: How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? Pin
Christian Graus26-Feb-08 11:27
protectorChristian Graus26-Feb-08 11:27 
GeneralRe: How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? Pin
rashadaliarshad26-Feb-08 12:10
rashadaliarshad26-Feb-08 12:10 
GeneralRe: How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? Pin
Christian Graus26-Feb-08 12:50
protectorChristian Graus26-Feb-08 12:50 
Generalupdate panel positioning Pin
solarthur0126-Feb-08 9:17
solarthur0126-Feb-08 9:17 
GeneralRe: update panel positioning Pin
parth.p26-Feb-08 9:56
parth.p26-Feb-08 9:56 
GeneralRe: update panel positioning Pin
solarthur0126-Feb-08 12:00
solarthur0126-Feb-08 12:00 
GeneralRe: update panel positioning Pin
parth.p26-Feb-08 18:15
parth.p26-Feb-08 18:15 
QuestionDataGridView acting strange all of a sudden [modified] Pin
Marcus J. Smith26-Feb-08 9:03
professionalMarcus J. Smith26-Feb-08 9:03 
GeneralRe: DataGridView acting strange all of a sudden Pin
Kschuler26-Feb-08 9:34
Kschuler26-Feb-08 9:34 
GeneralRe: DataGridView acting strange all of a sudden Pin
Marcus J. Smith26-Feb-08 9:54
professionalMarcus J. Smith26-Feb-08 9:54 
GeneralRe: DataGridView acting strange all of a sudden Pin
Kschuler27-Feb-08 3:39
Kschuler27-Feb-08 3:39 
GeneralRe: DataGridView acting strange all of a sudden Pin
Marcus J. Smith27-Feb-08 4:02
professionalMarcus J. Smith27-Feb-08 4:02 
QuestionWhy is the namespace not visible in VB code files? Pin
Vantigate26-Feb-08 8:35
Vantigate26-Feb-08 8:35 
GeneralRe: Why is the namespace not visible in VB code files? Pin
Marcus J. Smith26-Feb-08 9:23
professionalMarcus J. Smith26-Feb-08 9:23 
GeneralRe: Why is the namespace not visible in VB code files? Pin
Vantigate26-Feb-08 11:13
Vantigate26-Feb-08 11:13 

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.