Tuesday 12 February 2019

Asanica

Asanica Software House Located in Swat Pakistan

Asanica Derived From?

Asanica is basically derived from the pashto sentence "Asaan ee Kaa", which mean that "Make it Easy", so it form "Asanica"

Asanica Provides:

1) Desktop Applications
2) Web Applications
3) Website Designing
4) SEO
5) Embedded Systems

Website: www.asanica.com
Facebook: fb.me/AsanicaSoftwareHouse
Contact: +923463174982
Email: Info@asanica.com





Friday 27 April 2018

Copy one Combo Box items to another C#

Copy one Combo Box items to another C#

I just want to copy the items of classCombobox to comboBox1

so start a loop!
it will completely copy all the items from classCombobox to comboBox1

[Code]

 for (int i = 0; i < classCombobox.Items.Count; i++)
                {
                    comboBox1.Items.Add(classCombobox.Items[i].ToString());
                 
                }

Tuesday 20 March 2018

Configuration Manager is missing in C# Visual Studio

Explanation:

The error occur when you keep your database connection string in Config file, and when you are retrieving your connection from Config file, you are using

string str = System.Configuration.ConfigurationManager.AppSettings["myconnection"];

But it shows the error


Solution:

Just go to Solution Explorer in your visual studio and right click on Reference and select add reference, in the new window select System.Configuration and click Ok.

Your Problem Solved!

Tuesday 6 February 2018

Shop Management System


Shop Management system using bar code scanner and receipt printer. First you have to store all your products in the system, and after that you can scan it via Bar Code scanner if available if not available you can do it manually. It has many option and modules which will make your system automatic, fast and easy. The main purpose of this system is to save TIME. This system answer the following question? 1) I want to prepare receipt for customer in minimum time? 2) I want to calculate the total amount directly without calculator? 3) I am tired of searching expired Items in my shop? 4) I want to be alarmed before 1 month of items expiry? 5) I am tired of searching Required Items in my shop? 6) I don’t know what is my daily, monthly and yearly profit ? 7) I don’t know what is my daily, monthly and yearly outcome? 8) I don’t know what is my total current asset? 9) I am willing to find available products quickly in my shop? 10) I am willing to find which products are earning high profit? And Many more!!!


Sunday 15 October 2017

What are the main programming languages any student should learn? Why?

First find your interest?

What is your target?
  • Web Development
  • Desktop Development
1. If you select Web Development then you have two choice, you have to select one! (There are many more but i am talking about these two)
  • PHP + MySQL+xampp  Server
  • ASP.NET + SQL+IIS Server
if your background is from .NET then definitly you will select ASP.NET, and the database which you will use will be SQL, you can use MySQL as well.
If you choose PHP then you will use Xampp server and MySQL, you can also use SQL.
2) If you choose Desktop Development then you have multiple choices like C++, Java, C# Windows form.

But my suggestion is C# window form is best because when you learn C# window form, then easily you can learn Asp.NET with less affort.

Note: CSS3 + HTML5 + BootStrap+ Ajax + Jquerry can be used in PHP as well as in ASP.NET

Thursday 25 May 2017

How to show computer all drives names in C#

Please follow the following steps!


1) First open a new project in Visual Studio (any version)

2) Drag a button to your form from toolbox and name it what you want!, in my case i have assigned button4

3) Click on the button which you have dragged

4) Write the following code in button4_click event



  private void button4_Click(object sender, EventArgs e)
        {

            //Initialise an array 
            string[] drives = System.IO.Directory.GetLogicalDrives();

            foreach (string str in drives)
            {
               //show the drives names in MessageBox
                MessageBox.Show(str);
            }
        }


Wednesday 26 October 2016

Attaullah Khan

Introduction:
                     Attaullah Khan is Computer Engineering students at BUITEMS University Quetta Balochistan, He is working in Ocean Lord International Company as Software Developer, also team member of NextLinks company. Attaullah khan is working in a research with Computer Engineering Department Head, the research is basically about "How to stop getting spam emails". he has built more than 12 projects in .NET technology and has been working on .NET since 2 years.


                                                                  
                                 Picture of getting a CPD point after attending workshop