Click here to Skip to main content
15,897,032 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to implement keyboard hotkeys to minimize an application & reopen it? Pin
Giorgi Dalakishvili2-Jul-08 8:18
mentorGiorgi Dalakishvili2-Jul-08 8:18 
QuestionOLE Objects & .Net Pin
euroUK2-Jul-08 3:06
euroUK2-Jul-08 3:06 
AnswerRe: OLE Objects & .Net Pin
led mike2-Jul-08 4:50
led mike2-Jul-08 4:50 
QuestionPropertyGrid questions Pin
Dewald2-Jul-08 2:43
Dewald2-Jul-08 2:43 
AnswerRe: PropertyGrid questions Pin
visualhint11-Aug-08 4:59
visualhint11-Aug-08 4:59 
Questionhow to get list of oracle servers running on network using c# Pin
ganeshdpatil2-Jul-08 2:42
ganeshdpatil2-Jul-08 2:42 
AnswerRe: how to get list of oracle servers running on network using c# Pin
led mike2-Jul-08 4:47
led mike2-Jul-08 4:47 
GeneralRe: how to get list of oracle servers running on network using c# Pin
Pete O'Hanlon2-Jul-08 4:55
mvePete O'Hanlon2-Jul-08 4:55 
You can use Smo for this:
DataTable instances = SmoApplication.EnumAvailableSqlServers(false);


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: how to get list of oracle servers running on network using c# Pin
led mike2-Jul-08 6:01
led mike2-Jul-08 6:01 
GeneralRe: how to get list of oracle servers running on network using c# Pin
Pete O'Hanlon2-Jul-08 8:34
mvePete O'Hanlon2-Jul-08 8:34 
GeneralRe: how to get list of oracle servers running on network using c# Pin
led mike2-Jul-08 9:31
led mike2-Jul-08 9:31 
AnswerRe: how to get list of oracle servers running on network using c# Pin
Swetha Srinivasan7-Sep-09 19:50
Swetha Srinivasan7-Sep-09 19:50 
GeneralRe: how to get list of oracle servers running on network using c# Pin
ganeshdpatil7-Sep-09 20:48
ganeshdpatil7-Sep-09 20:48 
QuestionError management Pin
Scalee2-Jul-08 2:10
Scalee2-Jul-08 2:10 
AnswerRe: Error management Pin
Simon P Stevens2-Jul-08 3:14
Simon P Stevens2-Jul-08 3:14 
GeneralRe: Error management Pin
Scalee2-Jul-08 4:32
Scalee2-Jul-08 4:32 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:12
Simon P Stevens2-Jul-08 5:12 
GeneralRe: Error management Pin
Scalee2-Jul-08 5:35
Scalee2-Jul-08 5:35 
GeneralRe: Error management Pin
Scalee2-Jul-08 5:46
Scalee2-Jul-08 5:46 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:55
Simon P Stevens2-Jul-08 5:55 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:50
Simon P Stevens2-Jul-08 5:50 
GeneralRe: Error management Pin
Scalee2-Jul-08 6:05
Scalee2-Jul-08 6:05 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 9:32
Simon P Stevens2-Jul-08 9:32 
GeneralRe: Error management Pin
Scalee2-Jul-08 9:36
Scalee2-Jul-08 9:36 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 21:28
Simon P Stevens2-Jul-08 21: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.