Default image

Mos

How to Install VB6 on Windows vista , 7 and 8

Create a 0-byte file in the C:\Windows directory called msjava.dll. Don’t just install via the Autorun executable; instead browse the Visual Studio 6 CD (or folder), right-click Setup.exe and select Run As Administrator. On any Program Compatibility Assistant warnings, click…

What is IME Mode

  Input Method Editor: An IME is a program that enables users to enter complex characters and symbols, such as Japanese Kanji characters, using a standard keyboard. The ImeMode property is typically set to ImeMode.Off for a TextBox control that…

Database and ASP .NET

  When we talking about database in any application, accessing a data is first things which is look very important. Representing data in application is very important, and its a key to success. In ASP .NET you have several options.…

How to create new ASP .NET project

  For start you can run Visual Studio 2010 and fallow the instruction: File -> New -> Website 2. In this step you can chose ASP .NET Web Site and at left part you can select your prefer language c#…

ASP .NET Introduction

    ASP .NET is Object Oriented Programing (OOP), because its part of .NET framework, so it take a full advantage of the OOP capability. ASP.NET Web pages, known officially as Web Forms, web form are contained in files with…