Jump to content

Recommended Posts

Posted

I am planning to write a small program that will allow me to store username, password, website name information. I know there are tons of freeeware/shareware out there but I want to create it my way and then later make it free for distribution. I want to create it this way: There should 3 buttons: to create a new entry, to modify an entry and to delete an entry. I know C and Perl programming only and I have never done a GUI application. Does anyone know how to get started and want is the easiest way to create such a piece of software to run on Windows PC. I know encryption will be an issue, but I will handle it later. Thanks.


Posted (edited)

Agree, learn the Win32 API.

It's a bit different from "normal" programming but isn't too hard once you figure out how the window manager works.

Get the "Win32.HLP" ~10MB Win32API Reference. It's very useful.

Edited by LLXX

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...