Software Design
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreSoftware Design

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 21st, 2006, 01:21 PM
afro afro is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2005
Posts: 31 afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 17 h 53 m 42 sec
Reputation Power: 10
Language of choice for windows app importing graphics from web?

Hi, I have a couple of small tools in windows form format written in C++ (and written in procedural style) and am looking at rewriting them in an OO way to make extending / adding additional functionality easier in the future.

I want to be able to have an image (advert) nested in the tool that would be imported from a web server elsewhere, so that the appearance of the tool changes from time to time.

In addition, in the future I'd like to be able to have the tool on web pages as part of the page, not always having to be downloaded as a .exe, so being able to use the majority of code in both windows form and webpage applications would be an advantage.

Can anyone recommend a language for both the ease of importing a dynamic image into a windows form from a server / remote database (eg. to tell it to get an image called todaysimage.gif / jpeg etc. from www.myimagelocation.com and put it into the image holder), and the re-use of code side of things?

I have a basic level of C++, am in the process of learning Java and hoping to pick up some C# very soon, so ideally one of these languages is preferred. My gut feeling is to go to C# for the re-use of code side of things (ASP.Net?) but I know nothing about C# or ASP.Net yet.

Many thanks,
afro

Last edited by afro : January 21st, 2006 at 07:46 PM. Reason: To clear up some ambiguities

Reply With Quote
  #2  
Old January 23rd, 2006, 06:06 PM
dotancohen's Avatar
dotancohen dotancohen is offline
המבין יבין
Dev Shed Regular (2000 - 2499 posts)
 
Join Date: Jul 2001
Location: Haifa
Posts: 2,032 dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level)dotancohen User rank is General 5th Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 2 Days 1 h 53 m 49 sec
Reputation Power: 1301
Send a message via ICQ to dotancohen Send a message via AIM to dotancohen Send a message via MSN to dotancohen Send a message via Yahoo to dotancohen
Any of the languages that you mentioned would do the job. If you intend on learning a new language, say dotnet or C++, then this would be an ideal project to test out the new language.

Let us know how it went.

Reply With Quote
  #3  
Old February 4th, 2006, 06:00 PM
afro afro is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2005
Posts: 31 afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level)afro User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 17 h 53 m 42 sec
Reputation Power: 10
Quote:
Originally Posted by dotancohen
Any of the languages that you mentioned would do the job. If you intend on learning a new language, say dotnet or C++, then this would be an ideal project to test out the new language.

Let us know how it went.


Will do, although it may take some time..

I liked C++ but 95% of the programming I learned was procedural style with very little OO, and since it is very easy (for me at least) to slip out of OO style then I think Java is where I'm looking to go, especially as thats what I'm using all year on my course. I do however know very little (useful in terms of this) Java so it's research time, yay!

Afro

Reply With Quote
  #4  
Old February 10th, 2006, 04:44 AM
BraBo BraBo is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2005
Posts: 86 BraBo User rank is Lance Corporal (50 - 100 Reputation Level)BraBo User rank is Lance Corporal (50 - 100 Reputation Level)BraBo User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Day 21 h 37 m 35 sec
Reputation Power: 3
Lightbulb

Quote:
Originally Posted by afro
(...) Java is where I'm looking to go, especially as thats what I'm using all year on my course (...)

For what i have heard (and scripts I've seen on the net), Java is very similar to C# (or the other way around).
If you are learning Java academically, then you shouldn't have any problem exploring C# as well. Try it.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreSoftware Design > Language of choice for windows app importing graphics from web?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT