Click here to Skip to main content
15,901,035 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: vb.net desktop app on one computer share by several users Pin
dcof13-Oct-15 9:11
dcof13-Oct-15 9:11 
GeneralRe: vb.net desktop app on one computer share by several users Pin
ZurdoDev13-Oct-15 9:12
professionalZurdoDev13-Oct-15 9:12 
AnswerRe: vb.net desktop app on one computer share by several users Pin
Richard MacCutchan13-Oct-15 8:05
mveRichard MacCutchan13-Oct-15 8:05 
QuestionSql Value to buttons........ Pin
dha NAA12-Oct-15 20:36
dha NAA12-Oct-15 20:36 
AnswerRe: Sql Value to buttons........ Pin
Richard MacCutchan12-Oct-15 23:20
mveRichard MacCutchan12-Oct-15 23:20 
SuggestionRe: Sql Value to buttons........ Pin
ZurdoDev13-Oct-15 5:39
professionalZurdoDev13-Oct-15 5:39 
QuestionRe: Sql Value to buttons........ Pin
Paul Conrad13-Oct-15 5:54
professionalPaul Conrad13-Oct-15 5:54 
Questionvb.net 2010 determine what files each user has access to Pin
dcof12-Oct-15 11:36
dcof12-Oct-15 11:36 
In a current vb.net 2010 application, there is a dropdown list where the user selects who they are. From this list, the application knows what files are unique to the user.
In the past there was only one user. Now there is going to be 4 to 8 different users. The dropdown list is used to point to where the files are located for each user. This occurs since the user selects their individual names from the dropdown list and all the files uniquely start with the name of the person. In other words if the name Joe is selected then all the file names are Joe_file1,Joe_file2, etc.
The users are concerend that they will accidently update each others files. The users do not want to this to occur. This solution was determined by the previous programmer so each person could backup each other.

Thus I am trying to determine what a good solution would be.

Here is what I am thinking a good solution should be:

1. Change the application to determine what windows logon the person is using. Possibly the windows identity property could be used. This way the application will determine what files the user has access to.
2. Have another windows user created that basically has admin rights. This admin user logon would have access to all the users files. Basically when a person signs on with the windows admin user account, they would have to know what files they are trying to access.
AnswerRe: vb.net 2010 determine what files each user has access to Pin
CHill6012-Oct-15 12:06
mveCHill6012-Oct-15 12:06 
GeneralRe: vb.net 2010 determine what files each user has access to Pin
dcof13-Oct-15 4:52
dcof13-Oct-15 4:52 
GeneralRe: vb.net 2010 determine what files each user has access to Pin
CHill6013-Oct-15 10:26
mveCHill6013-Oct-15 10:26 
QuestionVB.NET Windows Application Pin
Ranganath Deshpande8-Oct-15 10:18
Ranganath Deshpande8-Oct-15 10:18 
AnswerRe: VB.NET Windows Application Pin
Richard Andrew x648-Oct-15 10:38
professionalRichard Andrew x648-Oct-15 10:38 
QuestionAccess tablet webcam Pin
Member 120415567-Oct-15 17:18
Member 120415567-Oct-15 17:18 
QuestionProblems implementing MEF Pin
Kenneth Haugland7-Oct-15 8:43
mvaKenneth Haugland7-Oct-15 8:43 
AnswerRe: Problems implementing MEF Pin
Brisingr Aerowing7-Oct-15 9:15
professionalBrisingr Aerowing7-Oct-15 9:15 
GeneralRe: Problems implementing MEF Pin
Kenneth Haugland7-Oct-15 9:32
mvaKenneth Haugland7-Oct-15 9:32 
QuestionRe: Problems implementing MEF Pin
Kenneth Haugland7-Oct-15 18:57
mvaKenneth Haugland7-Oct-15 18:57 
AnswerRe: Problems implementing MEF Pin
Kenneth Haugland7-Oct-15 20:55
mvaKenneth Haugland7-Oct-15 20:55 
Questionmouse hover over button to show sliding label and don't hide it until mouse leaves the panel. Pin
Pravas Ranjan7-Oct-15 3:11
Pravas Ranjan7-Oct-15 3:11 
QuestionCompiled code cannot create Excel.Application, Interpreted is fine Pin
DAH_bham6-Oct-15 1:27
DAH_bham6-Oct-15 1:27 
AnswerRe: Compiled code cannot create Excel.Application, Interpreted is fine Pin
Richard Deeming6-Oct-15 1:49
mveRichard Deeming6-Oct-15 1:49 
GeneralRe: Compiled code cannot create Excel.Application, Interpreted is fine Pin
DAH_bham6-Oct-15 2:33
DAH_bham6-Oct-15 2:33 
GeneralRe: Compiled code cannot create Excel.Application, Interpreted is fine Pin
Richard Deeming6-Oct-15 2:37
mveRichard Deeming6-Oct-15 2:37 
GeneralRe: Compiled code cannot create Excel.Application, Interpreted is fine Pin
Richard Deeming6-Oct-15 2:38
mveRichard Deeming6-Oct-15 2:38 

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.