Summary: Well Chi, Like I said i wouldn't in VB4. Did some digging and, at least in VB4 it does. All message boxes and icon options. The following is just the...
Summary: Hi one and all, maybe someone can help a beginner with a problem in VB4. The code below is an outline of a program I would like to write. As it sits, ...
Summary: If you have php put this at the top of your page: header("HTTP/1.0 401 Not Authorized"); Then it should pop up that username and password box. When th...
Summary: I have made a dialog to act as a "fake login" for a windows 2000 machine. Usually this type of thing is against my better judgement, but im fed up of ...
Summary: Folks, I'm going to put some misc text files in a specific directory on my web site (basically used for web storage). I plan to simply send someone a ...
Summary: I tried that, but it isn't working. I used my textbox name, which is userName and .text ="". So, i have userName.text = "". What I am doing is make...
Summary: Hi, I'm making a website where you have to log in. It reads your information from a database and checks your password etc. When it has logged you in, ...
Summary: Hello Im running Windows xp and i am wondering if anyone can help me with my vbs password protect script.all though i am only 12!Ok well my vbs is bas...
Summary: How Do i make a simnple login box for m application? I am using Visual Basic 2005 Express.. I want the user to be administrator and the password to b...
Summary: The easiest way i have found if you dont care about 100% security, is in your text box set the password char to * or whatever you want then do your el...
Summary: Hello Im running Windows xp and i am wondering if anyone can help me with my vbs password protect script.all though i am only 12!Ok well my vbs is bas...
Summary: I have a batch file and I need to do the following: Say we have a variable that has a value: password=access2008 The scenario that I want to take plac...
Summary: Hi all! If someone would be so kind and help me find a command to enter a username and password in a web page? For example if i have a batch: @echo o...
Summary: Hi all! If someone would be so kind and help me find a command to enter a username and password in a web page? For example if i have a batch: @echo o...
Summary: hello, I am creating a form to process donations for a non-profit organization. I have a drop down selection box with set amounts, but I want to also...
Summary: I have an access database that i have set a password on so that people cant modify it without the password. I want my Visual Basic 5 program to be abl...
Summary: Hi, Another question (I never had as many questions as since i started with vc++!). I'm trying to print a lot of stuff to an edit box. that's quite ea...
Summary: How do i make the background of a staic box clear so that the bitmap used in the background can be seen all around the text in the static area instead...
Summary: I have a program that uses win32 net user api calls to reset a users password. If this is run while the user is logged in, I need to also programati...
Summary: I am opening a webpage from a batch file with the following command: START IEXPLORE.EXE "http://www.mywebpage.com/SiteController?password=%2&userid=%1...