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

C#

 
GeneralRe: Properties and ArrayLists Pin
morph3us24-May-04 6:49
morph3us24-May-04 6:49 
GeneralRe: Properties and ArrayLists Pin
Marc Clifton24-May-04 8:00
mvaMarc Clifton24-May-04 8:00 
GeneralRe: Properties and ArrayLists Pin
leppie24-May-04 11:21
leppie24-May-04 11:21 
GeneralRe: Properties and ArrayLists Pin
Jeremy Kimball24-May-04 8:12
Jeremy Kimball24-May-04 8:12 
GeneralRe: Properties and ArrayLists Pin
Werdna25-May-04 3:46
Werdna25-May-04 3:46 
QuestionHow to get access database tables count and name in c#? Pin
Old Gun24-May-04 5:36
Old Gun24-May-04 5:36 
AnswerRe: How to get access database tables count and name in c#? Pin
Heath Stewart24-May-04 6:13
protectorHeath Stewart24-May-04 6:13 
GeneralRe: How to get access database tables count and name in c#? Pin
Old Gun24-May-04 15:55
Old Gun24-May-04 15:55 
Thank you,Your answer id what I need.


SELECT *
FROM MSysObjects
WHERE Type = 1 AND Left(Name,4) <> "MSys";

Thank you
Generalconst parameters in c# Pin
Joel Holdsworth24-May-04 4:36
Joel Holdsworth24-May-04 4:36 
GeneralRe: const parameters in c# Pin
Heath Stewart24-May-04 4:47
protectorHeath Stewart24-May-04 4:47 
GeneralRe: const parameters in c# Pin
Joel Holdsworth24-May-04 4:53
Joel Holdsworth24-May-04 4:53 
GeneralRe: const parameters in c# Pin
Heath Stewart24-May-04 4:59
protectorHeath Stewart24-May-04 4:59 
GeneralRe: const parameters in c# Pin
Joel Holdsworth24-May-04 5:03
Joel Holdsworth24-May-04 5:03 
GeneralRe: const parameters in c# Pin
leppie24-May-04 11:13
leppie24-May-04 11:13 
GeneralRe: const parameters in c# Pin
Baris Kurtlutepe26-May-04 9:51
Baris Kurtlutepe26-May-04 9:51 
Generalxml in datagrid Pin
bertcox24-May-04 4:20
bertcox24-May-04 4:20 
GeneralRe: xml in datagrid Pin
Heath Stewart24-May-04 4:29
protectorHeath Stewart24-May-04 4:29 
GeneralRe: xml in datagrid Pin
bertcox24-May-04 4:44
bertcox24-May-04 4:44 
GeneralRe: xml in datagrid Pin
Heath Stewart24-May-04 4:52
protectorHeath Stewart24-May-04 4:52 
GeneralRe: xml in datagrid Pin
bertcox24-May-04 4:58
bertcox24-May-04 4:58 
GeneralRe: xml in datagrid Pin
Heath Stewart24-May-04 5:02
protectorHeath Stewart24-May-04 5:02 
GeneralRe: xml in datagrid Pin
bertcox24-May-04 5:26
bertcox24-May-04 5:26 
GeneralRe: xml in datagrid Pin
Heath Stewart24-May-04 5:32
protectorHeath Stewart24-May-04 5:32 
GeneralRe: xml in datagrid Pin
bertcox24-May-04 5:35
bertcox24-May-04 5:35 
QuestionGDI+:How to capture a treeview to bmp? Pin
CNU23-May-04 23:23
CNU23-May-04 23:23 

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.