Skip to main content

Blog

Ubuntu 12.04 - Eclipse Installation

Eclipse IDE (Integrated Development Environment) is a multi-language software development environment and an extensible plug-in system.

It can be used to develop applications in Java and, by means of various plug-ins, other programming languages including Ada, C, C++, COBOL, Haskell, Perl, PHP, Python, R, Ruby (including Ruby on Rails framework), Scala, Clojure, Groovy and Scheme. It can also be used to develop packages for the software Mathematica.

C# DataGridView Tips and Tricks

Inforbiro is an Information Technology and Marketing Agency with its own Internet marketing network BlicKlik. We have a lot of experience in software development as well as in Internet marketing and advertising. We constantly try not only to develop great web sites, mobile, desktop or facebook applications but also to share our knowledge.

C# - DataGridView - Confirmation Dialog on Row Delete

It is very useful to have a logic for asking user for the confirmation if he/she wants to delete a row in the DataGridView control by hitting the Delete key.

C# - DataGridView - Commit Data to Database On Toolstrip Button Click

Toolbars and menus do not force validation for controls  in the DataGridView control.

Validation is a required part of validating and updating  the data in a bound control. After the all controls on a form (together with the form itself) are validated, the changes can be commited. At the end, the table adapter needs to send the changes back to the database.

To achieve this, use the next lines of code in a click event handler on the form:

GIMP 2.8 - What's New

GIMP (GNU Image Manipulation Program) is a free and open source software image retouching and editing tool[4] and is freely available in versions tailored for most popular operating systems including Microsoft Windows, Apple Mac OS X, and Linux.