Click here to Skip to main content
15,790,135 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using Explorer control to display HTML code? Pin
Stephane Rodriguez.5-Nov-03 11:00
Stephane Rodriguez.5-Nov-03 11:00 
GeneralRe: Using Explorer control to display HTML code? Pin
trungbkvn8-Nov-03 0:32
trungbkvn8-Nov-03 0:32 
QuestionHow to register a new type of file to Windows? Pin
kokain5-Nov-03 6:45
kokain5-Nov-03 6:45 
AnswerRe: How to register a new type of file to Windows? Pin
Heath Stewart5-Nov-03 9:14
protectorHeath Stewart5-Nov-03 9:14 
GeneralRe: How to register a new type of file to Windows? Pin
kokain5-Nov-03 16:12
kokain5-Nov-03 16:12 
QuestionAny good Active Directory programming books? Pin
Jim Schram5-Nov-03 4:04
Jim Schram5-Nov-03 4:04 
GeneralNetwork Enumeration Pin
totig5-Nov-03 3:59
totig5-Nov-03 3:59 
GeneralRe: Network Enumeration Pin
Heath Stewart5-Nov-03 5:14
protectorHeath Stewart5-Nov-03 5:14 
In most cases, you can P/Invoke NetServerEnum in the Network Management API. There's no native way in .NET. You could possibly, however, use classes in the System.Management namespace to query WMI if you have an AD WMI provider. I can't remember off the top of my head if one comes with NT by default or now, or if it even exists. That's really about the only way without P/Invoking anything.

You can also use a slew of AD functions, but that will include P/Invoke functions and redefining structs and constants when needed.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Network Enumeration Pin
Jeff Varszegi5-Nov-03 5:24
professionalJeff Varszegi5-Nov-03 5:24 
QuestionInbox in Csharp? Pin
sashy5-Nov-03 3:46
sashy5-Nov-03 3:46 
AnswerRe: Inbox in Csharp? Pin
totig5-Nov-03 4:00
totig5-Nov-03 4:00 
GeneralRe: Inbox in Csharp? Pin
sashy5-Nov-03 5:10
sashy5-Nov-03 5:10 
GeneralRe: Inbox in Csharp? Pin
Heath Stewart5-Nov-03 5:20
protectorHeath Stewart5-Nov-03 5:20 
QuestionHow to convert DateTime in C# into DateTime in MSAccess Pin
zecodela5-Nov-03 3:13
zecodela5-Nov-03 3:13 
AnswerRe: How to convert DateTime in C# into DateTime in MSAccess Pin
Jeff Varszegi5-Nov-03 4:48
professionalJeff Varszegi5-Nov-03 4:48 
GeneralRe: How to convert DateTime in C# into DateTime in MSAccess Pin
zecodela5-Nov-03 14:30
zecodela5-Nov-03 14:30 
GeneralRe: How to convert DateTime in C# into DateTime in MSAccess Pin
Giles6-Nov-03 2:01
Giles6-Nov-03 2:01 
GeneralSQL server connection string issue :-( Pin
Nish Nishant5-Nov-03 2:16
sitebuilderNish Nishant5-Nov-03 2:16 
GeneralRe: SQL server connection string issue :-( Pin
Michael P Butler5-Nov-03 2:52
Michael P Butler5-Nov-03 2:52 
GeneralRe: SQL server connection string issue :-( Pin
Nish Nishant5-Nov-03 3:04
sitebuilderNish Nishant5-Nov-03 3:04 
GeneralRe: SQL server connection string issue :-( Pin
apferreira5-Nov-03 5:29
apferreira5-Nov-03 5:29 
GeneralRe: SQL server connection string issue :-( Pin
Jeff Varszegi5-Nov-03 5:30
professionalJeff Varszegi5-Nov-03 5:30 
GeneralRe: SQL server connection string issue :-( Pin
Heath Stewart5-Nov-03 5:33
protectorHeath Stewart5-Nov-03 5:33 
GeneralCachedbitmap Pin
mhmoud rawas5-Nov-03 1:48
mhmoud rawas5-Nov-03 1:48 
Generaltranslate into c#............please Pin
Ahmed El Sherbeeny4-Nov-03 21:18
Ahmed El Sherbeeny4-Nov-03 21:18 

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.