66 registered members
About Us
|
Contact Us
|
Site Map
E-mail :
Password :
Remember me?
Lost your password?
Home
VB.Net
VB.Net Basics
For Beginers
C# programming
C# Projects
C# Basics
Forms and Windows
Multimedia Programming
Control
Network Programming
Dialog Controls
.Net Framework
SQL
My Sql
Oracle
MS Sql
Windows
FAQ's for windows
Latest updates
Trouble Shooting
Windows Tips and Tricks
JAVA
Java Script
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
Asp.Net
Sample Projects
Tutorials
Post Articles
Discussion Forum
Tech News
About us
Contact Us
Advertise with us
SUBSCRIBE NEWS LETTERS :
Latest Articles
STL containers - Deque
(C++) -
shine joseph
Deque are a kind of sequence container that also can be pronounced as double ended queue. Deque elements can be accessed by the using the iterators same as like the vectors elements.
STL containers - Vector
(C++) -
shine joseph
Vector is a sequence container as their elements are stored in a liner sequence. They are implemented as arrays inside and they can be accessed using the iterators and also by the element position or by the offsets on regular pointers to elements.
STL containers (Overview)
(C++) -
shine joseph
Stl containers are holding objects for storing of related objects. They are template libraries and allow you to define what container object you need to insert or contain in the container.
What is windows service? How to create windows service using .Net?
(C# programming) -
Thamil selvan J
The main function of windows service is to run the application in the background. Mainly creating service in long running executable applications, in earlier times we called as NT services
Autogenerate Playlists for ITunes in Directory Order
(C# programming) -
Shijo Joseph
This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
Add Client functionlity from serverside
(Asp.Net) -
baranee dharan
Add javascript functionality to a server control from server side (code behind).
Forms Authentication
(Asp.Net) -
baranee dharan
There are many authentication types are available in asp.net
In search for .net 4.0 Features - dynamic
(C# programming) -
Shijo Joseph
A small R&D for newly introduced feature in .Net 4.0 with regard to dynamic objects. Hope this would help beginners to have a quick start who want to know about what is there in dynamic.
PHP Part 1
(PHP) -
pon pandi
PHP data types
Manage your Registry
(VB.Net) -
baranee dharan
Access your machine's registry using VB.net
Featured Zone
STL containers - Deque
(C++)
By :
shine joseph
Deque are a kind of sequence container that also can be pronounced as double ended queue. Deque elements can be accessed by the using the iterators same as like the vectors elements.
STL containers - Vector
(C++)
By :
shine joseph
Vector is a sequence container as their elements are stored in a liner sequence. They are implemented as arrays inside and they can be accessed using the iterators and also by the element position or by the offsets on regular pointers to elements.
STL containers (Overview)
(C++)
By :
shine joseph
Stl containers are holding objects for storing of related objects. They are template libraries and allow you to define what container object you need to insert or contain in the container.
What is windows service? How to create windows service using .Net?
(C# programming)
By :
Thamil selvan J
The main function of windows service is to run the application in the background. Mainly creating service in long running executable applications, in earlier times we called as NT services
View all
Editors Choice
STL containers - Deque
(C++)
By :
shine joseph
Deque are a kind of sequence container that also can be pronounced as double ended queue. Deque elements can be accessed by the using the iterators same as like the vectors elements.
STL containers - Vector
(C++)
By :
shine joseph
Vector is a sequence container as their elements are stored in a liner sequence. They are implemented as arrays inside and they can be accessed using the iterators and also by the element position or by the offsets on regular pointers to elements.
STL containers (Overview)
(C++)
By :
shine joseph
Stl containers are holding objects for storing of related objects. They are template libraries and allow you to define what container object you need to insert or contain in the container.
What is windows service? How to create windows service using .Net?
(C# programming)
By :
Thamil selvan J
The main function of windows service is to run the application in the background. Mainly creating service in long running executable applications, in earlier times we called as NT services
Autogenerate Playlists for ITunes in Directory Order
(C# programming)
By :
Shijo Joseph
This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
View all
VC++
Introduction to DLL
By :
baranee dharan
This is an introduction to DLL using ATL in Visual C++.
A wrapper class to make binary database using CMap
By :
Antony Lawrence
I had to write certain persistent data into disk and retrieve it later. And I could make it using CMap. We can also make a complicated database. Haven't yet tried with large data but definitely good for a smaller size databases.
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.
View all
Windows
Service Controller
By :
baranee dharan
Using service controller we can create or manage windows service efficiently.
Control panel commands from Command
By :
baranee dharan
Control your "Control Panel" from command prompt
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
What is windows service? How to create windows service using .Net?
By :
Thamil selvan J
The main function of windows service is to run the application in the background. Mainly creating service in long running executable applications, in earlier times we called as NT services
Autogenerate Playlists for ITunes in Directory Order
By :
Shijo Joseph
This Article demonstrates a tool which can auto generate Playlists for ITunes. We can create playlists same as the folder structure from which they have been added to ITunes library.
In search for .net 4.0 Features - dynamic
By :
Shijo Joseph
A small R&D for newly introduced feature in .Net 4.0 with regard to dynamic objects. Hope this would help beginners to have a quick start who want to know about what is there in dynamic.
Handling exceptions in C#
By :
Praveen Kumar
This section on handling exceptions in C# gives information about the mechanism of handling exceptions, exception classes, system performance on using exceptions, multiple catch blocks, nested try blocks
A sample program on delegates and Multicast delegate
By :
Praveen Kumar
Delegates are a special type of object in C#. Delegates are of Simple and Multicast delegate.Delegate are defined, invoked and instance of delegate is created.
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
PHP Part 1
By :
pon pandi
PHP data types
PHP An Introudction
By :
pon pandi
An introdcution to 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.
View all
VB.Net
Manage your Registry
By :
baranee dharan
Access your machine's registry using VB.net
Functions in detail
By :
baranee dharan
visual basic .net functions
Delegates with an example
By :
baranee dharan
Delegates in VB.Net exposed with an example
Asp.Net
Add Client functionlity from serverside
By :
baranee dharan
Add javascript functionality to a server control from server side (code behind).
Forms Authentication
By :
baranee dharan
There are many authentication types are available in asp.net
C++
STL containers - Deque
By :
shine joseph
Deque are a kind of sequence container that also can be pronounced as double ended queue. Deque elements can be accessed by the using the iterators same as like the vectors elements.
STL containers - Vector
By :
shine joseph
Vector is a sequence container as their elements are stored in a liner sequence. They are implemented as arrays inside and they can be accessed using the iterators and also by the element position or by the offsets on regular pointers to elements.
STL containers (Overview)
By :
shine joseph
Stl containers are holding objects for storing of related objects. They are template libraries and allow you to define what container object you need to insert or contain in the container.
Tech News
Survey
Most Mailed
Mostly Read
Most Rated
Introduction to DLL
Functions in detail
Using tray icon in C++
A set of sample programs in C#
A wrapper class to make binary database using CMap
STL containers - Deque
A set of sample programs in C#
A wrapper class to make binary database using CMap
A sample program on students marklist using arrays
sample on student mark list
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