How To Make A User System
Aug 15, 2011I want it to be advanced like say if you pressed remember me on login then the next login it will log you in automatically.
View 17 RepliesI want it to be advanced like say if you pressed remember me on login then the next login it will log you in automatically.
View 17 RepliesI want to do is make a notification system, kind of like aim were a new little box will show up to alert the user of a couple different things.
This is how far i have gotten :
Dim popups As ArrayList
Public Sub newEvent(ByVal title As String, ByVal description As String)
popups.Add(New Form())
[CODE].........
I use an arraylist because i dont know how many messages will come around the same time, but i could switch to an array if i must. this is the form that i made as kind of a template :
[CODE]..........
Its just got a couple text boxes for now. how can i make these new forms every time i have a new message to display and the clean up after them when they are done.
Alright, So with this game I am Making with VB I am Confused on how to make the login system to make the registered user to login to his character automatically other then having to make a new character? Here is my login System code not much[code].....
View 3 RepliesI'am trying to make a login system with the dll. I want the .dll file to have the password inside of it and make another interface window that the user can login in.
View 10 RepliesI want to listen to events in my windows forms .NET application for the following system wide events :
[Code]...
I'm writing an application which has user authentication system, basically, when the user open the software, he has to enter his/hers username and password which are retrieved form a access data base, and if the user is set as admin then it enable some features, I couldn't figure out how to read the column lets say, IsAdmin table, which will store an value of 1 or 0 for example. I need a concept of how build a login system with levels or whatever you guys call it...
View 2 RepliesI have a problem in adding/creating a new user to the system. The data entered didn't successfully inserted into database. It didn't show any errors too.
Protected Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click
Dim cmdInsert As OleDbCommand
Dim strInsert As String
[code]...
I've create a setup for my vb application with visual studio. At the end of the install I want to launch the application so i've add a custom action and used the chell to launch it. It's work but... the application is launch as SYSTEM user...is there a way to launch it in normal user (on win7 as administrator)?
View 1 RepliesI am trying to make a application that will bind User Desired Keys to User Desired Text. This is what I have done so far, it is not very much but it keeps crashing and visual basic is not telling me anything is wrong with it. I basically just want the user to be able to select a hotkey from a combobox. [code]
View 3 Repliesi have a login thing which allows user to login into the system. codes for it:
[Code]...
Using the .net 3.5 framework and C# I'm trying to add a new user to AD from C# and can't find any examples. I see that the PrincipalCollection object has an overloaded 'add' method but can't seem to figure out how it works. Can anyone help?
How create a new user object, add it into AD. Secondly, the user that will be adding in new people may not actually have the security to do this. Is there a way that I can impersonate another user account that will have permissions and add the account that way?
Username:
Password:
Login
Create Username
Exit
The login button
If TextBox1.Text = "Admin" And TextBox2.Text = "ABC123" Then
Police.Show()
Me.Hide()
[code].....
That it saves the Username and Pass so the next time I login, it can use this Username and Pass.
i am wanting to make a Login System that uses Usercontrol.I have a label left and right i have a panel.in this panel i want to add usercontrol for all users that has one account in the application. this are some examples (Windos XP Login) Image 1 Image 2 Image 3 How i have to start?
View 8 RepliesI created a Login system using the Login Form from VB 2010 and connectected to a DB table called "Useri" with 4 columns: "ID_U" , "UserName" , "Password" , "UserType". The login form works to authentificate user, and my application starts. My app has 5 buttons and i want them to be restricted by user type
If admin - full acces
if Operator - 1 button(that leads to a form with 4 textboxes that edit a row from a database)
if guest - 1 button that leads to a form with a datagrid
So, if a guest user clicked a resticted button a msgbox appears.
My login form code looks like this.
[Code]...
I'm trying to create a simple user tracking system so whoever has the program open can see who else has the program open. I know how to retrieve the username and everything. What I was doing was updating (loading and saving) a listbox with a text file on the network with the usernames in it. I can't get it to work right and I think its because the simultaneous opening and saving of the same text file by multiple users. I know this isn't technically the best way to go about doing this but it seemed like it should be the easiest. I don't want to make a huge project out of this because it isn't that important, it would just be nice.
View 7 RepliesI am trying to create a windows forms login using vb.net and sql that has the option to create user accounts with such properties like administrator and more.
View 6 RepliesI'm creating an app like a CRM ( Costumer Relationship Managment ) for a school but I have some questions I'd like to be answered.
It will have a main user ( Administrator ) and that user can create another users to access the app. The app will work locally and I would like to know a method to save that information @ localhost without being acessible to edit or view by other users.
Im thinking in a Access DB with all info and then make all information needed. But how to secure it without anyone else could access it or modify id? An encryption method would be the best way?
I need to create an application that allows staff members to login and see different things.I need to be able to have different user levels for this so that certain staff can see some things and other staff can't.I would like the login system powered by the MS SQL Database that the rest of the programs data is stored in.
View 4 RepliesI'm trying to get an application to determine which operating system the user is currently running and use that to decide what to do. For example, a user uses the program and they're using Windows 7. I want it to know that and use predetermined variables throughout the program for Windows 7. Likewise if they're using Vista or XP/Macintosh.
View 4 RepliesHow can i execute a code when there occurs a system switch user event.
View 8 RepliesI have a pretty extensive application that has been built to provide SSO to several web applications via OID. The problem is that we have seen some users getting "orphaned" on a role for one of the applications. I have written a method that returns the distinguished name for all of the users with access to that role. To perform the cleanup, I am trying to make sure that the users returned in the previous step actually exist in OID. I have been using the System.DirectoryServices.Protocols.SearchRequest class when searching for users or roles, but it is not working for a distinguished name. Below is my method. It has been changed a couple of times to try different ways to make it work.
[Code]...
I have coded up a service, and I would like it to monitor when a user logon to the system fails. Is there an event I can handle for this? Or, a message that is broadcast? Or, is it possible to get the failed logon counter for the local system?
View 4 Replieshow to restict the input of a user if im going to accept account e.g.,
View 7 RepliesI'm using this code:
[Code]...
I want the asp application to create a folder that has access only to the account the application was running with (i.e. asp account?)
I actually wanna use this one, but I don't know how to use the "ComputerCurrentAccount" dynamically.
I want to get the current working account.
I have made a project in vb.net 2008 and used sql server 2008 for database and how to make the setup that need to be deploy on those system which do not have sql server on their system .
View 9 RepliesI am trying to create a system for users to login and have assigned roles ie user, manager, admin etc. but i cant seem to find a way to do it my code for login is below
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Login_btn_OK.Click
Dim conn As New SqlClient.SqlConnection
Dim command As New SqlClient.SqlCommand
[code]....
Just after a way to recall user credentials to display appropriate content depending on their role?
[Code]...
I need some trick to make some good and safe "Login" to application system with username and password.
i'am currently making an enrollment system and it requires to be a LAN..how to make a system become LAN?
View 8 RepliesI am connecting to a Microsoft Active Directory server in a DMZ from my .net application (asp.net VB .net 4.0). I need to create a new "inetorgperson" in an orgunit called "SingleCustomerAccount".
I have had to use the System.DirectoryServices.Protocols namespace for all the work, because the ADSI classes (System.DirectoryServices namespace) wouldn't work across the DMZ properly.
Anyway it's been working fine connecting to Active Directory on Windows Server 2003 R2; however we're running tests against Active Directory on Windows Server 2008 R2 (2008r2 in native mode for forest and domain) in order to upgrade.
My existing code to create a user does not work.
System.DirectoryServices.Protocols.DirectoryOperationException: The server cannot handle directory requests.
at System.DirectoryServices.Protocols.LdapConnection.ConstructResponse(Int32
[Code].....