Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to know that an internet connection is alive at some instant? Pin
Mustafa Ismail Mustafa21-Apr-08 2:02
Mustafa Ismail Mustafa21-Apr-08 2:02 
GeneralRe: how to know that an internet connection is alive at some instant? Pin
J4amieC21-Apr-08 3:15
J4amieC21-Apr-08 3:15 
GeneralRe: how to know that an internet connection is alive at some instant? Pin
Mustafa Ismail Mustafa21-Apr-08 8:13
Mustafa Ismail Mustafa21-Apr-08 8:13 
Generalmake richtextbox transparent Pin
kamalesh574321-Apr-08 0:11
kamalesh574321-Apr-08 0:11 
GeneralRe: make richtextbox transparent Pin
Blue_Boy21-Apr-08 0:36
Blue_Boy21-Apr-08 0:36 
GeneralGet all tables in sql server instance Pin
hdv21220-Apr-08 23:57
hdv21220-Apr-08 23:57 
GeneralRe: Get all tables in sql server instance Pin
Mustafa Ismail Mustafa21-Apr-08 0:06
Mustafa Ismail Mustafa21-Apr-08 0:06 
GeneralRe: Get all tables in sql server instance Pin
Blue_Boy21-Apr-08 0:19
Blue_Boy21-Apr-08 0:19 
check this
use databasename<br />
select * from information_schema.tables


or this

SELECT *<br />
FROM dbo.sysobjects


or for more information check this...[^]


I Love T-SQL

GeneralRe: Get all tables in sql server instance Pin
hdv21221-Apr-08 0:41
hdv21221-Apr-08 0:41 
GeneralRe: Get all tables in sql server instance Pin
Colin Angus Mackay21-Apr-08 1:21
Colin Angus Mackay21-Apr-08 1:21 
GeneralRe: Get all tables in sql server instance Pin
hdv21221-Apr-08 1:22
hdv21221-Apr-08 1:22 
GeneralRe: Get all tables in sql server instance Pin
Pete O'Hanlon21-Apr-08 1:51
mvePete O'Hanlon21-Apr-08 1:51 
GeneralRe: Get all tables in sql server instance Pin
hdv21221-Apr-08 1:57
hdv21221-Apr-08 1:57 
GeneralRe: Get all tables in sql server instance Pin
Pete O'Hanlon21-Apr-08 2:03
mvePete O'Hanlon21-Apr-08 2:03 
GeneralRe: Get all tables in sql server instance Pin
Blue_Boy21-Apr-08 3:52
Blue_Boy21-Apr-08 3:52 
AnswerRe: Get all tables in sql server instance Pin
Ashfield21-Apr-08 4:50
Ashfield21-Apr-08 4:50 
GeneralLibUsbDotNet read write USB Port Pin
mihai12320-Apr-08 23:29
mihai12320-Apr-08 23:29 
GeneralRe: LibUsbDotNet read write USB Port Pin
Mustafa Ismail Mustafa21-Apr-08 0:04
Mustafa Ismail Mustafa21-Apr-08 0:04 
GeneralRe: LibUsbDotNet read write USB Port Pin
mihai12321-Apr-08 1:10
mihai12321-Apr-08 1:10 
GeneralRe: LibUsbDotNet read write USB Port Pin
Mustafa Ismail Mustafa21-Apr-08 1:32
Mustafa Ismail Mustafa21-Apr-08 1:32 
GeneralRe: LibUsbDotNet read write USB Port Pin
mihai12321-Apr-08 1:45
mihai12321-Apr-08 1:45 
Generalwrite xml root element attribute string in .net(C#) Pin
r aa j20-Apr-08 23:14
r aa j20-Apr-08 23:14 
GeneralRe: write xml root element attribute string in .net(C#) Pin
Christian Graus20-Apr-08 23:31
protectorChristian Graus20-Apr-08 23:31 
GeneralProblem in Creating Widget Pin
rakesh_csit20-Apr-08 23:06
rakesh_csit20-Apr-08 23:06 
GeneralRe: Problem in Creating Widget Pin
Christian Graus20-Apr-08 23:31
protectorChristian Graus20-Apr-08 23:31 

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.