MultiThreading Delegates and Fun with controls

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
5 posts Page 1 of 1
Contributors
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

ok so i have been working with MultiThreads and Delegates as of late.
and found out that using these methods are a lot of fun.
So i made this little project application to help other learn how to use them as well.
all this really is, is a app that reads xml files and loads the data from the selected xml file
into a listview control. you can add, edit and delete any item in the listview control.
and all of it is handled thru threads and delegates.

when you edit a item in the listview, you will see the item being updated as you type the new values.
i made a video so you guy could see what is happening.

i am releasing the soure to this project cause i want the one who want to learn... Learn!

now what i have done is added all the files you will need.
i also placed comments in as many places as i could seeing how it is 5:45 in the morning and i have been
working on this all night for you guys.

a lot of the method and functions i used in this project i also use on the SLPE project.

this source will cost you 25 credits. but for those who download it and learn something, you will have spent those credit
on a good cause.


this project was built using:
Visual Studio Express 2012 for Desktop
Framework 4.5


Image
Image
Image
Image
http://youtu.be/zqOvR7Q00mU

if you have any question or comments please feel free to PM me or come find me in chat.
i will do the best i can to answer your question.

if you would like a simple example of this project without all the added events then let me know
and i will see what i can do for you.
Tutorial - MultiThreading with Delegate.zip
You do not have the required permissions to view the files attached to this post.
Image
User avatar
AnoPem
VIP - Donator
VIP - Donator
Posts: 441
Joined: Sat Jul 24, 2010 10:55 pm

Is it possible to open this with VS2010?
https://t.me/pump_upp
User avatar
noypikami
VIP - Donator
VIP - Donator
Posts: 151
Joined: Sat Dec 22, 2012 1:49 am

the theme is nice, pretty cool... nice project as well...!
just one question.. on the first image, is it a listview or a usercontrol on a flow layout panel?
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

noypikami wrote:
the theme is nice, pretty cool... nice project as well...!
just one question.. on the first image, is it a listview or a usercontrol on a flow layout panel?
that is no theme. it is windows 8.
and it is a ListView Control

thanks for the comments.
Last edited by Scottie1972 on Mon Feb 25, 2013 12:29 am, edited 1 time in total.
Image
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

AnoPem wrote:
Is it possible to open this with VS2010?
Not sure.
I used Visual Studio 2012 to build this.
Image
5 posts Page 1 of 1
Return to “Source-Code”