Click here to Skip to main content
16,005,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionListview Data to XML Pin
hkinser912-Jan-07 11:35
hkinser912-Jan-07 11:35 
AnswerRe: Listview Data to XML Pin
japel13-Jan-07 11:19
japel13-Jan-07 11:19 
GeneralRe: Listview Data to XML Pin
hkinser913-Jan-07 16:07
hkinser913-Jan-07 16:07 
QuestionIs it possible to password protect FOLDER Pin
focusit12-Jan-07 10:03
focusit12-Jan-07 10:03 
AnswerRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak12-Jan-07 10:07
mveDave Kreskowiak12-Jan-07 10:07 
GeneralRe: Is it possible to password protect FOLDER Pin
focusit14-Jan-07 3:56
focusit14-Jan-07 3:56 
GeneralRe: Is it possible to password protect FOLDER Pin
Colin Angus Mackay14-Jan-07 4:04
Colin Angus Mackay14-Jan-07 4:04 
GeneralRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak14-Jan-07 4:38
mveDave Kreskowiak14-Jan-07 4:38 
focusit wrote:
Create folders on server. Folder name will be the same as login name on the network.


So far so good. It's usually done under a shared folder on the server called, oddly enough, Home. The permissions on this folder are stripped for the Domain Users. On each individual folder under home, the folder inherits the permissions from its parent folder, meaning that noone (except an Admin) has permissions to any of the folders under home. For each individual folder under Home, you reinstate the permissions for that folders particular owner. This way, they can see their own home directory, but no others.

In your login script, you map a drive letter to the users Home\folder. Done, problem solved.



focusit wrote:
On user login his Folder will be visible on the desktop


Usually not. Unless your login script, or something else, specifically creates a shortcut on the Desktop for the user.


focusit wrote:
He will not have access to the Server


Unless you give the users permissions to other folder on the server and possibly map some drive letters for those areas.



focusit wrote:
Only on boot up individual folder will be set to Normal for its user. On logging the folder will be sent to the server and marked as hidden.


You don't have to do any of this. You mark anything hidden or visible, ever. It turns into a administrative nightmare if you do.


focusit wrote:
Now I guess this involves Windows Services on which I have little experience.


No, it doesn't. It's strickly Windows Networking. I suggest picking up a book on it before you even attempt to continue this. Anything you do in code is just going to needlessly complicate your situation.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Is it possible to password protect FOLDER Pin
focusit15-Jan-07 12:21
focusit15-Jan-07 12:21 
GeneralRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak15-Jan-07 19:14
mveDave Kreskowiak15-Jan-07 19:14 
QuestionDynamically creating panels and text boxes Pin
portreathbeach12-Jan-07 9:17
portreathbeach12-Jan-07 9:17 
AnswerRe: Dynamically creating panels and text boxes Pin
Dave Kreskowiak12-Jan-07 9:43
mveDave Kreskowiak12-Jan-07 9:43 
GeneralRe: Dynamically creating panels and text boxes Pin
portreathbeach12-Jan-07 10:08
portreathbeach12-Jan-07 10:08 
GeneralRe: Dynamically creating panels and text boxes Pin
Dave Kreskowiak12-Jan-07 10:11
mveDave Kreskowiak12-Jan-07 10:11 
GeneralRe: Dynamically creating panels and text boxes Pin
portreathbeach12-Jan-07 11:22
portreathbeach12-Jan-07 11:22 
GeneralRe: Dynamically creating panels and text boxes Pin
arcticbrew13-Jan-07 14:31
arcticbrew13-Jan-07 14:31 
QuestionDVD playback in VB.net Pin
portreathbeach12-Jan-07 9:10
portreathbeach12-Jan-07 9:10 
AnswerRe: DVD playback in VB.net Pin
Dave Kreskowiak12-Jan-07 9:42
mveDave Kreskowiak12-Jan-07 9:42 
GeneralRe: DVD playback in VB.net Pin
portreathbeach12-Jan-07 10:07
portreathbeach12-Jan-07 10:07 
QuestionCompile Errors in generated code from dataset Pin
TMcGee12-Jan-07 8:18
TMcGee12-Jan-07 8:18 
AnswerRe: Compile Errors in generated code from dataset Pin
sdkgolf13-Jan-07 10:40
sdkgolf13-Jan-07 10:40 
QuestionChat Program Pin
mokhabarat12-Jan-07 7:33
mokhabarat12-Jan-07 7:33 
AnswerRe: Chat Program Pin
nlarson1112-Jan-07 8:07
nlarson1112-Jan-07 8:07 
QuestionHelp???????????????????????? Pin
alek hunter12-Jan-07 5:52
alek hunter12-Jan-07 5:52 
AnswerHelp???????????????????????? Pin
alek hunter13-Jan-07 0:19
alek hunter13-Jan-07 0:19 

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.