DCSIMG
Example - Maxim

Browse by Tags

All Tags » Example (RSS)
Some .Net applications are required to run as single instance process (at startup, each process “ensures” that he’s unique). This requirement may come from licensing issues, technical and/or other reasons. Quick search in Google will provide a variety of solutions , most of them are based on WindowsFormsApplicationBase object from VB.Net, usage of Mutex object and other techniques. I don’t like mixing VB with C#, and also Win-Forms solution isn’t “pure” enough for WPF applications. So I wrote my...
Recently, I deal with UML design in EA, also I design DB Entities for DBML (Linq2Sql). In regular way, programmer creates DB table and imports it into VS solution as entity class for DBML. But, sometimes we need to create DB table from existing class...
In resumption to my previous post “ How to import 3D model to WPF from 3D Max ” I want to present the “ XAML exporter for Blender ” ( Blender is an open-source cross-platform 3D designer). if(Blender.Name == Blend.Name) {      Debug.WriteLine(“Wiiiiii !!!! :)”); } This post will guide you how to use this feature thru simple example. Software requirements for this guide: Blender 2.48a or later, Microsoft Expression Blend 2.0 (Final Release). SDK and Framework requirements: Microsoft...
I’m inviting you to take a part in testing of “ Keys Notificator ”. This is small and useful program for keyboard monitoring that can be used to monitor common keys as [Shift], [Ctrl], [Alt], [Caps Lock], [Scroll Lock] and [Num Lock]. Very useful to alert users about change in keyboard layout like language ([Alt] + [Shift] ENG <=> HEB) or capital letters. The “ Keys Notificator ” is an open-source project and is a part of my community contribution under GNU General Public License . The published...
Recently I’ve required to add Mouse-Wheel support in some of our Silverlight projects. Quickly discovered that unfortunately this feature isn’t supported in Silverlight 2.0. I found some post with sample code that solves this problem and made some changes in “MouseWheelHelper” class, also added “UIElementExtender” class that extends classes that derived from "UIElement"....
This is an update for previous post . Added new function to read entire content of Excel File: ''' <summary> ''' Reads the data from excel file. ''' </summary> ''' <param name="strFilePath"> The file path. </param> ''' <returns> DataSet </returns> Public Shared Function ReadDataFromExcelFile( ByVal strFilePath As String ) As DataSet If strFilePath Is Nothing Then Throw New NullReferenceException...
Always wanted personal multi-touch cool display? - You don't need to buy any expensive hardware , just this... Great project from NUI-Group . So, what do we need to get this work? 1. Software: download ZIP file from here and extract in any folder on your hard disk (see minimum requirements before the installation). 2. Simple box (30cm x 30cm x 30cm). 3. Webcam . 4. Transparent surface (can be glass, fiberglass or disassemble your picture frame). 5. White paper (A4). 6. Build the "device"...
Educational Programs PS: Another cool program (very popular)
I have been driving (legally) for ages and ages One would think I would have noticed the little secret on my dash that was staring me right in the face the whole time. I didn’t and I bet you probably haven’t either. Quick question - what side of your car is your gas tank? If you are anything like me, you probably can’t remember right away. My solution is to uncomfortably stick my head out the window, strain my neck and look. If you don’t do this in your own car you definitely have done it in a borrowed...