In this program you will learn how to connect to the database using Data Environment. This is one of the features of Visual Basic to easily connect to the database without hard coding.
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
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.
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]
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