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
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
Vb sample how to use Mscomm control(component) in order to dial a phone via PC Modem You can use you headset in making or Answering a call (just like call centers) but you need to purchase and install Full Duplex modem . TODO: you should have modem and phone connected to the same line. phone line( RJ11) Change the comport number according to your PC modem. Questions and Request ? Contact me @
Hi just want to share this project on this site..because this site really helps me a lot in doing such projects.and actually this is an enrolment system taken from here( jongjojie ) i just improved an