• androidimg
  • phpimg
  • c++img
  • javaimg
  • netimg
  • Android Programming

    Android software development is the process by which new applications are created for the Android operating system. Applications are usually developed in the Java programming language using the Android Software Development Kit.

  • PHP Programming

    PHP is a server scripting language, and widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

  • C++ Programming

    C++ is one of the most popular object oriented programming languages and is implemented for both hardware and operating system platforms. C++ is also used for hardware design, where the design is initially described in C++, then analyzed, architecturally constrained, and scheduled to create a register-transfer level hardware description language via high-level synthesis.

  • Java Programming

    Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files are compiled into a format called bytecode.

  • .Net Programming

    Microsoft describes .NET as a set of software technologies for connecting information, people, systems, and devices. This new generation of technology is based on Web services-small building-block applications that can connect to each other as well as to other, larger applications over the Internet.

Thursday 9 October 2014

Posted by Venika Emy
No comments | 01:31
Project Description: Salary Management System or Pay Slip Generator Application project is a windows application project used for calculates the monthly salary of an employee on the basic of Allowance, Bonuses, Provident Fund Medical Deduction and Other Benefit. This project builds in .net framework 3.5 using c sharp language.

Salary Calculate Windows Application Project in C Sharp

Features of Salary Calculate Application Project:
  • Build in single windows form.
  • Platform independent.
  • Easy customization(add or delete fields).
  • One click edit and reset feature.
download
ProSourceCode:
On Button Click Even:
        private void button1_Click(object sender, EventArgs e)
        {
            int sal = 0;
            sal += int.Parse(comboBox2.Text);
            if (checkBox1.Checked == true)
            {
                sal += 5000;
            }
            if (checkBox2.Checked == true)
            {
                sal += 5000;
            }
            if (checkBox3.Checked == true)
            {
                sal += 5000;
            }
            if(checkBox4.Checked==true){
                sal +=5000;
                sal += (10000 * listBox1.SelectedIndices.Count);
            }

            if (checkBox5.Checked == true)
            {
                sal -= 1500;
            }
            if (checkBox6.Checked == true)
            {
                sal -= 2500;
                
            }
            textBox2.Text = sal.ToString();
        }

       

0 comments:

Post a Comment

About Us

We provide excellent programming solutions & supports in an easy ongoing development environment.
Sitemap