Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Scripting Languages (http://www.programmingforums.org/forum39.html)
-   -   Programming a simple GUI (http://www.programmingforums.org/showthread.php?t=13167)

bulio May 18th, 2007 9:55 AM

Programming a simple GUI
 
1 Attachment(s)
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 :)

Wizard1988 May 18th, 2007 10:22 AM

I think it would be the quickest language to write this in.

melbolt May 18th, 2007 10:27 AM

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.

bulio May 18th, 2007 10:56 AM

Quote:

Originally Posted by melbolt (Post 127994)
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.

ReggaetonKing May 18th, 2007 11:03 AM

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/

Infinite Recursion May 18th, 2007 2:01 PM

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#).

crawforddavid2006 May 18th, 2007 3:53 PM

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.

ReggaetonKing May 18th, 2007 4:44 PM

I provided a link to the SharpDevelop download page in my previous post.

crawforddavid2006 May 18th, 2007 8:29 PM

Quote:

Originally Posted by reggaeton_king (Post 128001)
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:

andro May 18th, 2007 9:08 PM

Quote:

Originally Posted by crawforddavid2006 (Post 128002)
Ah, so you did...

...how are we supposed to know you didnt add that after i posted?!:eek:

I saw it there..


All times are GMT -5. The time now is 12:46 AM.

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