Click here to Skip to main content
16,007,111 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDesigner Created Collections Pin
AAGTHosting10-Jan-08 10:34
AAGTHosting10-Jan-08 10:34 
GeneralRe: Designer Created Collections Pin
Dave Kreskowiak10-Jan-08 10:42
mveDave Kreskowiak10-Jan-08 10:42 
GeneralRe: Designer Created Collections Pin
AAGTHosting10-Jan-08 10:50
AAGTHosting10-Jan-08 10:50 
GeneralRe: Designer Created Collections Pin
Dave Kreskowiak10-Jan-08 11:16
mveDave Kreskowiak10-Jan-08 11:16 
Questionneed some help securing an application Pin
Shimmy Weitzhandler10-Jan-08 8:37
Shimmy Weitzhandler10-Jan-08 8:37 
GeneralRe: need some help securing an application Pin
Dave Kreskowiak10-Jan-08 8:56
mveDave Kreskowiak10-Jan-08 8:56 
GeneralRe: need some help securing an application Pin
Shimmy Weitzhandler10-Jan-08 12:56
Shimmy Weitzhandler10-Jan-08 12:56 
GeneralRe: need some help securing an application Pin
Dave Kreskowiak10-Jan-08 13:33
mveDave Kreskowiak10-Jan-08 13:33 
You'll probably need a User object you create that keeps track of the user roles. All of you application code will have to keep referring back this object to check if the user has the appropriate permissions to run code and setup the user interface appropriately.

Here's[^] a another view of the subject.

You're looking for a simple answer to a very large and complex problem. There is no single step-by-step guide that's going to show you how to do this, let alone explain how and why it works. The solutions involve knowing about various design patterns and how they interact with each other. This topic alone can fill over a 1000 pages.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: need some help securing an application Pin
Shimmy Weitzhandler10-Jan-08 17:55
Shimmy Weitzhandler10-Jan-08 17:55 
GeneralReloading a form Pin
manisghouri10-Jan-08 7:16
manisghouri10-Jan-08 7:16 
GeneralRe: Reloading a form Pin
Dave Kreskowiak10-Jan-08 7:26
mveDave Kreskowiak10-Jan-08 7:26 
GeneralRe: Reloading a form Pin
manisghouri10-Jan-08 15:57
manisghouri10-Jan-08 15:57 
GeneralRe: Reloading a form Pin
Mycroft Holmes10-Jan-08 16:22
professionalMycroft Holmes10-Jan-08 16:22 
GeneralRe: Reloading a form Pin
Dave Kreskowiak11-Jan-08 1:25
mveDave Kreskowiak11-Jan-08 1:25 
QuestionAvoid new instance of a running Application Pin
dotnetme210-Jan-08 6:40
dotnetme210-Jan-08 6:40 
GeneralRe: Avoid new instance of a running Application Pin
Dave Kreskowiak10-Jan-08 7:28
mveDave Kreskowiak10-Jan-08 7:28 
GeneralRe: Avoid new instance of a running Application Pin
dotnetme210-Jan-08 8:15
dotnetme210-Jan-08 8:15 
GeneralRe: Avoid new instance of a running Application Pin
Dave Kreskowiak10-Jan-08 8:32
mveDave Kreskowiak10-Jan-08 8:32 
GeneralRe: Avoid new instance of a running Application Pin
dotnetme210-Jan-08 10:34
dotnetme210-Jan-08 10:34 
GeneralDon't know where else to ask this but... Pin
Dalek Dave10-Jan-08 5:42
professionalDalek Dave10-Jan-08 5:42 
GeneralRe: Don't know where else to ask this but... Pin
Dave Kreskowiak10-Jan-08 5:57
mveDave Kreskowiak10-Jan-08 5:57 
GeneralRe: Don't know where else to ask this but... Pin
Dalek Dave10-Jan-08 6:19
professionalDalek Dave10-Jan-08 6:19 
Generalmain method -- Standalone and windows forms Pin
Cory Kimble10-Jan-08 4:32
Cory Kimble10-Jan-08 4:32 
GeneralRe: main method -- Standalone and windows forms Pin
Dave Kreskowiak10-Jan-08 4:53
mveDave Kreskowiak10-Jan-08 4:53 
QuestionHow to manage MDI Child document same as MS Word Editor Pin
msalman_ali10-Jan-08 2:04
msalman_ali10-Jan-08 2:04 

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.