Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old May 18th, 2007, 9:55 AM   #1
bulio
Hobbyist Programmer
 
bulio's Avatar
 
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 5 bulio is on a distinguished road
Programming a simple GUI

Hi everyone,

A long time ago, I created a product submit forum so that our company could easily send me information on what products should be added or removed to our website. It was made in C#.

Since we haven't used the program yet (The website is still waiting to go live), the program has been sitting around, and I've lost the sourcecode (Windows crashed, lost my Visual Studio express project files), and the current .exe I have doesn't work properly.

What the program does is have the user fill out a simple form, then e-mails the contents of said form to me. Attached is a photo of the entry forum. I'm planning on creating a newer more revised version of the program, and I'm wondering if I should do it in C# or something else. C# was working initially, but I've had a lot of problems with the Visual studio express (and for some reason, I can't get Visual Studio working). The target platform for the application is Windows.

My question is, is there a better suited language to program this in (ex. Quicker to build, easier to maintain, no need to install additional frameworks on machines)? I'm thinking perhaps C++ and a toolkit such as Qt, but would that be more difficult and time consuming?

Thanks all
Attached Images
File Type: jpg form.jpg (30.2 KB, 95 views)
bulio is offline   Reply With Quote
Old May 18th, 2007, 10:22 AM   #2
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 417
Rep Power: 3 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
I think it would be the quickest language to write this in.
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old May 18th, 2007, 10:27 AM   #3
melbolt
Hobbyist Programmer
 
melbolt's Avatar
 
Join Date: Feb 2005
Location: PA, USA
Posts: 237
Rep Power: 4 melbolt is on a distinguished road
Send a message via AIM to melbolt Send a message via Yahoo to melbolt
here's a suggestion that would make this even cooler. instead of having it email you, have it put it directly in the database and the site will update itself dynamically. instead of you having to receive the email and then manually type it in the database or put it on the site or however you are doing it.

oh and i would use c# or vb .net if it were me, but its up to you how you want to do it.
__________________
I have never let my schooling interfere with my education. -Mark Twain-

Xbox live gamertag: melbolt
melbolt is offline   Reply With Quote
Old May 18th, 2007, 10:56 AM   #4
bulio
Hobbyist Programmer
 
bulio's Avatar
 
Join Date: Jul 2004
Location: Location
Posts: 138
Rep Power: 5 bulio is on a distinguished road
Quote:
Originally Posted by melbolt View Post
here's a suggestion that would make this even cooler. instead of having it email you, have it put it directly in the database and the site will update itself dynamically. instead of you having to receive the email and then manually type it in the database or put it on the site or however you are doing it.

oh and i would use c# or vb .net if it were me, but its up to you how you want to do it.
Yeah, I thought of doing it this way, but the only problem is that I need to manually verify all of the content that is being added first.
bulio is offline   Reply With Quote
Old May 18th, 2007, 11:03 AM   #5
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Use C# and use SharpDevelop for your C# IDE. Since you are having trouble with Visual Studio. I think it's great and very productive and best of all, FREE! I develop my C# program using SharpDevelop.

Here's a link: http://www.icsharpcode.net/OpenSource/SD/Download/
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old May 18th, 2007, 2:01 PM   #6
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I agree with the others, stick with C#.

As reggaeton_king mentioned... SharpDevelop is a good alternative to Visual Studio (its limited to vb and c#).
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old May 18th, 2007, 3:53 PM   #7
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 579
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Stick with C# and use SharpDevelop, Visual Studio is over rated, and if you dont want to program in .Net 2.0, then get one of the older versions of SharpDevelop, i think they still have the .Net 1.1 version of SharpDevelop on their site. Just google SharpDevelop and its either the first or second link.
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old May 18th, 2007, 4:44 PM   #8
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
I provided a link to the SharpDevelop download page in my previous post.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old May 18th, 2007, 8:29 PM   #9
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 579
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
Quote:
Originally Posted by reggaeton_king View Post
I provided a link to the SharpDevelop download page in my previous post.
Ah, so you did...

...how are we supposed to know you didnt add that after i posted?!:eek:
__________________
Quote:
Originally Posted by DaWei View Post
Well, it's better than Pen Islands url....;)

crawforddavid2006 is offline   Reply With Quote
Old May 18th, 2007, 9:08 PM   #10
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 294
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Quote:
Originally Posted by crawforddavid2006 View Post
Ah, so you did...

...how are we supposed to know you didnt add that after i posted?!:eek:
I saw it there..
andro is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A simple programming question punter C# 8 Jan 5th, 2006 4:04 PM
Autonomous Game Agent - A simple programming game Dameon Coder's Corner Lounge 13 Sep 27th, 2005 5:37 PM
Need help... If / else simple programming... showmaak C++ 4 Mar 21st, 2005 3:01 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:47 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC