Vnote
VB.NET
VB.NET BASIC
MEMO
COMMUNITY
VB.NET
누리고쇼핑몰 Ver 2.6.5
[1]
iis 무료 ssl 인증서
[1]
세션 지원 ERROR - session.auto_start = off
Prepared statement failed: INSERT INTO `xe_ncart_orderform_fieldsets`(`fieldset_srl`, `module_srl`, `fieldset_title`, `regdate`)VALUES (?, ?, ?, ?)Field 'fieldset_name' doesn't have a default value
베스트(best) 글 위젯
윈도우 보안기능을 활용한 폴더 잠그기및 풀기
*
Imports System.Security.AccessControl
Imports System.IO
Public Class Form1
Private Sub btnBrowse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnBrowse.Click
With FolderBrowserDialog1
If .ShowDialog() = DialogResult.OK Then
txtbxBrowseFolderName.Text = .SelectedPath
End If
End With
End Sub
Private Sub btnLock_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLock.Click
Dim fs As FileSystemSecurity = File.GetAccessControl(txtbxBrowseFolderName.Text)
fs.AddAccessRule(New FileSystemAccessRule(Environment.UserName, FileSystemRights.FullControl, AccessControlType.Deny))
File.SetAccessControl(txtbxBrowseFolderName.Text, fs)
End Sub
Private Sub btnUnlock_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnUnlock.Click
Dim fs As FileSystemSecurity = File.GetAccessControl(txtbxBrowseFolderName.Text)
fs.RemoveAccessRule(New FileSystemAccessRule(Environment.UserName, FileSystemRights.FullControl, AccessControlType.Deny))
File.SetAccessControl(txtbxBrowseFolderName.Text, fs)
End Sub
End Class
윈도우의 보안 기능을 이용한 방법이다
첨부 1
1.png
[File Size: 403.6KB / Download: 66]
0
이 게시물을
인쇄
이 글의 추천인 목록
댓글
'1'
교교
2014.08.13
첨부 2
lock.PNG
[File Size:19.0KB/Download67]
unlock.PNG
[File Size:19.7KB/Download74]
댓글
이 댓글을
공유하기
번호
제목
157
섯다 게임 만들기
[2]
156
너무 쉬운 초시계..
[1]
155
For~Next 문을 사용하여 구구단을 출력해보기
[3]
154
등급 판정 프로그램 만들기
[2]
153
Text to Speech (문장을 읽어주는 프로그램)
[1]
152
파일 복사,삭제
151
Flappy Bird 게임 만들어보기
[1]
150
권한주기 비주얼 베이직
윈도우 보안기능을 활용한 폴더 잠그기및 풀기
[1]
148
폴더 잠금,풀기 프로그램 만들기
[2]
147
Screen Capture Program
146
RFID and NFC Mifare programming - Visual basic .net (Windows) source code examples Simple
[1]
145
DOS(cmd) 창 만들기 및 명령어 응용하기.
144
vb.net ->pdf create
[3]
143
Port Scanner
[1]
142
Image to String, String to Image #2
141
Image to String, String to Image
140
PropertyGrid 컨트롤 사용법
[1]
139
create calendar
[1]
138
MonthCalender를 사용해 보자
[2]
섯다 게임 만들기
2
댓글
너무 쉬운 초시계..
1
댓글
For~Next 문을 사용하여 구구단을 출력해보기
3
댓글
등급 판정 프로그램 만들기
2
댓글
Text to Speech (문장을 읽어주는 프로그램)
1
댓글
파일 복사,삭제
Flappy Bird 게임 만들어보기
1
댓글
권한주기 비주얼 베이직
윈도우 보안기능을 활용한 폴더 잠그기및 풀기
1
댓글
폴더 잠금,풀기 프로그램 만들기
2
댓글
Screen Capture Program
RFID and NFC Mifare programming - Visual basic .net (Windows) source code examples Simple
1
댓글
DOS(cmd) 창 만들기 및 명령어 응용하기.
vb.net ->pdf create
3
댓글
Port Scanner
1
댓글
Image to String, String to Image #2
Image to String, String to Image
PropertyGrid 컨트롤 사용법
1
댓글
create calendar
1
댓글
MonthCalender를 사용해 보자
2
댓글
1
2
3
4
5
6
7
8
9
10
11
...
GO
14
검색
제목+내용
제목
내용
댓글
이름
닉네임
아이디
태그
LOGIN
로그인
회원가입
SEARCH
MENU NAVIGATION
VB.NET
VB.NET BASIC
MEMO
COMMUNITY
이 댓글을