Click here to Skip to main content
15,898,374 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Number formats Pin
PIEBALDconsult31-Jan-09 11:28
mvePIEBALDconsult31-Jan-09 11:28 
GeneralRe: Number formats Pin
Wendelius31-Jan-09 11:31
mentorWendelius31-Jan-09 11:31 
GeneralRe: Number formats Pin
PIEBALDconsult31-Jan-09 15:50
mvePIEBALDconsult31-Jan-09 15:50 
GeneralRe: Number formats Pin
PIEBALDconsult1-Feb-09 16:39
mvePIEBALDconsult1-Feb-09 16:39 
QuestionHooking into Visual Studio 2008 Designer drag events Pin
astibich230-Jan-09 9:55
astibich230-Jan-09 9:55 
AnswerRe: Hooking into Visual Studio 2008 Designer drag events Pin
Thomas Stockwell1-Feb-09 14:23
professionalThomas Stockwell1-Feb-09 14:23 
QuestionOwner of a file Pin
pedefetoll29-Jan-09 22:08
pedefetoll29-Jan-09 22:08 
AnswerRe: Owner of a file Pin
Dave Kreskowiak30-Jan-09 10:31
mveDave Kreskowiak30-Jan-09 10:31 
Off the top of my head, you can use WMI and the System.Management namespace to get the Win32_LogicalFileSecuritySetting[^] object for that file. Call it's GetSecurityDescriptor method and that will return a Win32_SecurityDescriptor[^] object, which will have the information you're looking for in its Owner property.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: Owner of a file Pin
Jon Rista3-Feb-09 9:49
Jon Rista3-Feb-09 9:49 
QuestionDistributed computing and multithreaded primers Pin
Member 260377229-Jan-09 18:39
Member 260377229-Jan-09 18:39 
NewsRe: Distributed computing and multithreaded primers Pin
Eddy Vluggen30-Jan-09 11:09
professionalEddy Vluggen30-Jan-09 11:09 
Questiondeleting row Pin
vedharadha29-Jan-09 18:39
vedharadha29-Jan-09 18:39 
AnswerRe: deleting row Pin
vaghelabhavesh30-Jan-09 10:19
vaghelabhavesh30-Jan-09 10:19 
Questioni need java script for validating the empty textbox Pin
vinothtamilarasan29-Jan-09 17:27
vinothtamilarasan29-Jan-09 17:27 
AnswerRe: i need java script for validating the empty textbox Pin
vaghelabhavesh30-Jan-09 10:14
vaghelabhavesh30-Jan-09 10:14 
AnswerRe: i need java script for validating the empty textbox Pin
Ranjit Viswakumar2-Feb-09 11:07
Ranjit Viswakumar2-Feb-09 11:07 
QuestionProblem with reflection Pin
Wilson Carchi A.29-Jan-09 11:19
Wilson Carchi A.29-Jan-09 11:19 
AnswerRe: Problem with reflection Pin
PIEBALDconsult29-Jan-09 12:30
mvePIEBALDconsult29-Jan-09 12:30 
QuestionCombobox not Responsive Pin
bobbymale7729-Jan-09 2:15
bobbymale7729-Jan-09 2:15 
AnswerRe: Combobox not Responsive Pin
Wendelius29-Jan-09 10:57
mentorWendelius29-Jan-09 10:57 
GeneralRe: Combobox not Responsive Pin
bobbymale7729-Jan-09 11:52
bobbymale7729-Jan-09 11:52 
GeneralRe: Combobox not Responsive Pin
Wendelius29-Jan-09 11:59
mentorWendelius29-Jan-09 11:59 
GeneralRe: Combobox not Responsive Pin
bobbymale7729-Jan-09 12:01
bobbymale7729-Jan-09 12:01 
GeneralRe: Combobox not Responsive Pin
Wendelius29-Jan-09 12:06
mentorWendelius29-Jan-09 12:06 
GeneralRe: Combobox not Responsive Pin
bobbymale7729-Jan-09 12:10
bobbymale7729-Jan-09 12:10 

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.