visual studio 2017

Class PdfTable

Submitted by nabres on
I created a class PdfTable, which helps you easily make the tables in pdf. You can add columns, rows, change font, color, insert text. I create a method (Wrapper) that breaks the text, so it fits into the size of the cell.

File Search

Submitted by nabres on
If you want to quickly find some files, from your computer, then you will find this program useful. After finding the files, you can double click on one of them and it will open. Can successfully replace the search from windows, it's fast and easy to work. I'm glad I can help those who want to learn.

File Explorer

Submitted by nabres on
It looks like windows explorer, but has 2 display panels. The program was designed to exemplify how to work with files and folders. You can open, copy, move, delete or rename files. I will let you bring the improvements, you consider necessary, to become a professional program :)

Calendar

Submitted by nabres on
This is the simple calendar. Also includes an agenda for recording daily events. It's written in Visual Studio CSharp 2017. I hope you will be useful and learn something from it.

Cool Calculator

Submitted by nabres on
This is the simple and cool calculator, with nice glassbuttons. Besides the basic operations, it has also implemented the power up and extraction of the square root. Also the glass buttons are implemented as well usercontrol and can be used in other applications. Enjoy it and hope to be helpful.