Leap Year Lester 1.0
Hi there in this code I called it Leap Year Lister 1.0 . I show you how to make a program to determine and list down the leap year and not leap year given
- Read more about Leap Year Lester 1.0
- Log in or register to post comments
- 129 views
Indefinite Loop
Hi there in this code I show how to create a program that demonstrate the concept of indefinite loop in C++ .
- Read more about Indefinite Loop
- Log in or register to post comments
- 101 views
Show Source Code of Aspx webpage and code file in Browser window
For show your source code of aspx page, u have to used System.IO namespace 1) Read Default.aspx File
- Read more about Show Source Code of Aspx webpage and code file in Browser window
- 2 comments
- Log in or register to post comments
- 119 views
Simple Multiplication Table
Hi there thanks for always visiting the site www.sourcecodester.com.
- Read more about Simple Multiplication Table
- 1 comment
- Log in or register to post comments
- 483 views
Pyramid Figures 1.0
Thank you very much for visiting the site. About this code I called it Pyramid Figures in C++ . It show how to use for loop statements in C++ programming langugage.
- Read more about Pyramid Figures 1.0
- Log in or register to post comments
- 404 views
Two Dimensional Array in C++
About this code I wrote this program to illustrate how to create and use two dimensional array in C++. It is also a very important data structure in C++ programming for example if you are working in table that has a rows and columns two dimensional array in appropriate to solve common problems in programming. If you find my code useful let me know send me an email at [email protected]
- Read more about Two Dimensional Array in C++
- Log in or register to post comments
- 123 views
ABC Video Rental's System
Hi there thank you for visiting this site. About this code I called it ABC Video Rentals System written in MS Access .
- Read more about ABC Video Rental's System
- 23 comments
- Log in or register to post comments
- 902 views
How to make a form transaparent!
this snippet is making the form into a transparent..
first.
1. Declare the following codes:
Public Const GWL_EXSTYLE = (-20)
Public Const WS_EX_TRANSPARENT = &H20&
Public Const SWP_FRAMECHANGED = &H20
Public Const SWP_NOMOVE = &H2
Public Const SWP_NOSIZE = &H1
Public Const SWP_SHOWME = SWP_FRAMECHANGED Or _
SWP_NOMOVE Or SWP_NOSIZE
Public Const HWND_NOTOPMOST = -2
- Read more about How to make a form transaparent!
- 2 comments
- Log in or register to post comments
- 28 views
Library System
a simple library system which i download in the internet and added some features and modify the design. You can reach me at my site for administrator: password: janjur
- Read more about Library System
- 49 comments
- Log in or register to post comments
- 470 views