Click here to Skip to main content
15,884,298 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionWindows Form Shown Pin
Mateo Hernández12-Jul-15 12:58
Mateo Hernández12-Jul-15 12:58 
AnswerRe: Windows Form Shown Pin
erwinliong12-Jul-15 14:55
erwinliong12-Jul-15 14:55 
GeneralRe: Windows Form Shown Pin
Mateo Hernández12-Jul-15 20:45
Mateo Hernández12-Jul-15 20:45 
GeneralRe: Windows Form Shown Pin
Mateo Hernández12-Jul-15 23:11
Mateo Hernández12-Jul-15 23:11 
GeneralRe: Windows Form Shown Pin
Sascha Lefèvre13-Jul-15 4:20
professionalSascha Lefèvre13-Jul-15 4:20 
GeneralRe: Windows Form Shown Pin
Mateo Hernández17-Jul-15 3:14
Mateo Hernández17-Jul-15 3:14 
QuestionFolder Permissions - Urgent Help Please Pin
Seuss13-May-15 3:09
Seuss13-May-15 3:09 
AnswerRe: Folder Permissions - Urgent Help Please Pin
Dave Kreskowiak25-May-15 3:57
mveDave Kreskowiak25-May-15 3:57 
Considering a Windows Forms application runs AS THE USER THAT LAUNCHES IT, so your security isn't really going to work. At BEST, what you're going to be able to do is prevent users from casually looking in the folder to see, well, nothing. The user wouldn't be able to see the files in the folder. All you have to do is turn off the "List folder contents" permission.

I said "casually" for a reason. Users and/or administrators will still be able turn that permission back on and easily see the files in the folder.

You basically have no recourse to do what you want. In order for the application to work on the files it needs to it needs a certain minimum set of permissions. That means that the users running the application need those permissions. You set permissions on users and groups of users, not applications.


Oh, and nothing in a forum environment is "urgent". Everyone here volunteers whatever time they have to answering questions on forums.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

AnswerRe: Folder Permissions - Urgent Help Please Pin
Nitzan Levi22-Aug-15 19:50
Nitzan Levi22-Aug-15 19:50 
QuestionAccordion in windows Forms Pin
sudevsu24-Apr-15 5:25
sudevsu24-Apr-15 5:25 
AnswerRe: Accordion in windows Forms Pin
Richard MacCutchan24-Apr-15 7:01
mveRichard MacCutchan24-Apr-15 7:01 
GeneralRe: Accordion in windows Forms Pin
sudevsu24-Apr-15 7:29
sudevsu24-Apr-15 7:29 
QuestionRe: Accordion in windows Forms Pin
Eddy Vluggen24-Apr-15 7:28
professionalEddy Vluggen24-Apr-15 7:28 
AnswerRe: Accordion in windows Forms Pin
sudevsu24-Apr-15 7:32
sudevsu24-Apr-15 7:32 
GeneralRe: Accordion in windows Forms Pin
Eddy Vluggen24-Apr-15 7:38
professionalEddy Vluggen24-Apr-15 7:38 
GeneralRe: Accordion in windows Forms Pin
sudevsu24-Apr-15 7:59
sudevsu24-Apr-15 7:59 
AnswerRe: Accordion in windows Forms Pin
Richard Deeming27-Apr-15 2:47
mveRichard Deeming27-Apr-15 2:47 
GeneralRe: Accordion in windows Forms Pin
sudevsu30-Apr-15 7:48
sudevsu30-Apr-15 7:48 
QuestionPRINT A DATAGRID WHITH VB.NET Pin
Member 1163064821-Apr-15 9:41
Member 1163064821-Apr-15 9:41 
AnswerRe: PRINT A DATAGRID WHITH VB.NET Pin
Eddy Vluggen21-Apr-15 10:04
professionalEddy Vluggen21-Apr-15 10:04 
GeneralRe: PRINT A DATAGRID WHITH VB.NET Pin
Member 1163064821-Apr-15 11:04
Member 1163064821-Apr-15 11:04 
GeneralRe: PRINT A DATAGRID WHITH VB.NET Pin
Eddy Vluggen21-Apr-15 11:27
professionalEddy Vluggen21-Apr-15 11:27 
QuestionHighlight text only in a listview subitem Pin
iWonderHow7-Apr-15 21:49
iWonderHow7-Apr-15 21:49 
AnswerRe: Highlight text only in a listview subitem Pin
Eddy Vluggen8-Apr-15 0:28
professionalEddy Vluggen8-Apr-15 0:28 
GeneralRe: Highlight text only in a listview subitem Pin
iWonderHow8-Apr-15 21:58
iWonderHow8-Apr-15 21:58 

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.