Jump to content

Which language ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Keiferr

Keiferr

    Newbie

  • Members
  • Pip
  • 1 posts
I really want to make a program that can organize all of the sites I visit regularly into one place. Say I visit and log in to 20 sites a day. I would like to have a GUI with 20 buttons which I can click and each will go to the site, enter my info for me, and log me in. Just a time saver.

My only programming background is mostly C and I've dabbled in some OOP. Any suggestions on a language that can do this would be of great help.

#2
JCoder

JCoder

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 245 posts
No need to write program for that. Use bookmarks / speeddial / shortcuts in your webbrowser + password manager and you're done.

#3
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
FireFox.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#4
tossy

tossy

    Programmer

  • Members
  • PipPipPipPipPip
  • 202 posts
Web browser like firefox, GC will help you...
Microsoft: "You've got questions. We've got dancing paperclips

#5
progcomputeach

progcomputeach

    Learning Programmer

  • Members
  • PipPipPip
  • 45 posts
You could try C#. This will allow you to create a Windows Form, store the sites in a file etc..