Tag Archives: C Sharp

14Sep/13

Arrangement of the application interface

In order to make your application as one of the best (user like), the arrangement of the application interface is important. Means, you need make sure your flow application is smooth where user already understand your application with first time using it. In other word it is call “user friendly”. Here some tips to achieve […]

08Sep/13

Convert string to int

Description  above coding i use for my int the coding also can be use for “double”, “float” and all related numbers coding this coding also can be use for this error ” Cannot Implicitly type ‘string’ to ‘int’ “. this coding mostly use during writing Open and Save button.