prevent login twice -
Hi,
Is there a way to prevent login twice?
Let say A login once, and then he starts another browser and login again.
The second time login should not be allowed
Any Idea?
Code would be better
Thanks!
prevent login twice -
Hi,
Is there a way to prevent login twice?
Let say A login once, and then he starts another browser and login again.
The second time login should not be allowed
Any Idea?
Code would be better
Thanks!
how to prevent unauthorized users to download file -
I'm building a asp .net page. Users need login to see the content. I'm using cookie for this. Now, I add a file to the page, users should login first to download it. However, if a user (without login) inputed the download link directly into the browser, he can still download it. Is it
using a value on every form -
I have a login page where by a Login ID is entered by the user. On a data entry form in my project I have a field called login ID, to prevent the user having to end the value again i want to automatically populate it. i know how to add it into the query string, its just accessing the
[02/03] get hardware information of clients' PCs from asp.net -
Is it possible to get hardware information of clients' PCs from asp.net?
I have a site, users need register accounts to login. How can I code it, so that every time only one instance of the user can login the account?
For example, one user (AAA) created the account, he tells ano
SQL Server Login -
Dear all,
i'm trying to establish a connection to a SQL Server 7. Until that point my application works fine, even the vb errorhandling but as soon as i get an error from the server i've no clue how to handle it. For example a wrong password - then the server pops up with the login di
Return URL hack -
http://localhost/web/Login.aspx?Retu...//www.msdn.com
refer to the URL above, the time when user successfully login, it would not goto my application homepage, but will goto MSDN site, somebody know how to prevent this kind of hacking?
Login For Program -
I'd like to make a login screen for a network admin program. Can anyone tell me how to place a login screen where you normally login for windows?
I would like it so that they can login to windows normally but instead of going to windows, it will load up my login screen and then it w
Page Refresh click button!!! -
Hi
I got a form with a usercontrol (Login Control) that I created on it.
The control got a Login / Logout button on it, which, when clicked, call a function to log the user in or out.
I could not understand why the user get logged out when I refresh the page (pressing F5).
Af
Check Login Status -
what i am trying to do here is that when the user enter my site i will check whether they are login or not.. if they are not login i will redirect them to the login page and prompt them that they are not login.. i am using VS 2005..
Windows knows my email password!!! -
Hi,
I just noticed this message on my windows login screen which caused me to wonder how windows knows that I have 2 new email messages.
Sounds alarming. I'm not using Outlook Express and there are no other email clients installed on my system (like Microsoft Outlook etc.)
This is
[2005] programmatically login -
I'm using the .net20 memberships and login defaults to handle security, but I dont' want to login to my site everytime I debug. Is there an object I can set to have it login for me when I'm debuggin?
Thanks!
[2005] Login Database -
hi, i'm trying to do a website with a login... there is 2 textbox for username and password. and a button to login. now whem he touch the login button i want it to check in to the database if the login and passsword exist and if it exisit then go to a webpage. can someone give me the c
Logged In -
Hi,
I'm writing my first real asp.net, using vb, web site. I'm using a Master page and I have a Login section in my page (I didn't use the Login Control becasue i couldn't get it to look the way I wanted...anyone else not like having control of that control?) anyway, I was on IM wit
Blocking Keyboard input -
How do I prevent the user from using the keyboard for an interval of time during my VB application? not only do I want to prevent CTRL+ALT+DEL and the Windows keys from being pressed(which can be done using the SystemParametersInfo API) but I want to prevent any key from being used. Ca
prevent record DELETE or EDITING depending on user role -
I have developed a VB 2005 windows application with appropriate rights at LOGIN. The roles are ADMIN and USER
How do i prevent record DELETE or EDITING depending on user role ?
In my db, if the record is APPROVED, i want to disable EDITING
Thanks,
Alex
automatic login -
is there a way to bypass the windows login. exactly, i need have a login name, and, of course a password, without having to type it in the windows login dialog box, someone has told me to put my initial login name, the one i want 2 use, and the pwd to an INI file. could someone tell me
blocking keyboard input - urgent..... -
How do I prevent the user from using the keyboard for an interval of time during my VB application? not only do I want to prevent CTRL+ALT+DEL and the Windows keys from being pressed(which can be done using the SystemParametersInfo API) but I want to prevent any key from being used. Ca
Login -
hi, well i was just trying asp.net 2.0 , i've created a login and sign up form using the tools from the toolbox. and when the user login i'm made the login form to go to a member page. my problem is that even the user is not login he still can access the memer website, and me i don't w
Login using Windows Authentication -
Anyone have any great ideas on how to incorporate a login from using the network or Windows login information to authenticate against? ie if my login info was username: p and passsword: q, I want to be able to enter that same information into the login screen of my vb6 program and hav
Difference between New login and New db User -
wat is the diff between New login and new db user in sql sever ? how come when i create a new login ,del it and recreate it again ..i got this error:
21008: SQL-DMO Login xxxx already exists.
[2005] my login acts different depending which country I login from -
I have a web page with a login screen created by myself.
If I'm login in from US or Canada, it works perfectly. If I try to login from anywhere else (I tried from Mexico, India, Hong Kong and Argentina), it doesn't let me log in.
In the application itself, there's no code related
[2005] Users Bypass the Login Screen -
Good Afternoon Guys
i have a Web Application that, it has a login Screen. I tried to make sure that a User does not bypass the login Screen on the Page load event i used the following line of code
Code:
if (Session.IsNewSession)
{
Response.
required an api to stop all activities axcept our login from after windows start -
hello dears
how r u.
dears i want to built a software in VB.
that when i log on to my windows after giving the user name and password.
then my login form of VB came at the top of all applications and now activity hapen until user give the correct user name and password on our login
form submittal to DB via login -
in my application, i am sending a feedback form to the user in his outlook email. He fills out the form and submits it, but the db we are submitting to is within a portal that needs login and password. Hence i need to store these values (in the form) to a temp file or something, valida
add text to a website form from a vb app -
hey, i would like to make a login app for this website called zone, it uses passport to log in, i made two textboxes 1 for user and 1 for pass and i made a web browser where the login form its going to be on, i want that when the user clicks on the button login it it puts the user and
Need Help With Login Function -
Im making a basic operating system in VB6 and I want to include a login function. Lets say I store the valid login/passwords in a .txt file called login.txt which looks like this
dave, davespassword
mike, mikepassword
bob, bobspassword
and so on,
what code would I have
prevent .exe installs -
hey guys...
is there a little program i could write, or that is already written, that i can always have running on my pc to prevent any new programs from being installed, unless you supply a password ?
my daughters surf the internet, and they click on all sorts of stuff and it inst
Windows login -
I'm working on an application where users should login using there windows login. How can I get the windows login? I tried it in VB.NET, but at this moment .NET ain't a possibility. I realy need to work with VB6.
Any help is welcome. Thanks in advance!
Website Security & Page Caching -
Hi,
I have recently completed a simple database driven website using asp, with a basic login page.
The first problem , is , that I can enter the full link to a page within the site , bypassing the login screen , the it displays as normal., so if you have the link , you dont need
Automating login to Blogger.com -
Hi,
I need to automate login to blogger. My client want that to automate his many blogs.
However, the login box is inside an iframe. I do
asuming that dw1 is dw1.webbrowser1 and dw is a htmldocument referrence
I do Set dw = dw1.getElementById("start-login-iframe")
Manulipate Windows Login HELP -
I'm making a program where users login into the networks server instead of using the default windows login.
How would I make it so it doesnt show the windows login screen but my windows form/dialog?
I do know this is possible, but I don't know how exactly.
VB6 Web Login Maker -
I am trying to make a program that allows you to login to a page that has a pop up box (not sure the correct wording of what it is). Ex: http://cisco.com/cgi-bin/login Something that will do it for me. I am wondering if this is possible at all? Any help will be appricated.
Prevent second instance of application -
Hi all,
I have an application built in C# on .Net Compact Framework 2.0. I want to prevent my app to run in a second instance. Basically I need to prevent any other instance of the app to load, like what was used to be done in vb6 with App.PrevInstance. I've found that Mutex or even
Filling out a form on another site for a user -
I need to login to another site from my site. Rather than have the user login to mine, then login again, can I login to the 2nd site from mine... maybe using outer html? I would even be happy to just fill out the user id and password for them and they can click the login button themsel
[2008] How to prevent my WebBrowser Control from Opening new Window -
Hi guys, I just want to ask if any one have an idea on how to prevent New IE Windows to be opened when there a link in visited site that opens a new window. Because we want to prevent using of IE thats why we develop a seperate Browsing Tool. And also how can i control the following is
Prevent CTRL+ALT+DEL in VISTA.. -
Ok so ive managed to nearly complete my security lock prog.
I can prevent the user from bringing up the TASK MANAGER, but in VISTA when you press CTRL+ALT+DEL it brings up another screen. Where you get 5 options. I dont know what its called cos it has no name and also with the Fin
How to prevent file save -
Hi all,
Thanks for any help anyone can offer. I have already searched PSC and found nothing. Also posted to the "ask an expert" forum with no replies (yet).
I want to know if it is possible, with VB or Registry hack to prevent a user from saving a file of a given type.
How do I prevent Ctrl+Alt+Delete -
How do I prevent someone from using Ctrl+Alt+Delete to shut down my program? Also how do I prevent someone from going to other programs when mine is running?
when and who has login -
I'm writing a service program.
How do i detect if someone has login and
find out who has login?
Note:Using win2000 and winXP
Can someone give me some idea on login -
Dear all,
I have an application require 2 logins, where 1 is the SQL Server login and the other one is the program's login, the program's login is getting the information from the SQL Server Login, which means that I have to login to SQL Server first.
The problem comes, the progr