Seems like theres gotta be someway to do this though. What I'm trying to do is allow users to change their email passwords. Could this be done with something else maybe like a perl script?
Hey thanks for the help. I'm using Fedora 4...I tried the above code, but still haven't been able to get it to work. I tried crypting the password and have also tried it uncrypted. I also tried...
I'm trying to execute the passwd command using either exec or system in php. I've tried many different ways but cannot get any of them to work. It seems like "sudo passwd...
I wrote a program about a year ago that scrapes a webpage and dumps the data into a database. The website made some major changes, so I have had to rewrite some of my program. All the search...
I figured out how to fix my problem. For some reason the app would keep looping in a while loop when in release, but in debug it would break out. I'm not sure why, but I figured out how to fix it.
I have a basic app which has a login dialog that displays when the app starts up. the user has to the option to login, or quit. when they click quit, I call,
I am writing an application for a small company that needs to store basic information about clients. The program will only run on one computer and will initially consist of around 1000 entries. ...
Hi,
I am writing a mfc based application that is going to be used as a dialup management app, which will have accounting functions and stuff, but will also have to interact with the radius...
Does anyone know of an MFC tutorial that covers the basics of printing in MFC? I am writing a form based application and need to know how to format data to be printed, adjust page size and margins,...