Search Result
Collapse
4 results in 0.0014 seconds.
Keywords
Members
Tags
-
How to change password in MS Access using VB .net 2008
I'm a newbie in vb. My first project is a grading system for a certain school. In my login form, there's a Forgot Password button. In the Forgot Password form, the user is asked to answer a secret question that he filled up upon registration, and if the answer is correct it will lead him to a Change Password form. My problem is, I don't know how to get then delete and then replace the password of a certain user. I attached some screen shots of my... -
vb .net timer problem with Windows 7 dual processors
I have been writing visual basic and vb .net applications for years and have come across this problem with the timer component under Windows 7 32bit on dual core Intel processors. This problem only occurs with Windows 7 running on a dual core processor, single core and under the virtual pc on any processor works.
I have attached a test program to show this problem. The program uses 2 timers to count down to 0. It does not matter...Last edited by tlhintoq; Apr 8 '10, 04:20 PM. Reason: [cODE] ...Your code goes between code tags [/CODE] -
Convert java keystore to vb .net certificate
Hi there
Im having trouble converting a java keystore to X509 certificate and using in vb .net
I have exported using Portecle in to .pem format. This works under php, but doesnt seem to in vb .net. The certificate has a passphrase too.
Does this have to be in a different format for vb .net? If you can, please let me know exact steps (and command line syntax if needed) to export to suitable format... -
Additional headers in webbrowser.navigate
How can I add multiple additional headers?
wb.Navigate(web site, "_self", Nothing, "Content-Type: application/x-www-form-urlencoded")
I would like the additional headers to also contain User-Agent: My Application, how do I add this in correctly?