Phone Book Application Program In Visual Basic 2008/2010/.NET - VB Tutorials - Basics Projects
For Phone Book Application Program you need 2 Forms Form1: Will be used to search contacts. Form2: Will be used to add new contacts. ...

For Phone Book Application Program you need 2 Forms Form1: Will be used to search contacts. Form2: Will be used to add new contacts. ...
This tutorial will show you how to make a log in program In Visual Basic 2008/2010/.NET . Click on Project next to Create: Click o...
Analog Clock In Visual Basic 2008/2010/.NET - VB Tutorials - Basics Projects For this tutorial, add 12 labels to the form, and 2 tim...
First Application in Visual Basic 2008 Click on Start button on the task bar or the Window logo in Vista Click on All Programs Click o...
A constellation diagram helps us to define the amplitude and phase of a signal when we are using two carriers, one in quadrature of the o...
Phase Shift Keying (PSK) - Basic Tutorials We vary the phase shift of the carrier signal to represent digital data. The bandwidth requireme...
The digital data stream changes the frequency of the carrier signal, fc. For example, a “1” could be represented by f1=fc +Df, and a “0” co...
Amplitude Shift Keying (ASK) is implemented by changing the amplitude of a carrier signal to reflect amplitude levels in the digital signal...
For sometime now i have been working on VB6 coding and its utilization in developing GUI's for micro-controller based products like development b... Readmore
Doing technical assessment of the old set of the machine at National Metal at their manufacturing facility. You can see the actual machine(that is... Readmore
Here Stepper motor is being used for driving the Slider bench in forward and backward direction. You can see the technical&... Readmore
Quick-fire is DIY developed for by me for Embedded training in company.Since company is entering in field of Industrial training of Engineerin... Readmore
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India. This ro... Readmore
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India.In this vide... Readmore
This robot works on radio frequency and the range they have tested is around 500 meters.It was tested inside NSIC campus.It was fun and as alwa... Readmore
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India.In this vide... Readmore
This Robot was designed by Group of students from R K College Rajkot,During their technical training program in NSIC Rajkot,Gujrat,India.In this vi... Readmore
Maximum No of people doing handshake at KhodhalDham, kagwad.Rajkot,Gujrat,INDIA. (We did it)3:45 am 21st Jan 2012 First of all thanks to KhodhalDh... Readmore
Snaps of Groups Doing Intern Ship At NSIC Project work at NSIC Rajkot, Gujrat, IndiaDifferent group of students working together on various proj... Readmore
Connections For At-mega 16/32 Controllers for Serial Communication Note: there is no need for reset button at PIN 9 if you are not d... Readmore
Beverage Packaging machine This Beverage Packaging machine,which was earlier was being used in mechanical mode has been automated by Me and my group... Readmore
Work Shop held At Neeraja Modi School, Jaipur,Rajasthan Here we are giving some sneak pics of the wonderful moments spent with the studen... Readmore
Work Shop held At MNIT, Jaipur, Rajasthan Related Robotics Work Shops Project work at NSIC, Rajkot, Gujrat, India WorkShop h... Readmore
We have started series of C programming Q&A for job interview for freshers.Computer / IT Engineering Professionals and Students alike will be... Readmore
We have started series of C programming Q&A for job interview candidates.Engineering Professionals and students alike will be benefited.We reco... Readmore
We have chosen Java Oracle J2EE, J2SE, Net-beans, JVM ( Java Virtual Machine ) as our readers choice.We have created Objective Type Multiple Answer... Readmore
Here we have collected frequently asked question in job interviews.We have chosen Java as our readers choice.You will find these helpful.We encoura... Readmore
We have started series of C programming Question bank for job interview candidates.Engineering Professionals and students alike will be benefited.W... Readmore
1. We can insert pre written code in a C program by using #read #get #include #put Answer: Option 3 2. Differe... Readmore
Atmel Studio 7 is the integrated development platform (IDP) for developing and debugging Atmel® SMART ARM®-based and Atmel AVR® microcontroller (MC... Readmore
The basics of the Visual Studio 2012 for Windows Desktop Integrated Development Environment (IDE) for writing, running and debugging your applicat... Readmore
A photo-resistor or light-dependent resistor (LDR) or photocell is a light-controlled variable resistor. The resistance of a photo-resistor decreas... Readmore
Questions:What potential problems can arise from typecasting a base class pointer into a derived class pointer so that the derived class's memb... Readmore
Questions: Why is Turbo C++ not able to find any of my #include files?Answers: The compiler searches for include files in the Turbo C++ Include Dir... Readmore
This post is for beginners who are either trying to use Turbo C/C++ for programming. Some frequently encountered problem and theirs solution in fo... Readmore
1. How will you change the value of a constant variable in C? Answer: Constant can be changed by using the pointer. Initialize a pointer to point t... Readmore
1. What are the differences between Arrays and Linked List Answer:- Arrays and Linked list both are list data structures used for maintaining a li... Readmore
1. What is the purpose of main() function? Answer:-main() is the user-defined function. main() is the first function in the program, which gets cal... Readmore