New progress with GUI picker

Just a news flash and update about GUI picker project I told you about in first post, the project is live and working and is basically ready for alpha version, after testing and after I make sure there are no more big bugs it will be released free of charge to the 3d community you can check out video about this alpha version below.

Post to Twitter

Code Project Article

I published my first article at the code project, article is about seekBar its a C# control I have made as a part of much larger project. This seekBar that i have made is intended to track progress of any media while playing, make it possible to seek and jump on different times also it has a limiters on top so playing media can be limited to certain time. Article, source and examples are located on code project site here

Post to Twitter

Copy files in C# with progress report

On my last project I had need for my application to copy files or folders (including sub dir structure). I right away had idea how simple that is, I’m sure you are thinking it too File.Copy() would suffice. Using that would give me simple copying routine and I could go along dir structure with recursion and just copy files and create directories, for a progress report I could be using ReportProgress() of the BackgroundWorker to say copying of file is done and then can iterate scroll bar with max set to total number of files. And this would work nice but I wondered if I could do it more elegant, what if user copies one big file the scrollbar would just sit there like stuck until that one file copying is finished, I needed a way to report progress how much byes of single file is copied… Read more

Post to Twitter

Hello to You!

This is officially the first post on this blog. Since i do allot of different stuff this blog will probably have posts about programming, 3d, cg, cooking, photography, games and who knows what else.But not to forget my manners let me introduce my self to you, Read more

Post to Twitter