Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Go Back   Code Forums > Application and Web Development > Program Design and Methods
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 10-11-2005, 11:43 AM   #1 (permalink)
Salchester
Salchester
 
Salchester's Avatar
 
Join Date: Jul 2005
Location: In a house
Posts: 230
Salchester is an unknown quantity at this point
Program Alternatives

I am currently in creating a Post-It note utility program that will run from the system tray and will allow and windows computer user to post notes on their computers desktop, and i can't make up my my on what program to write it in has anyone got any ideas

I currently have VB.

Many Thanks
__________________
Many Thanks, in advance!

Salchester.
The Future Is Here - Are You Ready?
Salchester is offline   Reply With Quote
Old 10-11-2005, 12:37 PM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,680
redhead is on a distinguished road
I think a question like this is more suitable here.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 10-11-2005, 01:58 PM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,397
sde is on a distinguished road
well, what coding languages do you know? if you know VB, then sure, create it in VB. if you want to learn a new language, then try coding it in a language you want to learn.
__________________
testing 1 2 3
sde is offline   Reply With Quote
Old 10-11-2005, 05:09 PM   #4 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,545
Valmont is on a distinguished road
You could try learning C#.
__________________
Valmont is offline   Reply With Quote
Old 10-12-2005, 12:44 PM   #5 (permalink)
Salchester
Salchester
 
Salchester's Avatar
 
Join Date: Jul 2005
Location: In a house
Posts: 230
Salchester is an unknown quantity at this point
Although I don't know many languages besides VB what other programs/languages could i use to write my post-it notes program (4 minimum)
__________________
Many Thanks, in advance!

Salchester.
The Future Is Here - Are You Ready?
Salchester is offline   Reply With Quote
Old 10-12-2005, 01:08 PM   #6 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,397
sde is on a distinguished road
c# or c++ would probably be the most popular choices for something like that. c# would definately be a lot easier to learn than c++. another option could be java.
__________________
testing 1 2 3
sde is offline   Reply With Quote
Old 10-12-2005, 01:23 PM   #7 (permalink)
Salchester
Salchester
 
Salchester's Avatar
 
Join Date: Jul 2005
Location: In a house
Posts: 230
Salchester is an unknown quantity at this point
What are the advantages/disadvantages of using these programs and languages?
The reason for asking is so i eventually decide which to go for.
what is c#?
__________________
Many Thanks, in advance!

Salchester.
The Future Is Here - Are You Ready?
Salchester is offline   Reply With Quote
Old 10-12-2005, 08:16 PM   #8 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,680
redhead is on a distinguished road
Comparison of Different Programming Languages if you should be in doubt about the differences for a number of popular languages.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 03-02-2007, 02:30 PM   #9 (permalink)
Rasheed
Recruit
 
Rasheed's Avatar
 
Join Date: Mar 2007
Location: Netherlands
Posts: 10
Rasheed is on a distinguished road
Why write software if there are already enough solutions available for electronic sticky notes?
__________________
Rasheed is offline   Reply With Quote
Old 03-03-2007, 01:26 AM   #10 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,680
redhead is on a distinguished road
Exploring and learning.. You only develop your own skills while trying to produce code, if you're curious how something works, then the best way to lern it, is to try and write it yourself, than just find a third part program which does the job.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 03-03-2007, 04:04 AM   #11 (permalink)
Rasheed
Recruit
 
Rasheed's Avatar
 
Join Date: Mar 2007
Location: Netherlands
Posts: 10
Rasheed is on a distinguished road
No, I meant, come up with an original idea, instead of replicating was has been done over and over again. OTOH I guess you're right that one could learn a lot of the best coding practices from looking at the source code of an open source project.
__________________
Rasheed is offline   Reply With Quote
Old 03-03-2007, 06:15 AM   #12 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,680
redhead is on a distinguished road
What if your "orriginal idear" is based on some multithreadding, but you have no idear how multithreadding works ?
Shouldn't you try to start out with some simple programs that uses multithreadding ? And see how you can make it work, befor you throw it all into your "orriginal idear".
Or what if your "orriginal idear" is a slight alteration of an existing solution, which is just altered enough to perfectly fit what you require ? Should you then contact the third part developer and tell them to alter their existing product to exactly fit your needs, or would you base your own creation on their solution as a starting ground ?
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 03-03-2007, 09:28 AM   #13 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 635
DJMaze is on a distinguished road
not to mention the amount of linux distro's
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote
Old 03-04-2007, 12:15 PM   #14 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 595
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
Also, no one ever walked before they crawled, or ran before they walked.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help with copying backwards rogue Standard C, C++ 9 04-24-2005 04:39 PM
Help with a simple program C++noob Standard C, C++ 1 03-24-2005 03:31 PM
C++ Deadlock Detection Program Help... coolsc81 Standard C, C++ 2 10-26-2004 06:14 AM
Help on starting new program B00tleg Standard C, C++ 21 10-17-2004 12:58 PM
Program Call to AS400 using JTOpen sde Java 0 05-12-2004 07:08 AM


All times are GMT -8. The time now is 08:41 PM.


Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2006, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting
Open Circle