Results for the vb password retrysimple login program -I'm trying to the login program, i want the user to only be allowed 3 chances of retry(vbretry),the the program sholud exit, how to i go about it...here is the code i have 2 text box for txtuser and txtpass and a button. help is appreciated thks Private Sub cmdLogin_Clic login validation - Good day to all! I am having a problem regarding on login validation using VB 6.0 and SQL Server 2000. The validations are: 1.if the user doesn't input anything in txtUserName and txtPassword then a messagebox will appear with message "Either username or password c Proxy Authenticating an SSL Connection with Internet Functions - Hi, I'm trying to connect to a secure server through a proxy that has a user name and password. I've succesfully authenticated using InternetSetOption for a single attempt. But when I coded to retry the request after a 407, (once proxy user and pass have been set as above), the What is Wrong Here - I am trying to validate the username and password at logon.I am doing this by connecting to an access database for usuing the data control. This is the code I used, and on the Insert statement it gives me an ERROR. Private Sub cmdOK_Click() Dim username As String Dim password As Str Help with Wait and Regestry entries - This is my first prog pretty simple but it is giving me a head-ache The prog will set a dun connection ping to establish a VPN connection check for a file run a .exe delete a file write a registry entry. I need help making the prog stop until the .exe it cal Install problem - I've got a problem installing an app on a Windows 95 workstation. It was developed on a Windows NT workstation but it has been installed successfully on other Windows 95 workstations and NT is no problem. DCOM is installed first for the Win95 pc and then setup package is launched VB.NET Error Handling Failure - I'm working on an FTP Client application in VB.NET, and trying to make it retry sending username and password up to 5 times. I've inserted the tag CONNECT: into the code for GoTo statements, and I've inserted On Error GoTo CONNECT into the code. Problem is that it never loops back to Abort Retry Ignore... How to Automatically Press - I'm writing an error killer for our game server. We get error windows that popup with Abort, Retry, Ignore buttons. What can I do to have my program automatically press the Ignore button? -b- ADS Again! - I am storing a password in an ADS file. Suppose I save the password hello. Using a CommandButton, VB tells me that the password is hello. Ok......fine.......next I decide to change the password & enter a new password, say, bye. Now when I retrieve the password, I find that the pass MsgBoxResult.Retry - When I have MsgBoxResult.Retry how do I get the Message box to reset the array for the user to start from the beginning entering their numbers? For example, they enter Letters instead of numeric digits, then in a way the form just start over, but input box for them to be aloud to reen "Switch to Retry" Problem - hi, Anyone there to help me out?? We r working in 3-tier environment with VB6 as front end, Middle tier (Dlls also in VB6), and Oracle 8i as back end and Win 2000 OS. We hav a network of about 400 odd win 2000 systems...all our applications are running perfectly....but now all o Jet OLEDB:Lock Retry is missing - I'm using the MS Jet Engine 4.0 with an Access DB. I can't seem to find and set the property for the connection for Jet OLEDB:Lock Retry and Jet OLEDB:Lock Delay. A host of other properties are also missing but according to all the MSDN references I've seen, they're suppose to change password - So I have a program with a password, and I want people to be able to change the login password. I have the basic 3 boxed, old password new password confirm password how to I go about storing the password in the exe file? Thread / Event Problem - I have Created an App that is to be a load tester for another app. It Current uses an ActiveX.exe that I created with Events. Currently, Everything works Just great and it Does what it is supposed to do but, It won't return Control to the Main App. For what ever reason it is waiting Refresh not working correctly - I have an input of type button that runs the following HTML code: <script language="JavaScript"> <!-- function Refresh() { window.location.reload( false ); } //--> </script> this works fine. However I also have a panel on screen that i How to provide a 'retry' when catching exceptions - How do I chuck code execution back to the try section after i catch an exception. eg. Try My.Computer.FileSystem.DeleteFile("file.txt") Catch ex as exception select case messagebox.show("retry?") case vbyes Reload Form..time - hey.. ive got my form to reload when the user clicks "retry" how can i make it take time..for example..:: The user clicks [Retry] (Pause) 2 seconds.. the form re-apears.. how can i do that? this is my code so far: Private Sub cmdRetry_Click() Form3.Visible = False close Password dialog, get next file - Hello, My problem all stems from trying to skip a Word or Excel document when it is password protected. I'm using a late-bound VB6 exe to access the Office docs. When Excel 2002 hits the Open statement of an Excel 2007 password protected workbook, it ignores the "Password:=& WebBrowser and msgbox - Hi everybody, i working with webbrowser in vb6, and i have the next problem: The user search a page and somethings when the user click back the page display Warning: Page has expired!!! Ok, i try to find a solution with command refresh but the navigator display a messagebox wi Help on ActiveX Control - I want to make an OCX with some controls in it and I want to be able to put a password in it So the OCXs don't work without the password. I Tried to put a password proprty in each of them but I have to fill in the password each time I want to use one. Is there any way to put the o |