Ive written a program(C) and need advice on how to change the user interface

Associate
Joined
14 Jan 2003
Posts
200
Location
NW
Ive written an encryption/ decryption program using C where the user logs in entering a username and password which is encrypted using SHA-1. The user is given the option to encrypy/decrypt files using 3DES-ECB or AES and also to share the files with another user (using RSA).

But what i wouldnt mind learning because ive never done it before is instead of the user inputting the info in the usual ms DOS prompt which ive always used is to make it a more professional looking and user friendly interface like the windows forms etc. i.e the type you see when you log into web sites etc, to be honest im not too sure what there called.

This is for a uni project ive been given and ive written it in C, any ideas? how should i go about this? there any webbies/programs out there? books i should read etc, reason i ask is because i have to give a demonstration to the supervisor and want to stand out from the rest :p

Tour
 
Cheers guys, ive been lookin into it.. pretty niave didnt realise it'd be a whole new ball game, anyway ive been lookin around .net and had a look at that link found some useful stuff cheers. Better get off and learn some of this C# stuff aswell...
 
Back
Top Bottom