Welcome To Your Online Programming Gallery
    31 registered members About Us| Contact Us | Site Map 
         
      E-mail :     Password :                 Lost your password?

 


 
Latest Articles
A simple Payroll Project (C# programming)  - shine joseph
  A simple Payroll Project This is only a demo on a payroll project that I was done as an academic project. It will explain
List your pc's tasks from command prompt (Windows)  - baranee dharan
  You can use your command prompt to list your process of your PC instead our normal Crtl+Alt+Del.
Hidden Windows Components (Windows)  - baranee dharan
  Some of the windows components has been hidden from the user to install/uninstall.
DCOM Programming Introduction (VB)  - baranee dharan
  DCOM Programming Introduction
Ajax in PHP (PHP)  - alpha shine
  Most of the web developers used JavaScript to develop more user friendly programming practices. But the problem with JavaScript is that if we wa
Handling Files and how to Upload a file (PHP)  - alpha shine
  The function fopen() is used to deal with files. The function is having two parameters, one the filename and the other the mode in which we want to op
Php Forms and GET and POST methods (PHP)  - alpha shine
  Php forms are simple forms with elements. Strictly speaking, the forms are html forms and they are automatically available to php scripts.
How to make tables in php by taking the number of rows and columns from a Form. (PHP)  - alpha shine
  First we will create a form to input the number of rows and columns. The form should be look like this.
PHP tutorials Part 2. (Conditional Statements and loops in php ) (PHP)  - alpha shine
  Similar to ant other programming languages ,Php also uses some looping and control statements for better programming practice.Suppose if we want to p
How to Read the content of a WebPage Using MFC and C++ (VC++)  - shine joseph
  Once when I see the view source Menu Item in the Internet Explorer. I tried to create a sample that will read a webpage from the web server and displa
Some of the Common MFC Facts and Tips. (VC++)  - shine joseph
  Here I like to share some of the MFC common questions and answers that is essential for an MFC programmer to understand. I am telling you to go deep i
Tutorials In PHP (PHP)  - alpha shine
  What is php?, Php-HypertextPreProcessor. Php is a server side scripting language which is used by web developers to write dynamically generated
Tutorials in C Part 1 (C)  - shine joseph
  C language was developed by Dennis Ritchie at Bell laboratories in the late 1970’s. It is derived from the Languages BPCL and B used to cr
Windows - timer API (VB)  - baranee dharan
  Windows timer API to avoid the timer control problem
Combo box in Visual C++ (VC++)  - baranee dharan
  Combo box is a very important and simple control for application programmers. Lets have a look at it.
View all
Featured Zone
A simple Payroll Project (C# programming)
By : shine joseph
  A simple Payroll Project This is only a demo on a payroll project that I was done as an academic project. It will explain
List your pc's tasks from command prompt (Windows)
By : baranee dharan
  You can use your command prompt to list your process of your PC instead our normal Crtl+Alt+Del.
Ajax in PHP (PHP)
By : alpha shine
  Most of the web developers used JavaScript to develop more user friendly programming practices. But the problem with JavaScript is that if we wa
Handling Files and how to Upload a file (PHP)
By : alpha shine
  The function fopen() is used to deal with files. The function is having two parameters, one the filename and the other the mode in which we want to op
View all
Editors Choice
  A simple Payroll Project (C# programming)
By : shine joseph
  A simple Payroll Project This is only a demo on a payroll project that I was done as an academic project. It will explain
  List your pc's tasks from command prompt (Windows)
By : baranee dharan
  You can use your command prompt to list your process of your PC instead our normal Crtl+Alt+Del.
  Hidden Windows Components (Windows)
By : baranee dharan
  Some of the windows components has been hidden from the user to install/uninstall.
  DCOM Programming Introduction (VB)
By : baranee dharan
  DCOM Programming Introduction
  Ajax in PHP (PHP)
By : alpha shine
  Most of the web developers used JavaScript to develop more user friendly programming practices. But the problem with JavaScript is that if we wa
View all
VC++
How to Read the content of a WebPage Using MFC and C++
By : shine joseph
  Once when I see the view source Menu Item in the Internet Explorer. I tried to create a sample that will read a webpage from the web server and displa
Some of the Common MFC Facts and Tips.
By : shine joseph
  Here I like to share some of the MFC common questions and answers that is essential for an MFC programmer to understand. I am telling you to go deep i
Combo box in Visual C++
By : baranee dharan
  Combo box is a very important and simple control for application programmers. Lets have a look at it.
Drawing in VC++
By : baranee dharan
  This article explains how to draw a line using mouse in a form using VC++.
Attaching a Menu to window using MFC and CMenu
By : shine joseph
  How to attaching a Menu to a window. Here is the Sample on it For attaching a Menu. you can do it by 2 ways.
View all
Windows
List your pc's tasks from command prompt
By : baranee dharan
  You can use your command prompt to list your process of your PC instead our normal Crtl+Alt+Del.
Hidden Windows Components
By : baranee dharan
  Some of the windows components has been hidden from the user to install/uninstall.
How can i regain the internet bandwidth used by windows
By : shine joseph
  Here is a trick to limit the internet bandwidth usage by the windows .
C# programming
A simple Payroll Project
By : shine joseph
  A simple Payroll Project This is only a demo on a payroll project that I was done as an academic project. It will explain
Working with C# Classes
By : shine joseph
  In C# objects are represented by classes. A class is having attributes and methods. A class is used to create an object. For Example suppose you are h
How to use C# control statements and Loops part 2
By : shine joseph
  For a software it’s functionality can be inbuilt by using expressions. You need to do a lot of decision and looping for your purpose. For Exampl
How to use C# control statements and Loops part 1
By : shine joseph
  For a software it’s functionality can be inbuilt by using expressions. You need to do a lot of decision and looping for your purpose. For Example if
C# Operators
By : shine joseph
  C# having a complete set of language operator elements for writing expressions. An expression is a set of keywords or tokens that will combine t
View all
VB
DCOM Programming Introduction
By : baranee dharan
  DCOM Programming Introduction
Windows - timer API
By : baranee dharan
  Windows timer API to avoid the timer control problem
C
Tutorials in C Part 1
By : shine joseph
  C language was developed by Dennis Ritchie at Bell laboratories in the late 1970’s. It is derived from the Languages BPCL and B used to cr
PHP
Ajax in PHP
By : alpha shine
  Most of the web developers used JavaScript to develop more user friendly programming practices. But the problem with JavaScript is that if we wa
Handling Files and how to Upload a file
By : alpha shine
  The function fopen() is used to deal with files. The function is having two parameters, one the filename and the other the mode in which we want to op
Php Forms and GET and POST methods
By : alpha shine
  Php forms are simple forms with elements. Strictly speaking, the forms are html forms and they are automatically available to php scripts.
How to make tables in php by taking the number of rows and columns from a Form.
By : alpha shine
  First we will create a form to input the number of rows and columns. The form should be look like this.
PHP tutorials Part 2. (Conditional Statements and loops in php )
By : alpha shine
  Similar to ant other programming languages ,Php also uses some looping and control statements for better programming practice.Suppose if we want to p
View all
Tech News
  Digital Content Wherever You Want It
  'Star Wars' fans flock to video game launch
  Intel rolls out computer chip with six brains
  Google considers moving to boats
  HP laptop claims to break 24-hour battery life barrier
  Another Gadget Overheating Issue: Sony Recalls 440,000 Vaios
  Review: Google Chrome lacks polish under the hood
  Nokia introducing unlimited music downloads
  Steve Jobs? obituary doing rounds while he is still alive
  World phone broadband at Rs 95 per month
  Internet addiction syndrome in Britain
  First impressions of Google?s new browser
  Lighter than Air? Samsung X360 Unveiled
  Energy Efficiency Standard for Servers Moves Forward
Survey
WIll The Windows 7 will help microsoft to gain the ground that was lost because of bad user rating amoung vista
Yes
No
Don't Know

       

 
Untitled Document
 
Tech Resources:Home| Post Articles| Tech News
The Programming Gallery:
About Us | Contact Us | Site Map
Copyright © 2008 programminggallery.com All Rights Reserved Programminggallery.
Republication or redissemination of the contents of this screen are expressly prohibited without the written consent of Programminggallery