BCA Raipur - BCA Notes S-1

Post your notes and other just by mailing us at bcaraipur@live.com

google search

Popular Posts


Welcome to BCA Notes

>>>>>>>>>>>>>>>>

Visitors

Search This Blog

Blogger templates

Visitor Map


Monday, 29 December 2014

Java Script Redirect to new page Location!!!

Java Script  Redirect to new page Location!!! <head> <script type="text/javascript"> <!-- function Redirect() {     window.location="http://www.bcaraipur.blogspot.in"; } document.write("You will be redirected to main page in 10 sec."); setTimeout('Redirect()', 10000); //--> </script> </head> Copy,  Paste this code as index.html and open it in web browser Note:- You will be redirected to Home page in 10 sec....

Friday, 26 December 2014

Vb.net oops

VB.Net is an object-oriented programming language. In Object-Oriented Programming methodology, a program consists of various objects that interact with each other by means of actions. The actions that an object may take are called methods. Objects of the same kind are said to have the same type or, more often, are said to be in the same class. When we consider a VB.Net program, it can be defined as a collection of objects that communicate via invoking each other's methods. Let us now briefly look into what do class, object, methods and instant...

Vb.net hello World building first program

Before we study basic building blocks of the VB.Net programming language, let us look a bare minimum VB.Net program structure so that we can take it as a reference in upcoming Posts. VB.Net Hello World Example A VB.Net program basically consists of the following parts: Namespace declaration A class or module One or more procedures Variables The Main procedure Statements & Expressions Comments Let us look at a simple code that would print the words "Hello World": Imports System   Module Module1    'This program will display Hello...

Vb.net Introduction-II

Visual Basic .NET (VB.NET) is an object-oriented computer programming language implemented on the .NET Framework. Although it is an evolution of classic Visual Basic language, it is not backwards-compatible with VB6, and any code written in the old version doesnot compile under VB.NET. Like all other .NET languages, VB.NET has complete support for object-oriented concepts. Everything in VB.NET is an object, including all of the primitive types (Short, Integer, Long,String, Boolean, etc.) and user-defined types, events, and even assemblies. All...

Vb.net Introduction

VB.Net Programming Tutorial VB.Net is a simple, modern, object- oriented computer programming language developed by Microsoft to combine the power of .NET Framework and the common language runtime with the productivity benefits that are the hallmark of Visual Basic. This tutorial will teach you basic VB.Net programming and will also take you through various advanced concepts related to VB.Net programming Language. Audience This tutorial has been prepared for the beginners to help them understand basic VB.Net programming. After completing this tutorial,...

Monday, 22 December 2014

Syllabus BCA IV VB.NET

                    MSIT/BCA/401 Programming Using VB.NET VB.NET   MODULE 1:  Introduction to .NET: - NET Framework features & architecture, CLR, Common Type System, MSIL, Assemblies and class libraries. Introduction to visual studio, Project basics, types of project in .Net, IDE of VB.NET- Menu bar, Toolbar, Solution Explorer, T001b0x, Properties Window, Fonn Designer,...

Sunday, 21 December 2014

Js example

Try this js example <html> <head> <script type="text/javascript"> <!-- function sayHello() { alert("Hello Dear!!") }//--> </script> </head> <body> <input type="button" onclick="sayHello()" value="Say !!!!" /> </body> </html> Save it as js.html Go to chrome Type this file:///storage/sdcard0/js.html No need to have internet connection! ...

Tuesday, 16 December 2014

Trial balance vs Balance sheet

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in...

Accounting

Normal 0 false false false EN-US X-NONE X-NONE ...