Click here to Skip to main content
15,890,690 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Plz Help Me For Get HDD Serial No Pin
Vikash Yadav4-Jul-09 0:33
Vikash Yadav4-Jul-09 0:33 
GeneralRe: Plz Help Me For Get HDD Serial No Pin
Christian Graus4-Jul-09 0:35
protectorChristian Graus4-Jul-09 0:35 
GeneralRe: Plz Help Me For Get HDD Serial No Pin
Henry Minute4-Jul-09 0:39
Henry Minute4-Jul-09 0:39 
GeneralRe: Plz Help Me For Get HDD Serial No Pin
Christian Graus4-Jul-09 15:10
protectorChristian Graus4-Jul-09 15:10 
Question3D project for VB.Net Pin
phowarso3-Jul-09 20:29
phowarso3-Jul-09 20:29 
AnswerRe: 3D project for VB.Net Pin
Henry Minute4-Jul-09 0:13
Henry Minute4-Jul-09 0:13 
AnswerRe: 3D project for VB.Net Pin
LloydA11111-Jul-09 1:43
LloydA11111-Jul-09 1:43 
Questionenumerate Microsoft sql server instance in local network Pin
Rupesh Kumar Swami3-Jul-09 5:53
Rupesh Kumar Swami3-Jul-09 5:53 
hi all,
i want to list out all the instance of SQL server. i use following code for this purpose
Dim instance As System.Data.Sql.SqlDataSourceEnumerator = System.Data.Sql.SqlDataSourceEnumerator.Instance()<br />
        Dim table1 As System.Data.DataTable = instance.GetDataSources()<br />
        For Each row As DataRow In table1.Rows<br />
<br />
            If cboServer.Items.Contains(row.Item(0).ToString) Then<br />
            Else<br />
                cboServer.Items.Add(row.Item(0).ToString)<br />
            End If<br />
        Next


but some time above code does not enumerate all the instance of sql server on local network.

so i want to ask whether there are any method which enumerate all the instance of sql server which is located on my local network

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

My Company
Award: Best VB.NET article of June 2008: Create Column Charts Using OWC11

AnswerRe: enumerate Microsoft sql server instance in local network Pin
Henry Minute3-Jul-09 8:53
Henry Minute3-Jul-09 8:53 
QuestionProblem Reading, Saving from Excel file Pin
Trupti Mehta3-Jul-09 5:48
Trupti Mehta3-Jul-09 5:48 
QuestionDateTimePicker problem with Month and Day Pin
Nielvh3-Jul-09 3:12
Nielvh3-Jul-09 3:12 
AnswerRe: DateTimePicker problem with Month and Day Pin
Nagy Vilmos3-Jul-09 3:46
professionalNagy Vilmos3-Jul-09 3:46 
GeneralRe: DateTimePicker problem with Month and Day Pin
Nielvh3-Jul-09 3:59
Nielvh3-Jul-09 3:59 
GeneralRe: DateTimePicker problem with Month and Day Pin
Enver Maroshi3-Jul-09 4:06
Enver Maroshi3-Jul-09 4:06 
GeneralRe: DateTimePicker problem with Month and Day Pin
Nielvh3-Jul-09 4:15
Nielvh3-Jul-09 4:15 
GeneralRe: DateTimePicker problem with Month and Day Pin
Enver Maroshi3-Jul-09 4:23
Enver Maroshi3-Jul-09 4:23 
GeneralRe: DateTimePicker problem with Month and Day Pin
Nielvh3-Jul-09 4:33
Nielvh3-Jul-09 4:33 
GeneralRe: DateTimePicker problem with Month and Day Pin
Nielvh5-Jul-09 23:34
Nielvh5-Jul-09 23:34 
QuestionWeb Query- Com Addin Excel 2003 Pin
YakomozB3-Jul-09 2:57
YakomozB3-Jul-09 2:57 
QuestionHow to show DataTable in ReportViewer contral as Local Report (.rdlc) Pin
angel0in2-Jul-09 22:30
angel0in2-Jul-09 22:30 
AnswerRe: How to show DataTable in ReportViewer contral as Local Report (.rdlc) Pin
anas.safar14-Nov-10 22:11
anas.safar14-Nov-10 22:11 
QuestionHow to unlock a PC programmatically [modified] Pin
Uwe1234562-Jul-09 21:46
Uwe1234562-Jul-09 21:46 
AnswerRe: How to unlock a PC programmatically Pin
Enver Maroshi3-Jul-09 2:44
Enver Maroshi3-Jul-09 2:44 
GeneralRe: How to unlock a PC programmatically Pin
Uwe1234563-Jul-09 3:01
Uwe1234563-Jul-09 3:01 
GeneralRe: How to unlock a PC programmatically Pin
Enver Maroshi3-Jul-09 3:28
Enver Maroshi3-Jul-09 3:28 

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.