Posted: Mon Dec 24, 2007 2:38 pm Post subject: [C#] - ALbprogram, source code for UI and a picture
hi ho, this is my first attempt at a program that has some kind of functionality and since I don't want a fugly UI i'm putting up pictures and source code so YOU can tell me your thoughts about it.
features will be few and simple:
* adding a path to an .exe file which later can be executed by the program
* open the .exe file mentioned above, choosing from a listbox
* edit/remove the added paths.
The list of strings will be stored in a .ini file and I will use some kind of CreateProcess() method to start the .exe (thinking about using regkeys instead of paths to .exe files)
I also have a question, what's the major differences between VS05 / VS08? (C# express edition)
Here's picture of the 2 forms and I've uploaded the code in a .rar file
btw, merry christmas
EDIT: Because I was lazy, I opened Form1's code by clicking it in the design, thus creating this snippet of code automatically. My problem is if I remove it I will get an error when I compile, how do I remove it without getting the error?
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
Posted: Mon Dec 24, 2007 3:07 pm Post subject:
When that happens, I just delete the line of code, and when it throws the error, double click on the error, and delete the line that it's referring to.
~~
I think that the major differences are Linq (queries), and extension methods (I don't really want to go in depth about, just Google).
~~
Also, to get in the code, just hit F7 _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum