Click here to Skip to main content
15,888,351 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to set folder/file permission/security attributes Pin
hitesh sojitra8-May-08 1:44
hitesh sojitra8-May-08 1:44 
GeneralRe: how to set folder/file permission/security attributes Pin
Christian Graus8-May-08 1:53
protectorChristian Graus8-May-08 1:53 
GeneralRe: how to set folder/file permission/security attributes Pin
hitesh sojitra8-May-08 2:15
hitesh sojitra8-May-08 2:15 
GeneralRe: how to set folder/file permission/security attributes Pin
Christian Graus8-May-08 2:18
protectorChristian Graus8-May-08 2:18 
GeneralRe: how to set folder/file permission/security attributes Pin
hitesh sojitra8-May-08 2:36
hitesh sojitra8-May-08 2:36 
GeneralRe: how to set folder/file permission/security attributes Pin
Dave Kreskowiak8-May-08 2:43
mveDave Kreskowiak8-May-08 2:43 
General[Message Deleted] Pin
hitesh sojitra8-May-08 2:47
hitesh sojitra8-May-08 2:47 
GeneralRe: how to set folder/file permission/security attributes Pin
hitesh sojitra8-May-08 2:51
hitesh sojitra8-May-08 2:51 
first i m using this code to Deny permission
dSecurity.AddAccessRule(New Security.AccessControl.FileSystemAccessRule("cybergindia\hitesh", FileSystemRights.Write, AccessControlType.Deny))
AND
To enable it i Use this code
dSecurity.AddAccessRule(New Security.AccessControl.FileSystemAccessRule("cybergindia\hitesh", FileSystemRights.Write, AccessControlType.Allow))

is it right way ?

Hitesh sojitra

GeneralRe: how to set folder/file permission/security attributes Pin
hitesh sojitra8-May-08 2:55
hitesh sojitra8-May-08 2:55 
GeneralRe: how to set folder/file permission/security attributes Pin
Dave Kreskowiak8-May-08 3:08
mveDave Kreskowiak8-May-08 3:08 
GeneralRe: how to set folder/file permission/security attributes Pin
hitesh sojitra8-May-08 3:26
hitesh sojitra8-May-08 3:26 
GeneralRe: how to set folder/file permission/security attributes Pin
Dave Kreskowiak8-May-08 2:52
mveDave Kreskowiak8-May-08 2:52 
QuestionPassword on XML file Pin
Zaegra7-May-08 21:57
Zaegra7-May-08 21:57 
AnswerRe: Password on XML file Pin
Christian Graus7-May-08 21:59
protectorChristian Graus7-May-08 21:59 
GeneralRe: Password on XML file Pin
Zaegra8-May-08 3:38
Zaegra8-May-08 3:38 
AnswerRe: Password on XML file Pin
Andreas_Jonsson8-May-08 6:41
Andreas_Jonsson8-May-08 6:41 
AnswerRe: Password on XML file Pin
Dave Kreskowiak8-May-08 1:32
mveDave Kreskowiak8-May-08 1:32 
GeneralRe: Password on XML file Pin
Christian Graus8-May-08 1:33
protectorChristian Graus8-May-08 1:33 
GeneralRe: Password on XML file Pin
Dave Kreskowiak8-May-08 2:40
mveDave Kreskowiak8-May-08 2:40 
QuestionHow i Connect to remote MS-Sql express database on LAN without internet and on Internet? (window base) Pin
r_mohd7-May-08 20:37
r_mohd7-May-08 20:37 
AnswerRe: How i Connect to remote MS-Sql express database on LAN without internet and on Internet? (window base) Pin
Christian Graus7-May-08 21:44
protectorChristian Graus7-May-08 21:44 
AnswerRe: How i Connect to remote MS-Sql express database on LAN without internet and on Internet? (window base) Pin
Dave Kreskowiak8-May-08 1:30
mveDave Kreskowiak8-May-08 1:30 
GeneralRe: How i Connect to remote MS-Sql express database on LAN without internet and on Internet? (window base) Pin
r_mohd9-May-08 0:53
r_mohd9-May-08 0:53 
GeneralRe: How i Connect to remote MS-Sql express database on LAN without internet and on Internet? (window base) Pin
Dave Kreskowiak9-May-08 1:39
mveDave Kreskowiak9-May-08 1:39 
QuestionCode Analysis for time to execute (Dynamic Code Analysis)[modified] Pin
nishkarsh_k7-May-08 19:49
nishkarsh_k7-May-08 19:49 

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.