Welcome To Your Online Programming Gallery
31 registered members
About Us
|
Contact Us
|
Site Map
E-mail :
Password :
Remember me?
Lost your password?
Home
C# programming
C# Projects
C# Basics
Forms and Windows
Multimedia Programming
Control
Network Programming
Dialog Controls
.Net Framework
Windows
FAQ's for windows
Latest updates
Trouble Shooting
Windows Tips and Tricks
VB
Database Programming
COM in VB
Forms and Controls
VB Basics
PHP
Ajax in PHP
articles
PHP for Beginners
VC++
Win32
General MFC
Thread /Processes and IPC
String Handling
Date time
Dll Programming
Database Programming
Multimedia
Internet Programming
Network Programming
Debugging
WTL/ATL/MFC ATL
COM
Files and Archives
Windows Controls
List Controls
Edit Controls
Button Control
Dialogs And windows
Windows Architecture & Concepts
C++
Win32
C++ Data Structures
COM
Classes
OOPS
C
C Basics
Win32
Data Structures
Functions
structures
Pointers
Tutorials
Post Articles
Discussion Forum
Tech News
About us
Contact Us
Advertise with us
SUBSCRIBE NEWS LETTERS :
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
Most Mailed
Mostly Read
Most Rated
Using tray icon in C++
Tutorials in C Part 1
Windows - timer API
Combo box in Visual C++
Working with C# Classes
Using tray icon in C++
How to use C# control statements and Loops part 2
Ajax in PHP
Attaching a Menu to window using MFC and CMenu
Simple window using win32
Enumerating drives in a System
How to use C# control statements and Loops part 2
Using tray icon in C++
How can i regain the internet bandwidth used by windows
Ajax in PHP
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