Hey guys,
I had a simple requirement of a one screen app with
- TextBox
- TextBlock
- Button
- String from resx file
The Screen looks like below:
Here is the video for the app.
The Souce code is available here.
My applications
Hey guys,
Recently I had a requirement in which I had to run an application directly from a DVD. So I made a demo application so that I can share it with you guys.
So first of all we need to create a player inside which the video will play. So add the following code to your xaml file of the window
Now we need to add the event handler for these events in our code behind. These can easily be converted to Commands but I did not bother as I wanted to keep it simple. So we add the following code to the code behind of our window.
Now we make sure we have the media already present in our application. So we add a Media folder into our application and we add the a video named Lake.wmv to it. And sure it has properties set as shown.
Now you can build and run the application.
To run it from the DVD we need to create an ISO file which we can write to a DVD. So create an ISO file I have used Magic ISO Maker which looks something like below.
I then browse to the bin folder of my application and drag all the files and folder in it on to the blank area above and create the ISO.
Now we can write this ISO to a DVD or just run it using a virtual drive.
We can browse the DVD and run the application.
The source and ISO can be downloaded here.
Any questions, comments or feedback is highly appreciated.
Hey guys,
I am sharing my latest application which is a address book developed in WPF and C# using MVVM pattern.
Following are the features of the application.
You can download the Source code and the executeable below.
Feel free post any questions, comments or feedback.
Hey Guys,
A couple of times a faced an issue while working on code. I wanted to check which files I edited since yesterday or since a specific date as in a folder, so i developed an application which which will find the modified files in the selected folder after the specified date and time.
Below you can find the installer. Source Code and Executeable for the
Download the source code for ModifiedFilesFinder 1.0 @OneDrive or @Google Drive
Download the installer for ModifiedFilesFinder 1.0 @OneDrive or @Google Drive
To run the application you need to download the files above.
Any feedback, comments or questions are most welcomw.