EDN Admin
Well-known member
Hi
I have an vb.net application. For this application there are 4 users. so for this 4 users different user names will be there Also users will have the different shortcut icons(from the base exe they created 4 shortcut and renames themselves.) As soon as they
click on ok button in login form i am storing the details in registry. if they restared the application, login form will show the last user name(which is stored in registry). Here the requirement is user1 should not get user2 username when he login.
Here I have to store the login information of every users in registry separately and if user1 is clicking the shorcut of my application(i.e clicking on shortcut of MyApp.exe) then he should get his details. Here i can differentiate by using which shortcut
icon is clicked. Based on that name i can say this user is trying to log and i have to show his user name in login form username textbox.
How can i get the shortcut icon name? if i get this name then i will be storing at first time with this icon name in registry. then if they try to login again. i will be checking which shortcut icon is clicked and based on that i am getting the details from
registry.
Can anybody help me on the same....
View the full article
I have an vb.net application. For this application there are 4 users. so for this 4 users different user names will be there Also users will have the different shortcut icons(from the base exe they created 4 shortcut and renames themselves.) As soon as they
click on ok button in login form i am storing the details in registry. if they restared the application, login form will show the last user name(which is stored in registry). Here the requirement is user1 should not get user2 username when he login.
Here I have to store the login information of every users in registry separately and if user1 is clicking the shorcut of my application(i.e clicking on shortcut of MyApp.exe) then he should get his details. Here i can differentiate by using which shortcut
icon is clicked. Based on that name i can say this user is trying to log and i have to show his user name in login form username textbox.
How can i get the shortcut icon name? if i get this name then i will be storing at first time with this icon name in registry. then if they try to login again. i will be checking which shortcut icon is clicked and based on that i am getting the details from
registry.
Can anybody help me on the same....
View the full article